Page 1 of 1

[Tellstick Net] Local access dim message

Posted: Fri Mar 17, 2023 9:45 am
by terri
Hi!

I have managed to turn lights and other devices on and off with https://github.com/telldus/tellstick-ne ... nt/send.py-client. Now for couple of days I have been trying to find out how to dim lights with local access messages.

On message

Code: Select all

4:sendh8:protocol7:arctech5:modelC:selflearning5:housei20C9A5s4:uniti0s6:methodi1ss
Off message

Code: Select all

4:sendh8:protocol7:arctech5:modelC:selflearning5:housei20C9A5s4:uniti0s6:methodi0ss
Can anyone help me?

Re: [Tellstick Net] Local access dim message

Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
The firmware does not support dim-commands with the built in protocol. You need to either add this to the firmware or encode the data in advance before sending it to TellStick Net.

Re: [Tellstick Net] Local access dim message

Posted: Fri Mar 17, 2023 9:45 am
by terri
micke.prag wrote:The firmware does not support dim-commands with the built in protocol. You need to either add this to the firmware or encode the data in advance before sending it to TellStick Net.
Thank you! I'll try to find out more about encoding.

Re: [Tellstick Net] Local access dim message

Posted: Fri Mar 17, 2023 9:45 am
by caid
Did you find out how to encode raw self learning commands?

I am having a hard time understand how to encode the nexa self learning protocol, because of non printable ascii characters equals the pulse length i need...