sHedC / python-masterthermconnect

MasterTherm HeatPump API
MIT License
3 stars 2 forks source link

Tidy up Season Set and make writable #69

Closed sHedC closed 1 year ago

sHedC commented 1 year ago

Tidy up the season set and make writable, currently uses the following values, also remove the hp prefix not required.

"season_info": {
    "hp_season": [bool, "D_24"],  # True is Winter, False is Summer (Write)
    "hp_seasonset": [int, "I_50"],  # True is Manually Set, False Auto (Write)
    "hp_season_winter": [float, "A_82"],  # (Write)
    "hp_season_summer": [float, "A_83"],  # (Write)
},

Investigate what updates