mvn23 / pyotgw

A library to interface with the OpenTherm Gateway through serial or network connection.
GNU General Public License v3.0
28 stars 16 forks source link

Split get_status dict into relevant values for each side #63

Closed mvn23 closed 7 months ago

mvn23 commented 7 months ago

Split the status information in OpenThermGateway.get_status() into parts so we only get the initial values on their most relevant side (boiler, thermostat).

fixes #57