question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to switch off AC by scene

See original GitHub issue

It’s working fine via a switch but if that same switch is part of any scene it doesn’t switch. Two HEXs being sent. First “off”, second “heat”

Apr 12 19:21:36 raspberrypi homebridge[299]: [2018-4-12 19:21:36] [Broadlink RM] AC sendHex (⑄⑄.⑄.⑄.⑄⑄⑄; ⑄⑄:⑄⑄:⑄⑄:⑄⑄:⑄⑄:⑄⑄) 26006c01a6460d3a0d170c170...160e160d160e390e000d05000000000000000000000000
Apr 12 19:21:36 raspberrypi homebridge[299]: [2018-4-12 19:21:36] [Broadlink RM] AC sendTemperature (set mode to heat
Apr 12 19:21:36 raspberrypi homebridge[299]: [2018-4-12 19:21:36] [Broadlink RM] AC getCurrentHeatingCoolingState: 1
Apr 12 19:21:36 raspberrypi homebridge[299]: [2018-4-12 19:21:36] [Broadlink RM] AC getTargetHeatingCoolingState: 1
Apr 12 19:21:36 raspberrypi homebridge[299]: [2018-4-12 19:21:36] [Broadlink RM] AC sendTemperature (32
Apr 12 19:21:36 raspberrypi homebridge[299]: [2018-4-12 19:21:36] [Broadlink RM] AC sendHex (⑄⑄.⑄.⑄.⑄⑄⑄; ⑄⑄:⑄⑄:⑄⑄:⑄⑄:⑄⑄:⑄⑄) 26006c01a5470c3b0c171015091...70c180b180c3b0c000d05000000000000000000000000

My config:

{
    "platform":"BroadlinkRM",
    "name":"Broadlink RM",
    "hideScanFrequencyButton":true,
    "hideLearnButton":false,
    "hideWelcomeMessage":false,
    "accessories":[
        {
            "name":"AC",
            "type":"air-conditioner",
            "temperatureDisplayUnits":"F",
            "maxTemperature":32,
            "defaultHeatTemperature":32,
            "minTemperature":10,
            "replaceAutoMode":"heat",
            "turnOnWhenOff":true,
            "data":{
                "off":"26006c01a6460d3a0d170c170...",
                "temperature32":{
                    "pseudo-mode":"heat",
                    "data":"26006c01a5470c3b0c171015091..."
                },
                "temperature16":{
                    "pseudo-mode":"cool",
                    "data":"26006c01a646..."
                },
                "on":"26006c01a5470c3b0c171015091..."
            }
        }
    ]
}

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:14

github_iconTop GitHub Comments

4reactions
kiwi-camcommented, Aug 2, 2018

I realise this is old, but I’ve just had the same issue. Fortunately, I was able to reverse recent changes and work out when it happened. My recent change was removing this line from my AC’s config: "ignoreTemperatureWhenOff": true

I’ve just put this line back in my config.json, and it appears to be working now.

0reactions
calvinyeapcommented, Jan 21, 2020

I realise this is old, but I’ve just had the same issue. Fortunately, I was able to reverse recent changes and work out when it happened. My recent change was removing this line from my AC’s config: "ignoreTemperatureWhenOff": true

I’ve just put this line back in my config.json, and it appears to be working now.

This works perfectly for me!! Thank you so much, been wanting to do this for the longest time!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Help, My Air Conditioner Won't Shut Off! | Thomas & Galbraith
How to Fix an Air Conditioner That Won't Turn Off · 1. Change Thermostat Settings · 2. Change the Fan Setting · 3....
Read more >
Why Your Air Conditioner Isn't Shutting Off, and How to Fix It
When your air conditioner won't shut off, it's natural to worry about wasting electrical power as temperatures become too cool for comfort.
Read more >
What to Do If Your Air Conditioner Won't Turn Off
The best way to check if your thermostat is responsible for the AC not turning off is to set it to room temperature...
Read more >
Air Conditioner Won't Shut Off: How to Fix It - PickHVAC
If your external ac unit is still running while your thermostat is shut off, the most probable explanation is that your compressor contactor ......
Read more >
Determining If You Have a Faulty AC Sensor & How to Fix It If ...
How to Tell If You Have a Failing Sensor · The air conditioner doesn't turn off when your home has reached the set...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found