No data on MQTT subscription
Hi,
I have spent a good few hours on this today, followed up with Hildebrand support this morning and they've pointed me at this forum for support indicating that it's something my end.
My CAD is connected, the Bright app works, the API works (confirmed with https://github.com/ghostseven/Hildebrand-Glow-Python-Library) — but my MQTT subscription simply does not show any messages being retrieved, either via TLS and non-TLS.
I've tried using https://gist.github.com/ndfred/b373eeafc4f5b0870c1b8857041289a9:
# python3 mqtt.py
Connected and subscribed
<and nothing comes through>
I've tried mosquitto_sub
# mosquitto_sub -v -h glowmqtt.energyhive.com -u <my email address> -P <my password> -t SMART/HILD/<my device id> -p 1883 --debug
Client mosq-0tzQBy2d72epfGJ5r8 sending CONNECT
Client mosq-0tzQBy2d72epfGJ5r8 received CONNACK (0)
Client mosq-0tzQBy2d72epfGJ5r8 sending SUBSCRIBE (Mid: 1, Topic: SMART/HILD/<my device id>, QoS: 0, Options: 0x00)
Client mosq-0tzQBy2d72epfGJ5r8 received SUBACK
Subscribed (mid: 1): 0
<and nothing comes through>
I have also tried:
- changing my password from a super complex one to simple
- confirmed this my device ID is correct
- TLS and non TLS (with correct LetsEncrypt cert)
- tried https://gist.github.com/ndfred/5bb51b567f8cfaf2bb06da6393169321, substituting the variables as needed
- tried https://github.com/optiz0r/energy-usage, setting up a config.yaml based on config.yaml.example
Any thoughts?
Thanks,
Jaco
Comments
Hi Jaco,
I have replied to your support ticket but the short answer is in your case please change your subscription to
SMART/DCAD/84F3EBBE4C64
Sorry you had all these issues
--
Clive
Having exactly the same issue.
Posted here - https://forum.glowmarkt.com/index.php?p=/discussion/54/mqtt-getting-started-issues#latest
Tried changing topic to read 'DCAD' but same issue.
What fixed your problem?