Open tking81 opened 7 months ago
Hey, I haven't implemented zones support as mine is configured only for 1 zone. (floors) I would need access to your Aquara account to be able to develop solution for this.
Hey, what does Aquara have to do with Panasonic?
Sorry, I meant Aquarea (http://aquarea-smart.panasonic.com)
I have a heat pump with an expansion board that allows you to control two circulation pumps independently (i.e. you can have 2 independent heating/cooling zones). I have two independent circuits:
This allows me to heat both through the floor and the wall, and in the summer I can only cool through the walls.
In HomeKit, only one zone is visible and changes made in HomeKit do not always take effect, especially when both zones are enabled.
This is what the logs from my homebridge look like: [12.04.2024, 11:02:31] [PanasonicHeatPumpHomebridgePlugin] Authenticated to Aquarea Smart Panasonic [12.04.2024, 11:02:31] [PanasonicHeatPumpHomebridgePlugin] Device conf: { "deviceGuid": "guid is correct but I removed it", "configration": [ { "zoneInfo": [ { "zoneSensor": "Water temperature", "coolMode": "enable", "heatSensor": "Compensation curve", "coolSensor": "Direct", "outdoorType": "STD", "zoneId": 1, "zoneType": "Room", "zoneName": "Podłogi" }, { "zoneSensor": "Water temperature", "coolMode": "enable", "heatSensor": "Compensation curve", "coolSensor": "Direct", "outdoorType": "STD", "zoneId": 2, "zoneType": "Room", "zoneName": "Ściany" } ], "a2wName": "Pompa", "operationMode": "Heat", "deviceGuid": "guid is correct but I removed it", "lastErrorNumber": "", "bivalent": "No", "specialStatus": 0, "tankInfo": [ { "tankType": "Internal", "tank": "Yes" } ], "forceHeater": 0, "firmVersion": "040700" } ] } [12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Restoring existing accessory from cache: Pompa [12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Restoring existing accessory from cache: Pompa [12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Readings: { "temperatureNow": 19, "heatingCoolingState": 0, "targetHeatingCoolingState": 0, "outdoorTemperatureNow": 16, "tankTemperatureNow": 48, "tankTemperatureSet": 47, "tankHeatingCoolingState": 0, "tankTargetHeatingCoolingState": 1, "isActive": true, "ecoModeIsActive": false, "comfortModeIsActive": false, "tankTemperatureMax": 65, "tankTemperatureMin": 40, "targetTempSet": 2, "targetTempMin": -5, "targetTempMax": 5, "tempType": "heat" } [12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating: Pompa [4f057cd2-a0bc-4c2c-bb05-1ccfa6e12d40] [12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating TargetTemperature of Floor Heater: {"minValue":14,"maxValue":24,"minStep":1} [12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating: Pompa [6bd23806-4621-4312-a135-5f4200a4c983] [12.04.2024, 11:02:32] [PanasonicHeatPumpHomebridgePlugin] Updating outdoor temp: 16
And screenshots: