-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Improve moduline 200 functionality #183
Comments
Oh, you have been busy, great 👍 Some ideas to test: For most of the values we have datastructure implemented, it's mostly copy&paste, would you like to add them, or should i do? |
It only changes the value, same is holds for set temperature during night mode
Unfortunately, this does not seem to work either
I think i would need two or more iterations to get it right as i'm not yet familiar with this code. |
Please check values and namings for the new values in dev. One last idea to set the mode: Bosch sometimes use telegram fields for settings, that are not published on read, e.g. my boiler have circulation start in telegram 0x35 pos 1, but |
Thermostats with more than one hc have some global parameters like clock, building, internal sensor, etc. They do not depend on hc. Your thermostat have only a single telegram and a single hc, the parameters are mixed in this telegram. The building parameter is normally only for outdoor temperature control and describes the damping (heat capacity) of the building, the values are defined by RC35 and RC300 thermostats. I dont know what is does in this room thermostat. If it's something different we should change name and the values(names/numerical). Suggestions?
Maybe there is another telgram for this, Try a bit with |
The manual states the following:
SUCCESS I've tried to read B2 tm B8 and only B2 did not return <empty> but instead returned 00 00
|
Should we name it
👍 I'll add the mode change. What does the second byte do? Maybe temporary temperature change without storing in night/day temperature? |
👍Sounds good! I would say in this context it would be part of hc1 right?
Good question, I don't think that the thermostat has a temporary temperature change option |
bugfix revert auto mode -> the mode is hardcoded for the thermostat_ha_cmd #183
New issue to improve moduline 200. Ref: #181
B1:
B0:
(steps 0,1 with range -5 - 5 deg according to manual)
(valid options +1 map to options 1,2,3 according to manual)
Unfortunately, it does not seem to be possible to set the mode remotely through RC10Set
The text was updated successfully, but these errors were encountered: