Hi all,
I purchased a Lametric clock on Amazon a few months ago when they had them on sale. I’m actually quite impressed by it even though I still think it was overpriced even when it was cheap
I set it up as a notifier in HAss and have had it displaying notifications without a problem up until last weekend when I noticed it had stopped. It still displays notifications from IFTTT without a problem so I’m inclined to think it’s something about HAss but I can’t figure out what. Even in DEBUG all I see in the HAss logs is, for example
2019-03-17 15:24:54 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=notify, service=lmnotify, service_data=message=Front Door has been opened>
2019-03-17 15:25:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=notify, service=lmnotify, service_data=message=test for Home Assistant forum>
But no error messages and nothing displayed on the clock. There doesn’t seem to be any kind of debugging available on the Lametric developer website either.
My entire config is available on GitHub but the relevant parts are:
lametric:
client_id: !secret lamclid
client_secret: !secret lamclsecret
And
- platform: lametric
name: lmnotify
So not overly complicated.
Can anyone suggest another way of debugging this? I’ve also deleted the integration on the Lametric Developer website and recreated it generating new keys.
Thanks
Steve