sockless-coding / panasonic_cc

Panasonic Comfort Cloud - Home Assistant Component
MIT License
142 stars 35 forks source link

Inside Temperature wrong since last Update #223

Open TomF79 opened 3 months ago

TomF79 commented 3 months ago

Since the last update i have seen that the inside temperature shows 32 degrees instead of 23 degrees.

Anyone can confirm this?

sockless-coding commented 3 months ago

@TomF79 enable debug logging for the integration and then look for the update status request the entry should look something like this:

[custom_components.panasonic_cc.pcomfortcloud.panasonicsession] GET url: https://accsmart.panasonic.com/deviceStatus/<device id>, response: {"timestamp":1719514171464,"permission":2,"summerHouse":2,"iAutoX":false,"nanoe":true,"nanoeStandAlone":true,"autoMode":true,"heatMode":true,"fanMode":true,"dryMode":true,"coolMode":true,"ecoNavi":false,"powerfulMode":true,"quietMode":true,"airSwingLR":true,"autoSwingUD":false,"ecoFunction":0,"temperatureUnit":0,"modeAvlList":{"autoMode":1},"nanoeList":{"visualizationShow":0},"clothesDrying":false,"insideCleaning":false,"fireplace":false,"pairedFlg":false,"parameters":{"ecoFunctionData":0,"insideCleaning":0,"fireplace":0,"lastSettingMode":0,"operate":1,"operationMode":2,"temperatureSet":20,"fanSpeed":0,"fanAutoMode":1,"airSwingLR":5,"airSwingUD":3,"ecoMode":0,"ecoNavi":0,"nanoe":1,"iAuto":0,"airDirection":0,"insideTemperature":19,"outTemperature":25,"airQuality":0},"deviceNanoe":1}
TomF79 commented 3 months ago

@TomF79 enable debug logging for the integration and then look for the update status request the entry should look something like this:

[custom_components.panasonic_cc.pcomfortcloud.panasonicsession] GET url: https://accsmart.panasonic.com/deviceStatus/<device id>, response: {"timestamp":1719514171464,"permission":2,"summerHouse":2,"iAutoX":false,"nanoe":true,"nanoeStandAlone":true,"autoMode":true,"heatMode":true,"fanMode":true,"dryMode":true,"coolMode":true,"ecoNavi":false,"powerfulMode":true,"quietMode":true,"airSwingLR":true,"autoSwingUD":false,"ecoFunction":0,"temperatureUnit":0,"modeAvlList":{"autoMode":1},"nanoeList":{"visualizationShow":0},"clothesDrying":false,"insideCleaning":false,"fireplace":false,"pairedFlg":false,"parameters":{"ecoFunctionData":0,"insideCleaning":0,"fireplace":0,"lastSettingMode":0,"operate":1,"operationMode":2,"temperatureSet":20,"fanSpeed":0,"fanAutoMode":1,"airSwingLR":5,"airSwingUD":3,"ecoMode":0,"ecoNavi":0,"nanoe":1,"iAuto":0,"airDirection":0,"insideTemperature":19,"outTemperature":25,"airQuality":0},"deviceNanoe":1}

Please can you tell me where i can find the update Status request?

sockless-coding commented 3 months ago

Go to the integration and enable debug logging: image

Then go to <your ha url>/config/logs and click load full logs

TomF79 commented 3 months ago

Go to the integration and enable debug logging: image

Then go to <your ha url>/config/logs and click load full logs

Here you are home-assistant_panasonic_cc_2024-06-27T19-13-55.372Z.log

TomF79 commented 3 months ago

home-assistant_2024-06-27T19-13-05.251Z.log

sockless-coding commented 3 months ago

Ah, you have one of the devices where there isn't an outside sensor, but the outside sensor is used for the inside temperature. This will be fixed in the next release

TomF79 commented 3 months ago

Fine, thanks for your fast support

sockless-coding commented 3 months ago

v1.0.49 should fix the issue

TomF79 commented 3 months ago

v1.0.49 should fix the issue

I have update to v1.049 and now the outside temperature is not available and the inside temperature shows the actually outdoor temperature.

sbuchbauer commented 3 months ago

The integration is really great, thank you for providing it. I have Nanoe but cant set it, it is always reset to off. Also the inside temperature shows the outside and outside is not available 1.049 installed

TomF79 commented 3 months ago

The integration is really great, thank you for providing it. I have Nanoe but cant set it, it is always reset to off. Also the inside temperature shows the outside and outside is not available 1.049 installed

Same here

sockless-coding commented 3 months ago

There is a bug regarding Nanoe, I'll fix that. Regarding the indoor sensor, it's strange... The log @TomF79 provided the indoor sensor was missing. Under the Device Info does it say Firmware: 1.21.0 or 1.20.0 ?

sbuchbauer commented 3 months ago

I use firmware 1.21

TomF79 commented 3 months ago

There is a bug regarding Nanoe, I'll fix that. Regarding the indoor sensor, it's strange... The log @TomF79 provided the indoor sensor was missing. Under the Device Info does it say Firmware: 1.21.0 or 1.20.0 ?

Also Firmware 1.21.0

it is possible that the indoor Sensor is missing on my Modell because the Panasonic App also dont show the indoor temperature

sockless-coding commented 3 months ago

If the indoor doesn't show up in the app then it's not there / working

TomF79 commented 3 months ago

If the indoor doesn't show up in the app then it's not there / working

I understand but since update to 1.049 the outdoor temperature is shown as indoor temperature sensor and outdoor temperature sensor is not available.

a few Updates before all two Sensors shows differently temperatures

TomF79 commented 3 months ago

![Uploading Bildschirmfoto 2024-06-28 um 20.36.32.jpeg.png…]()

sockless-coding commented 3 months ago

Removed the swapping of sensors in v1.0.50

github-actions[bot] commented 1 week ago

Hi there! This issue has been marked as stale due to inactivity. If you believe this is still relevant, please let us know. Otherwise, it will be closed soon.

Nerestro21 commented 1 week ago

Hey, since the 2024.9 release I have an issue with wrong inside temperatures as well. It either seems to not update the values or jump to strange values occasionally. However, if I open the app and refresh, it seems to show the correct value in the app and then the integration also gets it updated.

Before, the integration always got the right values on its own.

sockless-coding commented 1 week ago

@Nerestro21 this is probably related to the https://github.com/sockless-coding/panasonic_cc/issues/310 issue.