marc2016 / ioBroker.panasonic-comfort-cloud

Adapter to control devices in the Panasonic Comfort Cloud. It uses REST calls which are extracetd from the official Comfort Cloud app. To use the a adpter you need to enter your username and password in the configuration. They are used to authenticate access to the Comfort Cloud. Information of all devices is automatically retrieved and inserted as an object. The adpter polls the device information cyclically (see interval in the settings) and sends commands directly to the cloud.
MIT License
24 stars 5 forks source link

err: status code 401New version app has been published #66

Open WilliLz opened 3 days ago

WilliLz commented 3 days ago

since this morming I get following error: Service error: Request failed with status code 401New version app has been published. Code=4106. Stack: ServiceError: Request failed with status code 401New version app has been published at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:147:31) at ComfortCloudClient.getGroups (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:107:18) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async PanasonicComfortCloud.refreshDevices (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/build/main.js:176:22) at async PanasonicComfortCloud.refreshTimeoutFunc (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/build/main.js:544:7)

superemil70 commented 1 day ago

Kann ich bestätigen. Bekomme die Meldung auch

panasonic-comfort-cloud.0 2024-11-06 20:37:21.466 error Service error: Request failed with status code 401 New version app has been published. Code=4106. Stack: ServiceError: Request failed with status code 401 New version app has been published at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:147:31) at ComfortCloudClient.login (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:66:18) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async PanasonicComfortCloud.onReady (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/build/main.js:65:9)

marc2016 commented 1 day ago

https://github.com/sockless-coding/panasonic_cc/issues/331