Did a fresh install, added configurator and Tellstick Service
Added the following to configuration.yaml switch: - platform: tellstick
And in the configuration for Tellstick { "devices": [ { "id": 1, "name": "Testswitch", "protocol": "fuhaote", "model": "codeswitch", "code": "0010001000" }, { "id": 2, "name": "Example device two", "protocol": "everflourish", "model": "selflearning-switch", "house": "A", "unit": "2" } ]
}``
But when i try to call switch.turn_on through the service in the GUI nothing happens. Iâve restarted services, rebooted the system, moved the switch to within 2 meters of the Tellstick with no success. Need something to try, hit me.
Wed Nov 07 2018 21:59:31 GMT+0100 (centraleuropeisk normaltid)
Invalid service data for switch.turn_on: Entity ID testswitch is an invalid entity id for dictionary value @ data[âentity_idâ]. Got âTestswitchâ
My guess is the entity_id isnât just âtestswitchâ but rather âswitch.testswitchâ or something along those lines. Check the states page (http:/your_url:your_port/dev-state) for the correct entity id.
I was expecting not to have to add anything to configuration.yaml when i started. Everything was so automated and graphic from the start, so I figured once I install the service all the needed changes should be made automatically. Guess not.