-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Extend mqtt-hassio.cfg for Heat Recovery Units #1245
base: master
Are you sure you want to change the base?
Conversation
7e0e04d
to
30fe368
Compare
Heat Recovery Units (HRUs) from Brink Climate Systems are using ebusd protocol, and can be successfully integrated into home automations through ebusd. Their parameters and units are however different from the typical boilers or heat pumps, the ebusd is typically used for. This requires manual edits of mqtt-hassio.cfg even for the most basic operations, which makes the learning curve way steeper for new users. This proposal adds the basic parameters and units typical for HRUs.
30fe368
to
de716c3
Compare
@@ -105,7 +105,7 @@ filter-seen = 5 | |||
#filter-non-circuit = | |||
# include only messages having the specified name (partial match, alternatives and wildcard supported). | |||
# HA integration: filter to some useful names for monitoring the heating circuit | |||
filter-name = status|temp|humidity|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$|sensor|timer | |||
filter-name = status|temp|humidity|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$|sensor|timer|co2|air|flow|filter|inlet|exhaust|pressure|reset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are the CSVs matching these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@john30 would it make sense to merge this one, since the commit with HRU units was merged?
Heat Recovery Units (HRUs) from Brink Climate Systems are using ebusd protocol, and can be successfully integrated into home automations through ebusd. Their parameters and units are however different from the typical boilers or heat pumps, the ebusd is typically used for. This requires manual edits of mqtt-hassio.cfg even for the most basic operations, which makes the learning curve way steeper for new users.
This proposal adds the basic parameters and units typical for HRUs.
On top of it, I propose following changes/improvements:
curve
by relaxing last line intype_switch-w-number
type_switch
days
as a unit of timedevice_class
duration todef_global_uptime
, as it seems appropriate