We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior The state of the aircon changes.
Screenshots
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):
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Expected behavior
The state of the aircon changes.
Screenshots
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):
Additional context
To me it looks like the plugin stops responding to to requests for the status of the aircon.
Etc.
The text was updated successfully, but these errors were encountered: