New-ish to HA but loving it so far. Was happy to see there was an official integration for my Kaiterra LaserEgg. The set up steps look fairly straight forward, and yet I’m somehow encountering troubles.
kaiterra:
api_key: 'Mxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi'
devices:
- device_id: '6xxxxxxxxxx-xxxxxxxxxxx-xxxxxxxxxxxxxxc'
type: 'laseregg'
Sounds like all I need based on the docs. Some of the specifics for the cloud side seem to have changed, such as going to Your Account -> API Keys
rather than Settings -> Profile -> Developer
. Nothing explicitly says device_id
on the Kaiterra dashboard, but I assume the long UUID looking value associated with my only device is it.
Home Assistant considers the config valid, but on my HA dashboard all the sensors show up as unavailable. I’ve checked the logs (/config/logs) and loaded the full, and no errors related to this integration. I’ve validated this behavior in a separate fresh install of HA as well.
Looking to hear from others who have this integration working or for general HA troubleshooting steps I may have overlooked. Will happily open a PR for the docs if needed.