You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the HmIP-eTRV-B-2 R4M thermostats. When I change the setTemperature status for one thermostat, I have been getting the message "Request error: AxiosError: Request failed with status code 400" in the log for some time.
Sometimes the thermostat switches to the set temperature anyway, but sometimes not.
Request error: AxiosError: Request failed with status code 400
hmip.0
2024-03-29 09:36:45.079
debug
setPointTemperature - id ["XXXXXXXXXX-9abb-4cc7-8f33-XXXXXXXXXX","XXXXXXXXXX-d22a-4a16-a594-XXXXXXXXXX"] - Send debounced value 15 now to HMIP
hmip.0
2024-03-29 09:36:40.078
debug
state change - setPointTemperature - id ["XXXXXXXXXX-9abb-4cc7-8f33-XXXXXXXXXX","XXXXXXXXXX-d22a-4a16-a594-XXXXXXXXXX"] - value rounded to 15 (step=0.5 )
hmip.0
2024-03-29 09:30:54.063
warn
Request error: AxiosError: Request failed with status code 400
hmip.0
2024-03-29 09:30:53.993
debug
setPointTemperature - id ["XXXXXXXXXX-9abb-4cc7-8f33-XXXXXXXXXX","XXXXXXXXXX-d22a-4a16-a594-XXXXXXXXXX"] - Send debounced value 13 now to HMIP
hmip.0
2024-03-29 09:30:48.993
debug
state change - setPointTemperature - id ["XXXXXXXXXX-9abb-4cc7-8f33-XXXXXXXXXX","XXXXXXXXXX-d22a-4a16-a594-XXXXXXXXXX"] - value rounded to 13 (step=0.5 )
`
The text was updated successfully, but these errors were encountered:
Good question ... error 400 is "bad request" ... whatever that means ... so ... when does it work? When not? Please try to test that out and provide such details, maybe we find a reason
I analysed it in more detail for a month. I currently assume that the data is always transmitted correctly, even if the response is always error 400. If the temperature is not being transmitted correctly to the cloud, I suspect it's more likely to be due to internet interruptions, which we've unfortunately had a lot of here recently. But I will keep an eye on it.
Hello,
I use the HmIP-eTRV-B-2 R4M thermostats. When I change the setTemperature status for one thermostat, I have been getting the message "Request error: AxiosError: Request failed with status code 400" in the log for some time.
Sometimes the thermostat switches to the set temperature anyway, but sometimes not.
Perhaps the error message relates to issue 536?
`
The text was updated successfully, but these errors were encountered: