-
Notifications
You must be signed in to change notification settings - Fork 25
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
Temperature setting via Home not working since latest update #69
Comments
Please update to the latest and try again. If this continues, please share a DEBUG log. PS It is Celcius as that is what HomeKit uses internally |
Still not working on 0.2.4. Here is the log when I tried to change MASTER BEDROOM from cool to 76 to cool to 73: removed debug logs |
Having same exact issue. Can include debug log if needed. |
@othrside If you could update to the latest 0.2.5, and enable debug and share a log much appreciated. |
Last update seems to have resolved the issue. |
Tks for confirming the fix |
Works for me too! |
I thought the issue was resolved as it seemed to be working again, however the issue has returned. [6/14/2020, 1:36:29 PM] [Thermostat] Setting switch for THERMOSTAT to 2 |
What I’ve noticed is that if the system is already cooling and you set it to a different temperature, the setting tends to stick. If it is not currently actively cooling and you set it to a different temperature, the setting will not stick. |
@abhollan This worked for me too. But then I tried it later on in the day while the system was off and it changed the temperature. So it would seem that its intermittent. |
Yeah I agree. It is just erratic, but seems to not work more often than it works. |
Just an FYI, the Honeywell back end has been off line for the last few hours. So nothing would work. It came back about 5 minutes ago |
@NorthernMan54 no, this was happening yesterday too. |
I have made some significant changes around using scenes to make changes and also controlling multiple thermostats at the same time. Can you update to the latest and try again. |
Still with the same issue. The first time I used the new version it worked. Afterwards, no changes would stay. Indeed, if you stayed on the screen for the thermostat and set it to a different temperature and wait, after a few seconds it reverts to the original temperature. |
Can you share a debug log, covering a temperature change? To enable debug set debug: true in config.json |
removed debug logs |
Could it be because of this line: |
The only issue I see in the logs is here Wed, 17 Jun 2020 02:42:34 GMT tcc-lib _UpdateThermostat: SOAP Message <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://services.alarmnet.com/Services/MobileV2/">soap:Body6A0A51A1-2F7E-4EBF-B5D3-D46408DC86953656373131681721881881010</soap:Body></soap:Envelope> Where a long message should be included showing the actual command to change the thermostat like this , 17 Jun 2020 03:05:04 GMT tcc-lib Success: _UpdateThermostat { Result: 'Success', CommTaskID: 906056990 } <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://services.alarmnet.com/Services/MobileV2/">soap:Body6BE4BB33-0DB2-4FA6-B7B5-0627D49A1ACF20778981314.51361261261212</soap:Body></soap:Envelope> |
Just looking at my comment and it has the same missing text as yours, I have been chasing my tail as github it eating the text from the log!!! |
SOAP FAIL: Error: Request failed with status code 400 |
@KevinDevs for new issues, please create a new issue and not add to an existing issue. This appears that login failed for your account.
|
I've just downgraded back to 0.1.12 everything went back to normal |
Attempted temperature change. No luck. [6/17/2020, 4:01:07 PM] [Thermostat] Setting switch for THERMOSTAT to 2 |
Removed debug logs |
Found the issue, changing the thermostat settings was not working when the thermostat was following a schedule. Please update to the latest and try again. |
On my preliminary testing, this seems to have fixed it. Thanks so much for your hard work, @NorthernMan54 |
Seems to be working. No issues. Thank You |
On the latest homebridge-tcc update, I can set a temperature in the Home app, but the temperature will not change on my thermostat. If I close the Home app and then reopen it, the temperature setting will have the original setting and not the one I chose. If I watch my Homebridge log, it does register the attempted change:
[6/9/2020, 5:06:29 PM] [Thermostat] Setting switch for LOWER LEVEL to 2
[6/9/2020, 5:06:33 PM] [Thermostat] Setting target temperature for LOWER LEVEL to 23.9°
(I'm not sure why it has this in Celsius -- is this the problem?)
The text was updated successfully, but these errors were encountered: