I have the HA installed since two weeks. I also manage to connect my Telldus Tellstick Net V1 via Telldus Live. It works, BUT, there is always a but, isn’t it?
#1 Going via Telldus Live has delays, from half a second up to half a minute. #2 The states of a wall transmitter only has two states either ON or OFF. actually it has three, sending ON or OFF and not sending.
Issue #1 is solved by Molobrakos tellsticknet, this connects via mqtt and seems to work like a charm.
BUT issue #2 how can I solve that? An example what I try to achive:
If I push ON on a wall transmitter I want the window lights in the livingroom to turn on if they are off, if they are on I want the ceiling light to turn on.
I just want the ON and OFF signals to produce events.
Maybe this is an issue for the mqtt client, I am to new for this, python, mqtt, HA.
Thank you!
I will take a look at this.
I think I have fix this from MQTT events, but I am not sure…
The tellsticknet client used is by no means complete, so I really don’t know where to look…
Get some logs out of the mqtt broker will be a start…
Maybe, but it depends how the binary sensor works, if it “gets” on when on, will this fire.
Managed to log mqtt
Gives this:
2019-01-18 12:54:13 DEBUG (MainThread) [homeassistant.components.mqtt] Received message on tellsticknet//command/switch/kitchen/state: b’turnoff’
So, the events here may be turnon/turnoff.
I am not at home now, so I can’t test it with a remote control.
It looks like there is an earlier format of an automation, which confuses.
The mapping between the UI editing and direct configfile editing is somewhat missing.
This may be on hold for a while, tellstick client seems to not support codeswitch…
I have som recievers that are codeswitch. But it looks like it can receive…