[Tellstick Net] Local access dim message

Moderator: Telldus

Post Reply
terri
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

[Tellstick Net] Local access dim message

Post 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?
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: [Tellstick Net] Local access dim message

Post 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.
Micke Prag
Software
Telldus Technologies
terri
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Re: [Tellstick Net] Local access dim message

Post 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.
caid
Posts: 8
Joined: Fri Mar 17, 2023 9:45 am

Re: [Tellstick Net] Local access dim message

Post 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...
Post Reply