hi,
Moved from hassbian to hass.io which was less painful than I thought it would be. However, I have a few things which don’t work / I don’t understand.
When someone rings the doorbel it is supposed to send a tweet. Working fine in hassbian, but not any longer. The log seems to suggest it triggered the notification. It does not work from the automation script nor from a manual event in the developer section in the web interface.
The log suggests it tried to send a notification;
2017-09-11 21:12:00 INFO (MainThread) [homeassistant.helpers.script] Script DeurBel: Test condition state: True
2017-09-11 21:12:00 INFO (MainThread) [homeassistant.helpers.script] Script DeurBel: Executing step call service
2017-09-11 21:12:00 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=notify, service=tweet, service_data=title=Opgelet, message=Ik moest kloppen want de bel doet het niet om 21:12:00!, service_call_id=1961142000-159>
It says I had to knock as the doorbel is not working (based on a kids program over here - time stamp added to avoid duplicate tweets which twitter seems to ignore).
I’ve created a new app in twitter and restarted everything but no joy - I have http://127.0.0.1. in all URL fields I could find. Hints more than welcome.
Thanks for reading so far!
Jhh