Search found 2 matches

by terri
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: [Tellstick Net] Local access dim message
Replies: 3
Views: 6241

[Tellstick Net] Local access dim message

Hi! I have managed to turn lights and other devices on and off with https://github.com/telldus/tellstick-net/blob/master/client/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 4:sendh8:protocol7:arctech5:modelC:selflearn...
by terri
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: [Tellstick Net] Local access dim message
Replies: 3
Views: 6241

Re: [Tellstick Net] Local access dim message

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.