-
Notifications
You must be signed in to change notification settings - Fork 31
Poll for readings (over REST) for non-DCC meters #26
Comments
Hey @plainmad, thanks for writing in. This seems like the integration failed to locate your Consumer Access Device among all the devices within your smart meter's Home Area Network. Are you using a Glow stick Wifi CAD or another device? |
Thanks @unlobito The only CAD device is the standard one that was given to me when I went to smart meters. Whilst I appreciate this won’t be able to give me live time energy usage I was hoping it would still be able to give me the data I can get off the Glowmarket website/app which is still fairly up to date |
Merging #28 into this issue (thanks @BenWoodford!). I think #12 would be the best place to tackle this, but I'm unsure how would be best to expose the sensors as configurable options since YAML configuration has fallen out of favour. Likewise, unsure how to best control for data being published as a sensor vs as a sensor attribute. |
Hi all, |
@HandyHat oh wow thank you! just removed this repo and added yours and it works a treat! |
With the latest update switching to MQTT I have updated the integration and had MQTT enabled on my account. Now when I try it setting it up I get a message saying the integration failed to set up with the below error message in the log
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 269, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/config/custom_components/hildebrandglow/init.py", line 30, in async_setup_entry
await hass.async_add_executor_job(glow.retrieve_cad_hardwareId)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/hildebrandglow/glow.py", line 94, in retrieve_cad_hardwareId
self.hardwareId = cad["hardwareId"]
KeyError: 'hardwareId'
The text was updated successfully, but these errors were encountered: