Zamel protocol is basically a wireless version of modbus protocol, so having above set up I have tried to use Modbus Swittch (https://home-assistant.io/components/switch.modbus/). It kinda worked, but my switch couldn’t remember it’s state - it was not geting update from Zamel (one way protocol!). So it would continue to flip back.
The solution for me was to use commandline switch and run my own python script with parameter to switch it on/off. It’s not beautiful (acutally it’s pretty ugly) - but it works.
Hello @c-soft
I found your post, and I think it can solve my problem concering integration HA with Exta-Free.
I have purchased RXM-01 and I’m looking for how to integrate it, your solution looks fine, could you share scripts which you use?
Thanks
Lukasz
Indeed, I’ve recently killed my old Dropbox account. Unfortunately I can’t attach it here because of the limitations on the forum, so here’s another link, hopefuly I won’t kill it any time soon…
@ c-soft - Hope that python code is still running I would like to integrate Zamel receivers to Home Assistant and your solution seems the only one found. If i have one RXM-01 (TRANSLATOR RS485/EXTA FREE) and more receivers this could work?
It should work, yes. However, you could do without my code completely: you can just use modbus switch: Modbus - Home Assistant, as RXM-01 speaks modbus - and the only thing that this python code does is exactly that
I haven’t tested it as I don’t have Exta Free anymore - one way communication is important limitation.
Good luck!
Yes indeed . One way communication is not the best. I liked Zamel for the range. Do you have more documentation for RXM01? For example how do you know the address of each device/receiver?
The only documentation I know is their instruction: https://www.zamel.com/pl/exta-free/rxm-01-instrukcja2.pdf . You should be able to use this info to set it up using modbus switch, provided that you read Polish… If not - Google Translate is your friend