Home Assistant plugin updated for Python 3
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Home Assistant plugin updated for Python 3
Pre-release test version available: https://github.com/FlyingDiver/IndigoHA ... g/2022.0.0
There are two Home Assistant plugins on the store. This is an update of the simpler one, which only allows for representing a Home Assistant device in Indigo. Status of the devices are polled from HA, and can be controlled from the Indigo version of the device.
This release has had very minimal testing. Please report problems using the GitHub issues system.
This update uses the same plugin ID and device types as the original, so it should "just work". Make sure to keep a copy of the old plugin if (when!) you need to revert. Or get it from the plugin store.
There are two Home Assistant plugins on the store. This is an update of the simpler one, which only allows for representing a Home Assistant device in Indigo. Status of the devices are polled from HA, and can be controlled from the Indigo version of the device.
This release has had very minimal testing. Please report problems using the GitHub issues system.
This update uses the same plugin ID and device types as the original, so it should "just work". Make sure to keep a copy of the old plugin if (when!) you need to revert. Or get it from the plugin store.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Home Assistant plugin updated for Python 3
This is awesome. Up and running just fine. I will monitor and let you know f there are any issues.
Thanks for your help.
Thanks for your help.
Re: Home Assistant plugin updated for Python 3
Thanks Joe,
Have this up and running with my test Home Assistant setup.
I had been planning to deploy an instance of HA in a remote property and was thinking of communicating with it through a cloud MQTT broker.
Have I any options with this plugin to connect to a remote location?
Appreciate the effort to get this up and running as I see possibilities to fill gaps in my Indigo setup with some HA integrations.
Have this up and running with my test Home Assistant setup.
I had been planning to deploy an instance of HA in a remote property and was thinking of communicating with it through a cloud MQTT broker.
Have I any options with this plugin to connect to a remote location?
Appreciate the effort to get this up and running as I see possibilities to fill gaps in my Indigo setup with some HA integrations.
Re: Home Assistant plugin updated for Python 3
You should be able to connec to a remote location so long as it has a static address
Re: Home Assistant plugin updated for Python 3
Joe …. On other thought. Mr. Slim plugin also works with the Honeywell thermostats. Is it possible to update that plugin?
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Home Assistant plugin updated for Python 3
I have no idea, and I'm never touching another thermostat plugin. Both of the ones I've done so far have been horrible.farberm wrote:Joe …. On other thought. Mr. Slim plugin also works with the Honeywell thermostats. Is it possible to update that plugin?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Home Assistant plugin updated for Python 3
This plugin does not use MQTT. That's the other one. If you can reach the remote HA instance with a web browser, this plugin should work.Colly wrote:Thanks Joe,
Have this up and running with my test Home Assistant setup.
I had been planning to deploy an instance of HA in a remote property and was thinking of communicating with it through a cloud MQTT broker.
Have I any options with this plugin to connect to a remote location?
Appreciate the effort to get this up and running as I see possibilities to fill gaps in my Indigo setup with some HA integrations.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Home Assistant plugin updated for Python 3
I’ll be able to give it a go later this week. Timing is perfect as I fly out Tuesday.
Re: Home Assistant plugin updated for Python 3
Hello,
I'm getting the following error when trying to use the updated Home Assistant plugin, is it something i'm doing wrong or is there a bug?
Thanks
Martin
I'm getting the following error when trying to use the updated Home Assistant plugin, is it something i'm doing wrong or is there a bug?
Code: Select all
File "plugin.py", line 93, in runConcurrentThread
type: 'attributes'
Home Assistant Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
Home Assistant Error Error in plugin execution runConcurrentThread:
File "plugin.py", line 93, in runConcurrentThread
type: 'attributes'Martin
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Home Assistant plugin updated for Python 3
Not enough info. Turn on debug logging, restart the plugin, then do whatever you did to get the error. Then post the log.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Home Assistant plugin updated for Python 3
Sorry, my fault! I had the wrong HA Identity ID in the device settings,
It's working now, thank you
It's working now, thank you
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Home Assistant plugin updated for Python 3
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Home Assistant plugin updated for Python 3
Today, I use HomeAssitant to control only two items that don't have plugins in Indigo: Trane thermostat and iAqualink. Then I use MQTT and Virtual devices to interact with Indigo. It works but is messy. I don't care about the Trane but would love to use this plugin for the iAqualink setup to simplify my life. However, I am getting lots of errors when using it. Should I post the errors here on your GitHub?
JP
JP
- FlyingDiver
- Posts: 7830
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Home Assistant plugin updated for Python 3
The Trane Home (nee Nexia) plugin doesn't work for you?roquej wrote:Today, I use HomeAssitant to control only two items that don't have plugins in Indigo: Trane thermostat and iAqualink. Then I use MQTT and Virtual devices to interact with Indigo. It works but is messy. I don't care about the Trane but would love to use this plugin for the iAqualink setup to simplify my life. However, I am getting lots of errors when using it. Should I post the errors here on your GitHub?
If you're getting errors with the updated for Python3 Home Assistant plugin, then yes open an issue in my GitHub repository.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Home Assistant plugin updated for Python 3
The last time I tried the Trane Nexia plug-in, it didn't work. But let me try it again. It has been a while.
Thanks. I will open the issue in GitHub.
JP
Thanks. I will open the issue in GitHub.
JP