Protcoll parsing

Moderator: Telldus

Post Reply
kamsvag
Posts: 67
Joined: Fri Mar 17, 2023 9:45 am

Protcoll parsing

Post by kamsvag »

Is there any documentation on how to parse the raw data from all the protocolls tellstick support? Or even better, is there any python code already written that could be reused for the purpose?

I've setup Reglistener on my Tellstick zNet Lite v2 and now I recieve event changes in rawData format as HEX strings. I intend to decode these in order to get proper information I can use.
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Protcoll parsing

Post by micke.prag »

No documentation but there is source code.

C/C++ (Protocol*.cpp):
https://github.com/telldus/telldus/tree ... re/service

Python (Protocol*-py):
https://github.com/telldus/tellstick-se ... /src/rf433
Micke Prag
Software
Telldus Technologies
kamsvag
Posts: 67
Joined: Fri Mar 17, 2023 9:45 am

Re: Protcoll parsing

Post by kamsvag »

Thanks, now I'll be reading python for the rest of the day.
Post Reply