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.

homebridge service termination caused by the highest temperature of the air conditioner

See original GitHub issue

If the maximum temperature exceeds 30 degrees, homebridge will report the termination of the service, I tried to change the maximum temperature of 40 degrees, homebridge can continue to work, but adjust the temperature of the upper part of the fader will become idle, or set a fixed temperature value of pseudoDeviceTemperature, but the interface temperature display is locked. I wonder if there is any more reasonable solution?

The following is a display of service termination. —————————————————————————————————————————————— if (state.currentTemperature > maxTemperature) throw new Error(The current temperature (${state.currentTemperature}) must be less than the maxTemperature (${maxTemperature})); ^

Error: The current temperature (31.9) must be less than the maxTemperature (30) at AirConAccessory.processQueuedCallbacks (/usr/local/lib/node_modules/homebridge-broadlink-rm/accessories/aircon.js:373:58) at device.onTemperature (/usr/local/lib/node_modules/homebridge-broadlink-rm/accessories/aircon.js:350:12) at emitOne (events.js:96:13) at device.emit (events.js:191:7) at device.on (/usr/local/lib/node_modules/homebridge-broadlink-rm/node_modules/broadlinkjs-rm/index.js:384:22) at emitTwo (events.js:106:13) at device.emit (events.js:194:7) at Socket.cs.on (/usr/local/lib/node_modules/homebridge-broadlink-rm/node_modules/broadlinkjs-rm/index.js:207:18) at emitTwo (events.js:106:13) at Socket.emit (events.js:194:7)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lprhodescommented, May 25, 2017

Feel free to re-open if this is still an issue after setting a maxTemperature of 40 or 50

0reactions
lprhodescommented, May 22, 2017

That doesn’t explain why setting a maxTemperature of 40 or 50 doesn’t fix this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tuya AC shows wrong temperatures, numbers exceed ...
Tuya AC shows wrong temperatures, numbers exceed maximums. I've tried to get this Ductless Aire 19 SEER minisplit rocking in Homebridge with ...
Read more >
Fannie Mae Program - Homebridge Wholesale
Homebridge requires properties to be, at minimum, in average condition. Additionally, the following applies: - A conventional heat source ...
Read more >
2018 - product catalog - Tommark
Air Conditioners. Split System Cooling Single Phase, 11/2-5 Tons. XL18i, 2-Stage, R-410A, Split Cooling Air Conditioner. Nominal. Cooling BTUH. Line Sets.
Read more >
homebridge-midea-air - npm
This allows you to enable Outdoor Temperature service, if the AC support. Credits. This plugin is based on the project ttimpe/homebridge-midea ...
Read more >
Public Employee Safety & Health Field Operation Manual
4961 221330 Steam and air conditioning supply ... inspection cause workplace activities to shut down, the inspection shall be continued at a.
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