lemanjo / pyupway

MIT License
1 stars 3 forks source link

Add enum interpretation and misc variables #7

Closed lobstaj closed 2 months ago

lobstaj commented 2 months ago

With this PR, enum values can be retrieved as decoded strings (e.g. "heating") in addition to the raw values (e.g. "15003").

Also added some more variables, which work on Tehowatti Air (together with Jäspi Nordic Inverter a.k.a. Nibe F2120). Two of those variables can make use of the enum decoding.

lemanjo commented 2 months ago

:+1: