Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyleta committed Apr 1, 2024
1 parent 2016f31 commit 02748ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ebus_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,13 @@ def __init__(self, name: str, parameter_name: str, id: int, type: str, is_signed
# Based on https://github.com/dstrigl/ebusd-config-brink-renovent-excellent-300 and my obervation, the multiplier mathches; Contrary to what WTWCommands.cs says, the ID is mixed up between OperatingHours and TotalFlow
# Note: there is also parameterDescriptionTotalFlowIn1000M3, but that is unnecessary, since we already factored in the 1000 multiplier
BrinkConfigEbusMessage('TotalFlow', 'parameterDescriptionTotalFlowInM3', 0x25, 'r', False, 1000, '', 'm³'),

# Note: Following messages were tested, but are not present on SKY300:
# - ActualEBusAddressing = "40220150";
# - ActualSerialNumber = "40220151";
# - ActualDeviceID = "40220180";
# - ActualOperatingTime = "40220183";
# - ParameterEBusGroupNumber = "405001D0";
# - ParameterEBusSlaveNumber = "405001D1";
# - ParameterHeartBeatTimeout = "405001D2";
]

0 comments on commit 02748ea

Please sign in to comment.