speleolontra / daikin_residential_altherma

Home Assistant Integration specific for BRP069A78 Heat Pump Model, via Daikin App Onecta. Users have good experience also for BRP069A62 and BRP069A61 (but not tested directly).
GNU General Public License v3.0
98 stars 14 forks source link

Add sensor for setpointMode #19

Closed jwillemsen closed 2 years ago

jwillemsen commented 2 years ago

We should export the setpointMode to HA, I have two values, one for the heat pump and one for the hot water tank

                "setpointMode": {
                    "requiresReboot": true,
                    "settable": false,
                    "value": "weatherDependentHeatingFixedCooling",
                    "values": [
                        "fixed",
                        "weatherDependentHeatingFixedCooling",
                        "weatherDependent"
                    ]
                },
                "setpointMode": {
                    "requiresReboot": false,
                    "settable": false,
                    "value": "fixed",
                    "values": [
                        "fixed",
                        "weatherDependent"
                    ]
                },
speleolontra commented 2 years ago

Solved in coming soon commit... Take me few days for complete testing. Bye

jwillemsen commented 2 years ago

Works for the hot water tank, but not correctly yet for the altherma itself, see https://github.com/speleolontra/daikin_residential_altherma/issues/31

jwillemsen commented 2 years ago

Works now, thanks!