LavermanJJ / home-assistant-solarfocus

🏡 Solarfocus eco manager touch integration for Home Assistant
Apache License 2.0
14 stars 3 forks source link

[Bug]: Sensor "biomass boiler outdoor temperature" shows wrong value #61

Closed tinerop closed 11 months ago

tinerop commented 1 year ago

Sensor "biomass boiler outdoor temperature" shows wrong value. Constant same temperature during the whole day, 10,3 C not changing. On the ecotouch display it shows e.g. 8 C changing during the day.

Note: I do not have a room thermostat, just a Solarfocus outdoor temperature sensor that feeds data back to the biomass boiler for the heating curve. (Heizkurve).

LavermanJJ commented 1 year ago

@lein1013 can you confirm this bug?

lein1013 commented 1 year ago

Outdoor temp looks good at my setup I'm currently working on my fork of pysolarfocus - in my case the boiler_operating_mode shows something that is more like a temperature Could be related to changes in the modbus registers that could happen in different firmware versions.

print(solarfocus.system)
print(solarfocus.pelletsboiler.boiler_operating_mode.value)
print(solarfocus.pelletsboiler.door_contact.value)
print(solarfocus.pelletsboiler.outdoor_temperature.value)
print(solarfocus.pelletsboiler.temperature.value)
Systems.EcoTop
334
1
157
341
LavermanJJ commented 11 months ago

As there has been no further update here, and the could not be reproduced, I'll close this issue.