-
Notifications
You must be signed in to change notification settings - Fork 14
Other device RF 433MHz #13
Comments
Of course, but you will have to figure out how it works. The first steps is to figure out the device type: |
I have done that and the "true generic" 433 devices do not show up in the "GetStates" as they do not have a "state" to remember. They are one-shots without ackknowledge. Instead they are sent ad-hoc as an "IR" device, like a TV remote. Obviously this triggers ALL possible air channels simultaneously. So you first have to grab the code that is sent by watching the UDP traffic while learnng the device. Next you have to add that code into the config file like this one:
You may be lucky that the device is InterTechno compatible so you would not need the entire binary code but can use the "IT" routine and just the device codes:
It depends how you were able to learn the device into the Mediola V5. But I had to extend the core application to allow for these configuration extensions. |
Thanks for the quick reply. Yes you are correct, it dont show up any "getstate". My 433Mhz device is NOT an Intertechno so i have to put the entire code in the config file. Where is this config file placed?. I have all the codes for the learning procces of MEdiola v5 IQcontrol app.
|
Btw. I did a fork of this project so if you have troubles with any of my code, don't bother @andyboeh about it, but complain with me. I just don't want to lure you away as this is bad behaviour. As soon as you have installed the "Mediola to MQTT" as Add-On, you find it via HA: settings / add-ons / Mediola to MQTT However, to make the program accept this configuration and do as intended, you have to make several additions to the current codebase. 1) change the
|
Hello,
I have a Mediola gateway v5 with some devices:
Is there any possibilitie to include this type of 433MHz devices in the mediola2mqtt plugin?
Thanks in advance.
The text was updated successfully, but these errors were encountered: