Skip to content
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

exclude terminator registers for ecotop #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lein1013
Copy link
Contributor

@lein1013 lein1013 commented Jan 21, 2024

if some registers are not available on the system, but read, this leads to errors in the home assistant integration
unfortunately we don't have a comprehensive overview from solarfocus of all devices and the related (working) registers
just excluded the registers that are not used by ecotop (as of my knowledge)

related to #31

# assuming octoplus is also related to Therminator
self.octoplus_buffer_temperature_bottom = DataValue(address=10, multiplier=0.1)
self.octoplus_buffer_temperature_top = DataValue(address=11, multiplier=0.1)
self.log_wood = DataValue(address=12, data_type=DataTypes.UINT)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the logs, it was only the "log_wood" property that is unavailable for pellettops, isn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants