-
Notifications
You must be signed in to change notification settings - Fork 7
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
Setting values for via IVT times out #31
Comments
The 404 is returned by the device, so I have to assume that the operation isn't supported. Perhaps it's missing some additional parameters, but I'd have to dig deep into the official app to see how exactly it sets this value (I assume it works with that app). |
Seeing the same thing when trying to "put" to an bosch compress 7001i, works to adjust the temp from the easycontroll app but when using the CLI it returns 404. Tried put on all gives same endpoints work with get and showes up as writable. Any ideas? |
This is also the case for Bosch Compress 3000 EW + IP module. Works fine with both EasyRemote and HomeCom Easy apps.
|
Hi,
I manage to query information from our Bosch Compress 7400 heat pump via get requests. This list was extremely helpful.
However, setting values via put requests does not work even if the endpoint says it's "writeable" as above. After several attempts, the request times out and returns "404" (debug log see below). Same issue with other writable endpoints. Increasing the timeout limit to 60s doesn't help.
Did anyone experience a similar issue? Am I missing something? Is setting values not supported?
The text was updated successfully, but these errors were encountered: