-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added co2 sensor and zone valve; overally improved
- Loading branch information
Showing
11 changed files
with
342 additions
and
718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/temp$ | ||
### BRINK zone valve | ||
## | ||
## This ebus config is based on information from https://gathering.tweakers.net/forum/list_messages/1979992 | ||
## It is untested and likely incomplete. | ||
|
||
## Brink zone valve | ||
*r,zkp,,,,09,4050,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
*w,zkp,,,,09,4050,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
|
||
r,,ValveStatus,1f0940a10102,,,40a1,02,,,HEX:7,0x00040000000000=SleepResidentialZone;0x00040000020300=SleepZone;0x0700040000010200=ResidentialZone,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment,field2,part (m/s),datatypes/temp$ | ||
### BRINK CO2 sensor | ||
## | ||
## This ebus config is based on information from https://gathering.tweakers.net/forum/list_messages/1979992 | ||
## It is untested and likely incomplete. | ||
|
||
## Brink CO2 sensor | ||
*r,co2,,,,0a,4050,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
*w,co2,,,,0a,4050,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
|
||
#### SENSOR DATA #### | ||
r,,CO2SensorValue,40a100,,,40a1,,,,UIR,,,Address,,,UIR,,,,,,UIR,,ppm,Value | ||
w,,CO2SensorUpperLimit,4080039103e8,,,4080,91,,,UIR,,ppm | ||
w,,CO2SensorLowerLimit,4080039002bc,,,4080,90,,,UIR,,ppm |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.