Kimmo Huoman
Kimmo Huoman
Well, if it works, don't fix it ;) But I'm not actually sure, it might just be enough to use the correct destination address. As per your earlier question, F6-02-04...
The issue is that the enum values can basically be anything in the XML. I'd rather make the input system take in the numeric value instead, so `ES=0` / `ES=1`....
As said before, this might require the implementation of `RORG.ADT`. But to be honest, I have if it's actually required, and don't have any devices to test on :(
Damn, I may have found the issue! I'll try and fix the issue, once I get the devices to test on, thanks to @sylvaincherrier :smile: Ping also to #14. //Edit:...
Well, it wasn't the issue I was thinking of... I still think that `RORG.ADT` my require implementing. At least I'll try and create automated learn-in -methods at least the variant...
Thanks, I'll look into this more, once I manage to set everything up (don't even have a transceiver available for the development atm, need to take one from my daily...
I received the plugs sent by @sylvaincherrier today, thank you very much :smile: I'll try and get my dev-system up and running tomorrow. After that my plan is first to...
Ok, some (minor) progress already. The device is meant to be taught by using **Universal Uni- and Bidirectional Teach-in** `RORG.UTE = 0xD4`, which is currently not implemented. It's documented in...
To be honest, I think this might be the same case as @romor and Micropelt described in https://github.com/kipe/enocean/issues/15#issuecomment-184881716.
I've made some minor progress with this and the latest commits in [send_vld](https://github.com/kipe/enocean/compare/send_vld) -branch. I'm fairly sure that I should get the automatic learning of the device and sending commands...