Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aircons fail #744

Open
ogod opened this issue Dec 10, 2024 · 0 comments
Open

Aircons fail #744

ogod opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ogod
Copy link

ogod commented Dec 10, 2024

Describe the bug
I updated the UI and… everything… and then I was not longer able to control the aircons.

To Reproduce
Steps to reproduce the behavior:

  1. Ask Siri to do anything with the aircon, or use Home app, or use the Homebridge UI.
  2. It failed and the Home app reports that the aircon is not responsive.

Expected behavior
The state of the aircon changes.

Screenshots
image

Desktop (please complete the following information):
System Information

OS | Raspbian GNU/Linux Bullseye (11)
IPv4 (eth0) | 10.1.1.104
IPv6 (eth0) | fdd1:a112:b22b:0:ac81:9b67:c34b:9df2
Hostname | homebridge
User | pi
Node.js Version | v22.11.0
Node.js Path | /opt/homebridge/bin
Storage Path | /var/lib/homebridge
Config Path | /var/lib/homebridge/config.json
Plugin Path | /var/lib/homebridge/node_modules
Timezone | GMT+0800

Smartphone (please complete the following information):

  • Device: iPhone 12 Pro / iPad Pro
  • OS: iOS 18.1.1 / iPadOS 18.1.1
  • Browser Safari
  • Version Whatever

Additional context
To me it looks like the plugin stops responding to to requests for the status of the aircon.

    {
        "platform": "BroadlinkRM",
        "name": "BroadlinkRM",
        "hideWelcomeMessage": true,
        "accessories": [
            {
                "type": "learn-code",
                "enableAutoOff": false,
                "host": "780f775af424"
            },
            {
                "name": "Living Room Auto Switch",
                "type": "switch",
                "persistState": true
            },
            {
                "name": "Owen's Auto Switch",
                "type": "switch",
                "persistState": true
            },
            {
                "name": "Stop barking",
                "type": "switch",
                "enableAutoOff": true,
                "onDuration": 180
            },
            {
                "name": "Sound System",
                "type": "switch",
                "host": "780f775af424",
                "stateless": false,
                "data": {
                    "on": [
                        {
                            "data": ""
                        }
                    ],
                    "off": [
                        {
                            "data": ""
                        }
                    ]
                }
            },
            {
                "name": "Living Room Aircon",
                "type": "air-conditioner",
                "host": "780f775af424",
                "temperatureDisplayUnits ": "C",
                "minTemperature": 18,
                "maxTemperature": 30,
                "defaultCoolTemperature": 20,
                "defaultHeatTemperature": 24,
                "autoHeatTemperature": 12,
                "autoCoolTemperature": 28,
                "temperatureFilePath": "/home/pi/TemperatureLivingRoom.txt",
                "temperatureUpdateFrequency": 300,
                "persistState": true,
                "turnOnWhenOff": true,
                "ignoreTemperatureWhenOff": true,
                "preventResendHex": true,
                "autoSwitch": "Living Room Auto Switch",
                "minimumAutoOnOffDuration": 300,
                "noHumidity": true,
                "data": {
                    "off": "",
                    "on": "",
                    "heat16": {
                        "data": ""
                    },

Etc.

@ogod ogod added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant