ndfred
ndfred
About
- Username
- ndfred
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
I figured it out! I published a writeup of how to configure Home Assistant to work with a Glow device over MQTT: https://gist.github.com/ndfred/5bb51b567f8cfaf2bb06da6393169321
-
I actually made a gist with the Paho MQTT code including parsing the values to read electricity and gas consumption. The code does not include encryption for convenience, really just meant as a way to debug stuff.
-
I actually heard back from Jane from Hildebrand support, she suggested I look into the Zigbee Smart Energy Profile specification to understand the format of the MQTT payload. It isn't a very pleasant read, but the biggest takeaway there is that the …
-
There is a Home Assistant component available here but it is lacking key features. As for templating, I might give it a go as I've played with it before and it's really not that tough. The JSON that the MQTT stream produces is a bit obscure so I mig…
-
This is great! Based on this I was able to replicate it over the command line for easy testing (just brew install mosquitto first): $ mosquitto_sub -h glowmqtt.energyhive.com -u "USERNAME" -P "PASSWORD" -t "SMART/HILD/DEVICE…