Little late to the party here. Only recently converted from HK/HB to HA and happily never looking back. I’ve had a BC Hydro hub since the early days of deployment with never experiencing issues with the HydroHome app for retrieving real time data.
Now that I’m in HA, would love to see this integration.
Has anyone successfully (and recently) got the HA integration working?
Anyone manage to get an integration for FortisBC gas usage working?
tfox’s instructions that they shared here worked well for me, though I noticed that version 6.2 of the mosquitto broker add-on stops the energy consumption from being reported. From looking at the recent mosquitto changelogs, it’s not immediately clear why this would have broken. Rolling back to the previous version of the addon fixed the issue.
@techfreakdad FYI there are a few comments above indicating that the bridge may have received an update that removes the MQTT functionality (?). Mine is firewalled off from the internet and can’t receive any updates, so you’ll have to wait for others to chime in on this.
for anyone following along, i was having the exact same issue described by the last couple people here after the mosquito broker add-on 6.2 upgrade. i sifted through the logs for a while and didn’t find anything obvious, so tried simply restarting the add-on to see if anything new in logs showed up to point me in the right direction. when i did that, my energy entities started flowing again!
so… maybe something got confused with the configured bridge on first launch after the upgrade? i wish i knew more, but so far it’s been stable with no regression in behaviour.
i would be curious if someone else could give that a try also and see if you have the same results as me.
MQTT stopped working for my hydro home hub as well as of 2 days ago. Right around when v6.2 of the add on was updated. Not sure if the update broke it or an update to the hub
I was also having the same issue for the last few days. I tried restarting mqtt, power cycling the hydro home hub, but no change. I noticed I couldn’t see the hub in the hydrohome app as connected either. I ended up rebooting my wifi ap. The hub showed back up as connected in the app, and restarting mqtt got it receiving data again.
Weird, my bridge shows up on my network and shows its connected to my wifi. I tried rebooting it and the add on but nothing changed. Same SW versions as you
Mine stopped reporting. Restarted everything it shows up in the hydro home app but no mqtt messages. IP is correct and pingable. very strange. Has anyone had any luck getting it working again beyond just restarting everything.
I wasn’t able to get it working with Mosquitto 6.2 even after restarting my hub and Home Assistant a few times. Rolling back to the previous Mosquitto broker fixed it, so I’ll wait for the next version before trying again.
For anyone wondering, I got MQTT to start working. Basically had to change the config file name in the share/mosquitto folder from bchydroenergybridge.conf to mosquitto.conf and I also set the MQTT add on debuging on. After a restart of HA then a restart of the addon things seem too be working again. Hereis an issue on github where other users are experiencing similar issues, seems like MQTT was updated to only accept config files called up as mosquitto.conf.
For anyone referencing this in the future versions 6.2 of the MQTT addon requires the config file to be named mosquitto.config instead of bchydroenergybridge.conf
Glad I checked here.
Same issue, no power reporting since yesterday morning.
Changed the name to mosquitto.conf and after restarting the mosquitto add-on under Settings/Add-ons/Mosquitto broker my energy usage started working again.
THanks for all the great work on this. I just got my bchydro energy hub yesterday and trying to get this working. It seems to be the mqtt thats causing me issues. I think anyways. Im not convinced my hub is listening on that port. Is there a way to test it? scans or telnets to the port show nothing.