kiwi-cam / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
303 stars 96 forks source link

How to set pseudoDeviceTemperature of Air-conditioner and use toggleSwitch of fan device #688

Open fhihung opened 6 months ago

fhihung commented 6 months ago

Hi! I want to address two issues with my devices:

  1. I am attempting to set pseudoDeviceTemperature to match the currently selected temperature.

  2. I only see the toggleSwitch to turn on but it cannot be turned off.

I've tried several approaches:

"swingToggle": {
    "on": "HEX_CODE",
    "off": "HEX_CODE"
}

This didn't work for both on and off states.

Also tried:

"swingToggle": {
    "data": {
        "on": "HEX_CODE",
        "off": "HEX_CODE"
    }
}

This didn't work for both on and off states.

And finally:

"switchToogle": "HEX_CODE"

This works but I cannot turn it off.


Thank you so much.