-
Notifications
You must be signed in to change notification settings - Fork 16
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
BS command to modify the room setpoint being sent to the boiler missing (version 6.5, PIC16F1847-only) #90
Comments
Thanks for the report. I have recently obtained a few PIC16F1847 controllers and plan to implement the additional commands in the near future. If you're testing this anyway, I would appreciate a log of the protocol from otmonitor or a Home Assistant integration debug log with some information on the applied testing procedure if it's not too much trouble. Keep in mind that the opentherm protocol is slow and depends on the thermostat polling for values, so please give it some time (2-3 minutes should be enough, but longer could be necessary) to settle between commands when testing. |
Thanks!! I did miss the transparent_command option, that one is working now for me! my YAML:
Output otmonitor:
|
Hi,
since 6.5, PIC16F1847- only verion), a new command is added:
BS=temperature
Boiler setpoint. Some boilers ignore certain controls sent by the thermostat, based on the room temperature and room setpoint values. Sending a different room setpoint can help to convince these boilers to do what they are supposed to do. Set the temperature to 0 to return to passing along the value specified by the thermostat.
Examples: BS=16.3, BS=0
It would be great if this one can be added (and then to the HA integration as well) as with my Honeywell Evohome Opentherm thermostat the TT and TC commands don't work.
The text was updated successfully, but these errors were encountered: