-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add handler for "Wall thermostat" (temperature + humidity) #25
Comments
@tuxianerDE This should be the "Wall Thermostat" device: https://apidocs.bosch-smarthome.com/local/ (Select "Wall Thermostat" from the top right drop down). It shouldn't be too hard to create a handler for it, all we would need is a service for the Humidity as the Temperature service is already in place. I will flag this for v2 as I would like to get out a first public version first before doing further enhancements :) |
all cool. Hence I suggested it as an enhancement :) |
FYI long polling of such device already contains all necessary data:
|
Public version is out now. Milestone 2 is the next target. Because I have several "Wall thermostats" this enhancement is very welcome from my side. |
Yes, we should definitively prefer devices that we have access to, so we can make this high prio :) |
Same here I have two Wall thermostats installed so happy to support testing here! |
Signed-off-by: Christian Oeing <[email protected]>
@GerdZanker Implemented the humidity level service and the wall thermostat handler (#96). It was straight forward, but I have no such device at home, so I depend on you to test my implementation :) |
Signed-off-by: Christian Oeing <[email protected]>
Signed-off-by: Christian Oeing <[email protected]>
Signed-off-by: Christian Oeing <[email protected]>
The Bosch Thermostat for floor heating system does also measure the relative air moisture and shares this with the controller.
As a second iteration obtaining this value together with the temperature would be good to use for analytics and graphing.
The text was updated successfully, but these errors were encountered: