Replies: 3 comments
-
Sorry, I don't know how to convert their format to anything we can use, off the top of my head. Yep, Power "toggle" bits/commands are a bug-bear for automation. As you've noticed, it's easy for things to get out of sync. If you do find a solid way to turn off or on the device, we can move away from using a toggle. For any A/C manufacturer out there reading this. Please for the love of people's sanity, let us have discreet power control bits or at least special commands. Toggles suck. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply (and for moving the post to the correct location). I'll try contacting the SmartIR team, maybe they could help me convert the command to something readable by IRremoteESP8266 |
Beta Was this translation helpful? Give feedback.
-
Okay, I found someone who described how to parse the Broadlink format and converted these codes. Unfortunately they are all identical and probably the same as found here for the Airwell.
|
Beta Was this translation helpful? Give feedback.
-
Version/revision of the library used
v2.8.4
Describe the bug
Not really a bug - more a questions. I'm using IRMQTTServer with Home Assistance. I've used IRrecvDumpV2 to recognize my remote control (RC-3) and it was recognized it as an Airwell protocol. Everything seems to work fine. The thing is that the power control is actually a toggle (same code is sent to turn and off the unit). This can also cause confusion with the IRMQTTServer control - , if the unit misses one power toggle command the unit state in IRMQTTServer is wrong.
Is there any way to solve this? if there was a dedicated "off" command - it could help.
I have found in the SmartIR project in this discussion, a mention about a dedicated "off" command. It is also documented in this json config file
I think it might be the same unit, but I couldn't understand how to convert it to IRRemoteESP8266 format to test it on mine.
What brand/model IR demodulator are you using?
Airwell
Beta Was this translation helpful? Give feedback.
All reactions