-
Notifications
You must be signed in to change notification settings - Fork 64
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
New Multiple ACs version, getting error #37
Comments
I've made a stupid mistake when refactoring. Please check if the patch in 1.2.1 fixes it (I'm won't be able to see for myself during the next couple of days). |
I'll give it ago later today, thanks. |
No obvious errors in the log, but it's like messages are been sent to the units, but status is not been returned. |
Hi, |
Ok I've also fixed another stupid bug which blocked the power state from being updated. Please try running v1.2.2 and let me know how is works. |
Just gave it a quick try, looks like it's overloading my hassio server, but did get the warnings npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.8 (node_modules/fsevents): |
Having slept on it, it looks like my MQTT server crashed curing installation,I can't say wether it was related or not, but I've restarted Mosquito this morning and things are looking better, the main thermostat and mode appears to be working now, however the light, sleep and health setting appear not to be updating. I can see the messages been sent when I try to trigger them, they are not been sent to the units Has something changed with these settings? 0|HVAC_0 | [MQTT] Message "1" received for home/greehvac/health/set |
I've setup my 4 units, but I'm getting the following errors repeatedly at the moment. I get the feeling I'm missing a config or similiar.
[UDP] Device 1e4837fc is bound!
0|HVAC_0 | TypeError: Cannot read property 'toString' of undefined
0|HVAC_0 | at Object.onStatus (/usr/src/app/index.js:57:96)
0|HVAC_0 | at Device._handleResponse (/usr/src/app/app/deviceFactory.js:171:20)
0|HVAC_0 | at Socket.Device.socket.on (/usr/src/app/app/deviceFactory.js:45:47)
0|HVAC_0 | at Socket.emit (events.js:182:13)
0|HVAC_0 | at UDP.onMessage [as onmessage] (dgram.js:628:8)
0|HVAC_0 | [MQTT] Connecting to mqtt://192.168.1.3 as "local-user"...
0|HVAC_0 |
Here is my config
{ "mqtt": { "broker_url": "mqtt://192.168.1.3", "username": "local-user", "password": "xxxxxxxxxxx" }, "devices": [ { "hvac_host": "192.168.1.157", "mqtt_topic_prefix": "home/greehvacbedroomup" }, { "hvac_host": "192.168.1.97", "mqtt_topic_prefix": "home/greehvac-bedroom-down" }, { "hvac_host": "192.168.1.112", "mqtt_topic_prefix": "home/greehvac-kitchen" }, { "hvac_host": "192.168.1.83", "mqtt_topic_prefix": "home/greehvac" } ] }
The text was updated successfully, but these errors were encountered: