Closed depen84 closed 5 years ago
I will not implement any protocol decoding - only sniffing. You can define your protocol new protocol like here: https://github.com/Portisch/RF-Bridge-EFM8BB1/wiki/Define-new-protocol-in-RF_Protocols.h Then you can use 0xA6 and 0xA8 to receive and send rf data.
I found a neat tool called ProtocolAnalyzer (Github) that's similar to the bitbucketconverter script, but has some nice features (manual). However, to the ProtocolAnalyzer there are scripts to support Nexa devices, among others.
Nexa Decoder (Github) Nexa Encoder (Github)
In my home I use HASS via Tasmota to control my Nexa remote outlets. To get it working I had to sniff each button on the Nexa controller and convert them from b1 to b0. So far so good, but unfortunately my fiancée prefers to use the remote controller and I can´t get Tasmota to tell HASS that my lamps has changed state. If I could do that I could probably also make my Nexa controller run other automations in HASS. These two together would be awesome!
Do you think it's possible to implement the Nexa protocol?
Edit: I use a Nexa LYCT-705 with 4x4 channels.