Hello everyone,
First off all i would like to thank the developers making this amazing software, you did a really great job i find this very useful!
I’m quite new to the Home-assistant software and I’ve managed to set it up on my freshly installed raspberry pi 2 using the all-in-one installer kit. After the installationen i used http://download.telldus.com/debian/ stable main package with aptitude packet manager to install my tellstick Duo.
I used this guide:
http://raspberry.arctics.se/2015/05/03/uppdaterad-artikel-om-tellstick-pa-raspberry-pi/ (beware its in swedish )
The tellstick works with my configured devices i can switch on and off all devices using tdtool --on --off ID
I also configured the home-assistant configuration file under home/hass/.homeassistant/configuration.yaml with the following lines:
tellstick:
signal_repetitions: 0
light:
platform: tellstick
switch:
platform: tellstick
When i log on to my home-assistant website all my switches has been loaded and I have the option to turn them on and off. However when i press the buttons nothing happens. So dug a little deeper checking the /var/log/daemon.log to see if something happens. And this is the message i get in the log:
> Sep 28 11:34:34 Homeassistant hass[819]: INFO:homeassistant.components.http:Serv ing /api/services/homeassistant/turn_on to 10.0.0.2 (auth: True)
> Sep 28 11:34:34 Homeassistant hass[819]: INFO:homeassistant.core:Bus:Handling <E vent call_service[L]: domain=homeassistant, service_call_id=3052436752-46, servi ce_data=entity_id=switch.edisonlampafonsterbradevardagsrum, service=turn_on>
> Sep 28 11:34:34 Homeassistant hass[819]: INFO:homeassistant.core:Bus:Handling <E vent call_service[L]: domain=switch, service_call_id=3052436752-47, service_data =entity_id=[‘switch.edisonlampafonsterbradevardagsrum’], service=turn_on>
> Sep 28 11:34:34 Homeassistant hass[819]: INFO:homeassistant.core:Bus:Handling <E vent state_changed[L]: entity_id=switch.edisonlampafonsterbradevardagsrum, old_s tate=<state switch.edisonlampafonsterbradevardagsrum=off; friendly_name=EDISON-L AMPA-fonsterbrade-vardagsrum, assumed_state=True @ 2016-09-28T08:55:07.164173+02 :00>, new_state=<state switch.edisonlampafonsterbradevardagsrum=on; friendly_nam e=EDISON-LAMPA-fonsterbrade-vardagsrum, assumed_state=True @ 2016-09-28T11:34:34 .783606+02:00>>
> Sep 28 11:34:34 Homeassistant hass[819]: INFO:homeassistant.core:Bus:Handling <E vent service_executed[L]: service_call_id=3052436752-47>
**> Sep 28 11:34:34 Homeassistant hass[819]: INFO:homeassistant.core:Bus:Handling <E vent state_changed[L]: entity_id=group.all_switches, old_state=<state group.all switches=off; entity_id=(‘switch.sanglampasovrum’, ‘switch.edisonlampafonsterbra devardagsrum’, ‘switch.ledtvbank’, ‘switch.leddatorskrivbord’, ‘switch.ledljusst akefonsterbradekok’, ‘switch.ledkubtvbank’, ‘switch.ledvitrinskap’), auto=True, order=1, assumed_state=True, friendly_name=all switches, hidden=True @ 2016-09-2 8T08:55:09.809663+02:00>, new_state=<state group.all_switches=on; entity_id=(‘sw itch.sanglampasovrum’, ‘switch.edisonlampafonsterbradevardagsrum’, ‘switch.ledtv bank’, ‘switch.leddatorskrivbord’, ‘switch.ledljusstakefonsterbradekok’, ‘switch .ledkubtvbank’, ‘switch.ledvitrinskap’), auto=True, order=1, assumed_state=True, friendly_name=all switches, hidden=True @ 2016-09-28T11:34:34.836249+02:00>>_
_> Sep 28 11:34:34 Homeassistant hass[819]: INFO:homeassistant.core:Bus:Handling <E vent service_executed[L]: service_call_id=3052436752-46>**_
I don’t really know what to do from here, is there some option i have missed out on? Anyone else gotten this error before?
With kind regards,
Johan