Giter Site home page Giter Site logo

marc2016 / iobroker.panasonic-comfort-cloud Goto Github PK

View Code? Open in Web Editor NEW
22.0 15.0 4.0 1.66 MB

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.

License: MIT License

JavaScript 12.19% CSS 0.72% TypeScript 87.09%
iobroker panasonic-comfort-cloud smarthome

iobroker.panasonic-comfort-cloud's Introduction

ioBroker.panasonic-comfort-cloud

⚠️ WARNING
New app version in adapter settings is 1.21.0

Logo

NPM version Downloads Tests and release

Dependency Status Known Vulnerabilities

NPM

panasonic-comfort-cloud adapter for ioBroker

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.

With the method used, only one client can be logged on with the account at a time. It is recommended that a second account, for which the devices have been shared, is used.

Changelog

3.0.2 (2024-07-10)

  • Fixed bug in refreshing oauth token again.

3.0.1 (2024-07-01)

  • Fixed bug in refreshing oauth token.

3.0.0 (2024-06-29)

  • Added option to deactivate the automatic refresh.
  • Added state to manual refresh device infos.
  • Updated client version for OAuth support.

2.3.0 (2023-12-21)

  • Updated packages
  • Added connected state to devices

2.2.4 (2023-10-18)

  • Fixed load AppVersion from Github.

2.2.3 (2023-10-14)

  • Added support for admin 5 UI (jsonConfig).
  • Updated packages.
  • Fixed translation.

2.2.2 (2023-09-16)

  • Fixed wrong version number.

2.2.1 (2023-09-16)

  • panasonic-comfort-cloud-client updated to new version. New headers added.

2.2.0

  • Added feature to automatically load the app version from GitHub.

2.1.0

  • Added app version to settings.

2.0.6

  • panasonic-comfort-cloud-client updated to new version. (appVersion changed again)

2.0.5

  • Translation for news added.

2.0.4

  • New version of dependencies installed.

2.0.3

  • panasonic-comfort-cloud-client updated to new version. (appVersion changed again)

2.0.2

  • panasonic-comfort-cloud-client updated to new version.

2.0.1

  • Changed the type of some states from string to number.

2.0.0

  • Added js-controller 3 dependency.
  • Added username and password to protectedNative and password to encryptedNative.
  • Added connection info.
  • Changed schdule to timeout for refresh.
  • Fixes for async await pattern.

1.2.9

  • Error handling for get device added.

1.2.8

  • Fixed bug in Comfort Cloud client.

1.2.7

  • Comfort Cloud client updated.

1.2.6

  • Fixed bug that guid is null in device creation.

1.2.5

  • *Comfort Cloud client updated.

1.2.4

  • Fixed bug with undefined guid. Log messages added.

1.2.3

  • Set parameters only for writable states.

1.2.2

  • *Fixed error handling and added stack info.

1.2.1

  • Fixed bug in refesh device method.

1.2.0

  • States insideTemperature, outTemperature and Nanoe added.

License

MIT License

Copyright (c) 2024 marc [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iobroker.panasonic-comfort-cloud's People

Contributors

dependabot[bot] avatar marc2016 avatar mcm1957 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iobroker.panasonic-comfort-cloud's Issues

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

Im Adapter werden die Geräte nicht angezeigt

Hallo,

ich habe den aktuellen Adapter installiert. Er verbindet sich auch mit der Panasonic Cloud. Es werden aber keine Geräte in den Objekten angelegt.

Als Fehler kommt einmalig:

2023-09-29 19:11:43.813 - info: panasonic-comfort-cloud.1 (3096) state panasonic-comfort-cloud.1.info.connection changed: true (ack = true)

2023-09-29 19:11:44.423 - error: panasonic-comfort-cloud.1 (3096) Unknown error: TypeError: Cannot read properties of undefined (reading 'data'). Stack: TypeError: Cannot read properties of undefined (reading 'data')
at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:180:42)
at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:141:30)
at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
at Object.next (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
at fulfilled (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Gibt es da eine Erklärung?

Security Issue @ axios call ? - Service error: Request failed with status code 401.

Describe the bug
IObroker adapter lost connection to Panasonic Service Cloud.

To Reproduce
Steps to reproduce the behavior:

  1. remove adapter
  2. install adapter
  3. npm WARN deprecated [email protected]: Critical security vulnerability fixed in v0.21.1. For more information, see axios/axios#3410

Expected behavior
connect to service

Versions:

  • Adapter version: 2.1
  • JS-Controller version: 4.0.24
  • Node version: 16.19.1
  • Operating system: PI OS

Additional context
Add any other context about the problem here.

Cloud connected -> But no device visible in objects?

Hi

I want to use the Adapter.
Created a second user and with the web UI I can login and see all the data.

On IOBroker I can also connect. all successfully.
But I do not see any data?
I increased log level to debug...

I have a heatpump ..
also tried use github and different API versions.

Can someone help?

BR

Andreas

----log

panasonic-comfort-cloud.0 | 2023-09-08 00:32:27.000 | debug | refreshIntervalInMilliseconds=60000
panasonic-comfort-cloud.0 | 2023-09-08 00:32:26.999 | debug | setupRefreshTimeout
panasonic-comfort-cloud.0 | 2023-09-08 00:32:26.996 | debug | Device creation completed.
panasonic-comfort-cloud.0 | 2023-09-08 00:32:25.826 | info | state panasonic-comfort-cloud.0.info.connection changed: true (ack = true)
panasonic-comfort-cloud.0 | 2023-09-08 00:32:25.782 | debug | Create devices.
panasonic-comfort-cloud.0 | 2023-09-08 00:32:25.778 | info | Login successful.
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.788 | debug | Try to login with username wp_iob@....
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.785 | debug | Use configured AppVersion from Github 1.18.2.
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.782 | info | Loaded app version from GitHub: 1.18.2
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.765 | info | state panasonic-comfort-cloud.0.info.connection changed: false (ack = true)
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.428 | info | starting. Version 2.2.0 in /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud, node: v18.17.0, js-controller: 4.0.24
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.150 | debug | States connected to redis: 127.0.0.1:9000
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.079 | debug | States create User PubSub Client
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.077 | debug | States create System PubSub Client
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.054 | debug | Redis States: Use Redis connection: 127.0.0.1:9000
panasonic-comfort-cloud.0 | 2023-09-08 00:32:23.008 | debug | Objects connected to redis: 127.0.0.1:9001
panasonic-comfort-cloud.0 | 2023-09-08 00:32:22.994 | debug | Objects client initialize lua scripts
panasonic-comfort-cloud.0 | 2023-09-08 00:32:22.946 | debug | Objects create User PubSub Client
panasonic-comfort-cloud.0 | 2023-09-08 00:32:22.943 | debug | Objects create System PubSub Client
panasonic-comfort-cloud.0 | 2023-09-08 00:32:22.917 | debug | Objects client ready ... initialize now
panasonic-comfort-cloud.0 | 2023-09-08 00:32:22.845 | debug | Redis Objects: Use Redis connection: 127.0.0.1:9001

No connection to device or service

Hi Marc,

the adapter was working really fine, thanks for that.
Since yesterday I receive the messege in the protocoll:

Service error: . Code=undefined. Stack: ServiceError at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15) at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:98:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (internal/process/task_queues.js:95:5)

 
Do you have an idea what could be wrong?
Version is 2.01,
Node.js v14.19.1

(9344) Service error: . Code=undefined. Stack: ServiceError

Hey,
i cant login. i got a (9344) Service error: . Code=undefined. Stack: ServiceError

Did anyone know why?

panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error at processTicksAndRejections (internal/process/task_queues.js:95:5)
panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65)
panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:98:30)
panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15)
panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28)
panasonic-comfort-cloud.0 2021-06-09 01:10:57.235 error (9344) Service error: . Code=undefined. Stack: ServiceError
panasonic-comfort-cloud.0 2021-06-09 01:10:57.232 debug (9344) Try to handle error.
panasonic-comfort-cloud.0 2021-06-09 01:10:56.046 debug (9344) Try to login with username [email protected].
panasonic-comfort-cloud.0 2021-06-09 01:10:56.008 info (9344) starting. Version 1.2.4 in /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud, node: v14.17.0, js-controller: 3.2.16
panasonic-comfort-cloud.0 2021-06-09 01:10:55.790 debug (9344) statesDB connected
panasonic-comfort-cloud.0 2021-06-09 01:10:55.788 debug (9344) States connected to redis: 127.0.0.1:9000
panasonic-comfort-cloud.0 2021-06-09 01:10:55.780 debug (9344) States create User PubSub Client
panasonic-comfort-cloud.0 2021-06-09 01:10:55.778 debug (9344) States create System PubSub Client
panasonic-comfort-cloud.0 2021-06-09 01:10:55.769 debug (9344) Redis States: Use Redis connection: 127.0.0.1:9000
panasonic-comfort-cloud.0 2021-06-09 01:10:55.766 debug (9344) objectDB connected
panasonic-comfort-cloud.0 2021-06-09 01:10:55.757 debug (9344) Objects connected to redis: 127.0.0.1:9001
panasonic-comfort-cloud.0 2021-06-09 01:10:55.734 debug (9344) Objects client initialize lua scripts
panasonic-comfort-cloud.0 2021-06-09 01:10:55.732 debug (9344) Objects create User PubSub Client
panasonic-comfort-cloud.0 2021-06-09 01:10:55.731 debug (9344) Objects create System PubSub Client
panasonic-comfort-cloud.0 2021-06-09 01:10:55.728 debug (9344) Objects client ready ... initialize now
panasonic-comfort-cloud.0 2021-06-09 01:10:55.689 debug (9344) Redis Objects: Use Redis connection: 127.0.0.1:9001

Cannot connect after installation - LOG: Cannot find module.

Hi,

I have installed this module from github to ioBroker via the url: https://github.com/marc2016/ioBroker.panasonic-comfort-cloud
When I install the adapter in ioBroker then I can enter username and password. However, the log is giving the following error:
Error: Cannot find module '/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/index.js'. Please verify that the package.json has a valid "main" entry

When I try to look up the folder than the /dist folder is not existing. What do I need to get this running? I understood that the pulling from the above mentioned URL is enough.

Thanks

Re-Connect after Connection with the iphone

First of all, many thanks for this instance. Super simple and really a great development.
Now to my mistake: If I connect to the iPhone via the Panaconic APP, the connection to the adapter seems to be broken. I don't notice any changes that I make in the Panaconic APP or the Panaconic APP doesn't notice my changes in the iobroker.
greeting

Erstmal vielen lieben Dank für diese instanz. Super einfach und echt eine tolle entwicklung.
Nun zu meinem Fehler: Verbinde ich mich mit dem Iphone via Panaconic APP, scheint die Verbindung zum Adapter abzureissen. Ich bekomme keine Änderungen mit, die ich in der Panaconic APP durchführe oder die Panaconic APP bekommt meine Änderungen im iobroker nicht mit.
gruss

Connection Error

Update 26.08
Zwei der vier Geräte hatten kein Wlan empfang und lassen sich nun wieder Steuern.
Evtl. hat sich dadurch das Problem erledigt.
Instanz geht trotzdem noch nicht auf grün.

Hallo,
seit kurzem bekomme ich eine Störung beim starten der Instanz.
Fehlermeldungen siehe unten.

Was ist neu:
In der Cloud habe ich eine Wärmepumpe hinzugefügt.
Bei dem ioBroker User hatte ich die hinzugefügt, gelöscht und wieder hinzugefügt.
Fehler ist immer geblieben.
Ob es damit zusammenhängt kann ich nicht sagen.
Habe 4 Klimageräte und eine Wärmepumpe angeschlossen.

Eine Idee woran das leigen könnte?

Versionen: alles aktuell aus Beta Repo (aussser Node.js)
panasonic-comfort-cloud.0: V2.0.4

Plattform
linux
Betriebssystem
linux
Architektur
x64
CPUs
4
Geschwindigkeit
3000 MHz
Modell
11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz
RAM
6 GB
System-Betriebszeit
00:40:37
Node.js
v16.16.0 (Es gibt eine neuere Version: v16.17.0)
NPM
8.11.0

Fehlermeldungen:
Service error: Request failed with status code 500. Code=undefined. Stack: ServiceError: Request failed with status code 500 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:178:15) at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:165:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (node:internal/process/task_queues:96:5)

panasonic-comfort-cloud.0 | 2022-08-24 11:49:08.926 | error | Service error: Request failed with status code 500. Code=undefined. Stack: ServiceError: Request failed with status code 500 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:178:15) at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:165:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (node:internal/process/task_queues:96:5)

(6891) Service error: . Code=undefined. Stack: ServiceError

Hi,
I need your support, somehow this adapter reports issues even the adapter itself is connected and green. After installation I get following error log:

panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error at processTicksAndRejections (internal/process/task_queues.js:97:5)
panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65)
panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:98:30)
panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15)
panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28)
panasonic-comfort-cloud.0 2021-08-06 15:15:51.411 error (6891) Service error: . Code=undefined. Stack: ServiceError
panasonic-comfort-cloud.0 2021-08-06 15:15:50.104 info (6891) starting. Version 1.2.3 in /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud, node: v12.22.4, js-controller: 3.3.15

after a while I get recurring error like this:

panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error at processTicksAndRejections (internal/process/task_queues.js:97:5)
panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65)
panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:133:30)
panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15)
panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28)
panasonic-comfort-cloud.0 2021-08-06 15:20:00.979 error (6891) Service error: . Code=undefined. Stack: ServiceError

Do you have any hint what could be the root-cause of this issue ??

As we have a very high temperature this summer a quick fix would be highly appreciated ;)

Many thanks in advance

Cheers
bandimuc

Error: Cannot find module '/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/index.js'. Please verify that the package.json has a valid "main" entry

Hallo ich wollte gestern meine Klimaanlage wieder hinzufügen, aber leider bekomme ich nach dem installieren diese Fehlermeldungen.
Ich habe auch den Adapter im Terminal probiert zum installieren dort bekomme ich die gleiche Fehlermeldung.

2022-11-01 06:39:38.046 - error: host.Homeassistent Caught by controller[0]: node:internal/modules/cjs/loader:401
2022-11-01 06:39:38.046 - error: host.Homeassistent Caught by controller[0]: throw err;
2022-11-01 06:39:38.046 - error: host.Homeassistent Caught by controller[0]: ^
2022-11-01 06:39:38.046 - error: host.Homeassistent Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/index.js'. Please verify that the package.json has a valid "main" entry
2022-11-01 06:39:38.046 - error: host.Homeassistent Caught by controller[0]: at tryPackage (node:internal/modules/cjs/loader:393:19)
2022-11-01 06:39:38.046 - error: host.Homeassistent Caught by controller[0]: at Function.Module._findPath (node:internal/modules/cjs/loader:606:18)
2022-11-01 06:39:38.046 - error: host.Homeassistent Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:971:27)
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:833:27)
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1057:19)
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/build/main.js:21:45)
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1155:14)
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1033:32) {
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: code: 'MODULE_NOT_FOUND',
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: path: '/opt/iobroker/node_modules/panasonic-comfort-cloud-client/package.json',
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: requestPath: 'panasonic-comfort-cloud-client'
2022-11-01 06:39:38.047 - error: host.Homeassistent Caught by controller[0]: }
2022-11-01 06:39:38.047 - error: host.Homeassistent instance system.adapter.panasonic-comfort-cloud.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
2022-11-01 06:39:38.047 - info: host.Homeassistent Rebuild for adapter system.adapter.panasonic-comfort-cloud.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.

Adapter installation failed

Fresh installation, first adapter.
Tried to install via other source.

$ ./iobroker url "https://github.com/marc2016/ioBroker.panasonic-comfort-cloud" --debug
install https://github.com/marc2016/ioBroker.panasonic-comfort-cloud/tarball/83359cfb6b4a43575feb14cc9ff7e42ee7e2ef6e
NPM version: 6.14.11
npm install https://github.com/marc2016/ioBroker.panasonic-comfort-cloud/tarball/83359cfb6b4a43575feb14cc9ff7e42ee7e2ef6e --loglevel error --prefix "/opt/iobroker" (System call)

  • [email protected] 1 package in 16.506s
    18 packages are looking for funding run npm fund for details
    upload [5] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/words.js words.js application/javascript
    upload [4] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/tsconfig.json tsconfig.json application/json
    upload [3] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/style.css style.css text/css
    upload [2] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/panasonic-comfort-cloud.png panasonic-comfort-cloud.png image/png
    upload [1] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/index_m.html index_m.html text/html
    upload [0] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/admin.d.ts admin.d.ts video/mp2t
    process exited with code 0

no adapter shown in instances etc.
/opt/iobroker/node_modules/panasonic-comfort-cloud-client exists

Service error: Request failed with status code 400

Seit gestern lässt sich der Adapter leider nicht mehr verbinden und im Log erscheint dieser Fehler.
An den Einstellungen wurde nichts verändert und die Anlage ist über WiFi erreichbar.

Service error: Request failed with status code 400. Code=undefined.
Stack: ServiceError: Request failed with status code 400
at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:23:28)
at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:184:15)
at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:106:30)
at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Adapter startet nicht

Hallo,

bei mir will der Adapter einfach nicht auf grün bleiben. Vermutlich mache ich was falsch, aber ich weiß nicht was. Ich bekomme im Protokoll immer diese Meldungen:

state panasonic-comfort-cloud.0.info.connection changed: true (ack = true)

state panasonic-comfort-cloud.0.info.connection changed: false (ack = true)

Service error: Request failed with status code 500. Code=undefined. Stack: ServiceError: Request failed with status code 500 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:178:15) at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:165:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (internal/process/task_queues.js:97:5) 

Zwei Faktor Authentifizierung

Grüße,
leider ist jetzt eine Zwei Faktor Authentifizierung pflicht :(
Somit bin ich nicht mehr in der Lage mich anzumelden....

Datenpunkt für FanSpeed

Hi Marc,

super Adapter der auch, vor allem für sein 0.1 Stadium super läuft :-)
Leider vermisse ich noch die Einstellung für den Fan Speed die ja in der App auch verfügbar ist, kannst du die noch hinzufügen?

Vielen Dank und Gruß
Elias

Fehlermeldung bei zusätzlicher Einbindung einer Wärmepumpe in die Cloud

Bei mir läuft der Adapter eigentlich sehr gut, vielen Dank dafür!

Nun habe ich zusätzlich zu den Klimas noch meine Aquarea Wärmepumpe mit in die Cloud aufgenommen.
In der App läuft das auch und ich kann alle Geräte steuern. Nur der Adapter funktioniert nun nicht mehr wie gewünscht und gibt nach dem Start folgendes aus:

2023-08-27 12:45:51.242 - info: host.iobroker "system.adapter.panasonic-comfort-cloud.0" enabled
2023-08-27 12:45:51.328 - info: host.iobroker instance system.adapter.panasonic-comfort-cloud.0 started with pid 626346
2023-08-27 12:45:52.177 - debug: panasonic-comfort-cloud.0 (626346) Redis Objects: Use Redis connection: 127.0.0.1:9001
2023-08-27 12:45:52.207 - debug: panasonic-comfort-cloud.0 (626346) Objects client ready ... initialize now
2023-08-27 12:45:52.210 - debug: panasonic-comfort-cloud.0 (626346) Objects create System PubSub Client
2023-08-27 12:45:52.211 - debug: panasonic-comfort-cloud.0 (626346) Objects create User PubSub Client
2023-08-27 12:45:52.243 - debug: panasonic-comfort-cloud.0 (626346) Objects client initialize lua scripts
2023-08-27 12:45:52.250 - debug: panasonic-comfort-cloud.0 (626346) Objects connected to redis: 127.0.0.1:9001
2023-08-27 12:45:52.267 - debug: panasonic-comfort-cloud.0 (626346) Redis States: Use Redis connection: 127.0.0.1:9000
2023-08-27 12:45:52.274 - debug: panasonic-comfort-cloud.0 (626346) States create System PubSub Client
2023-08-27 12:45:52.275 - debug: panasonic-comfort-cloud.0 (626346) States create User PubSub Client
2023-08-27 12:45:52.327 - debug: panasonic-comfort-cloud.0 (626346) States connected to redis: 127.0.0.1:9000
2023-08-27 12:45:52.483 - info: panasonic-comfort-cloud.0 (626346) starting. Version 2.2.0 in /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud, node: v18.16.1, js-controller: 4.0.24
2023-08-27 12:45:52.670 - info: panasonic-comfort-cloud.0 (626346) Loaded app version from GitHub: 1.18.2
2023-08-27 12:45:52.671 - debug: panasonic-comfort-cloud.0 (626346) Use AppVersion from Github 1.18.2.
2023-08-27 12:45:52.672 - debug: panasonic-comfort-cloud.0 (626346) Use default AppVersion.
2023-08-27 12:45:52.673 - debug: panasonic-comfort-cloud.0 (626346) Try to login with username [email protected].
2023-08-27 12:45:52.711 - info: panasonic-comfort-cloud.0 (626346) state panasonic-comfort-cloud.0.info.connection changed: false (ack = true)
2023-08-27 12:45:55.653 - info: panasonic-comfort-cloud.0 (626346) Login successful.
2023-08-27 12:45:55.653 - debug: panasonic-comfort-cloud.0 (626346) Create devices.
2023-08-27 12:45:55.664 - info: panasonic-comfort-cloud.0 (626346) state panasonic-comfort-cloud.0.info.connection changed: true (ack = true)
2023-08-27 12:45:58.951 - debug: panasonic-comfort-cloud.0 (626346) Try to handle error.
2023-08-27 12:45:58.952 - error: panasonic-comfort-cloud.0 (626346) Unknown error: TypeError: Cannot read properties of undefined (reading 'data'). Stack: TypeError: Cannot read properties of undefined (reading 'data')
at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:180:42)
at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:141:30)
at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
at Object.next (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
at fulfilled (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:5:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Gibt es eventuell eine Möglichkeit die Geräte unter einem Account laufen zu lassen, was für die Bedienung über die App einfacher wäre? Bisher habe ich die WP und die ACs in zwei verschiedenen Accounts, was am Handy nicht wirklich praktisch ist.

Unsupported platform

$ iobroker url https://github.com/marc2016/ioBroker.panasonic-comfort-cloud --host ioBroker --debug

install marc2016/ioBroker.panasonic-comfort-cloud#b670956a90504dc4c6f2febd2695f175330077a7

NPM version: 6.14.15

npm install marc2016/ioBroker.panasonic-comfort-cloud#b670956a90504dc4c6f2febd2695f175330077a7 --prefix "/opt/iobroker" (System call)

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/has-binary2/package.json'

npm WARN @zwave-js/[email protected] requires a peer of winston@^3.3.4 but none is installed. You must install peer dependencies yourself.

updated 1 package in 19.977s

92 packages are looking for funding

run npm fund for details

upload [4] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/words.js words.js application/javascript

upload [3] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/style.css style.css text/css

upload [2] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/panasonic-comfort-cloud.png panasonic-comfort-cloud.png image/png

upload [1] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/index_m.html index_m.html text/html

upload [0] panasonic-comfort-cloud.admin /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/admin/admin.d.ts admin.d.ts video/mp2t

Process exited with code 0

Update stable version in repo from 2.2.4 to 2.3.0

Think about update stable version to 2.3.0

Version: stable=2.2.4 (79 days old) => latest=2.3.0 (15 days old)
Installs: stable=233 (66.76%), latest=23 (6.59%), total=349

Click to use developer portal
Click to edit

Note: This is an automatically generated message and not personally authored by bluefox!

Verbindung nicht mehr möglich. Verschieden Fehlermeldung

Seit ein Paar Tage kommen ständig Fehlermeldung und der Adapter ist nicht nutzbar

Genutzt wird er Adapter mit Version 2.3.0 und API 1.20.1

Bis jetzt diese Meldungen
panasonic-comfort-cloud.0 2024-05-15 19:12:46.033 error Service error when connecting to device Klima Wohnzimmer: Request failed with status code 500Adapter internal error. Code=5006. Stack: ServiceError: Request failed with status code 500Adapter internal error at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:23:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:193:31) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:172:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

panasonic-comfort-cloud.0 2024-05-16 21:52:29.767 error Service error: Request failed with status code 429undefined. Code=undefined. Stack: ServiceError: Request failed with status code 429undefined at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:23:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:193:31) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:228:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Hat noch jemand dieses Problem??

leider keine Funktion mehr.

Leider funktioniert der Adapter nicht mehr.
Hier das Log:

panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at processTicksAndRejections (internal/process/task_queues.js:97:5)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at runMicrotasks (<anonymous>)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at rejected (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at Object.throw (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at step (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:133:30)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at ComfortCloudClient.handleError (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error at new ServiceError (/opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28)
panasonic-comfort-cloud.0 2021-06-10 17:50:01.078 error (984) Service error: . Code=undefined. Stack: ServiceError

Für Hilfe wäre ich sehr dankbar!

Gruß
Dieter

Token expired

Hi,

your adapter was working well since few days... i saw in the log file - token expired.... there is a new app....
Can you fix this or what i can do - i can create a new token by myself?

THX
Flo

kein Log In mehr möglich

Hallo zusammen,

leider funktioniert seit ein paar Tagen der Adapter nicht mehr.
Die Android App wurde auf 1.20.0 geändert und es wird eine 2 Faktoren Authentifizierung per SMS durchgeführt.
Das Protokoll gibt folgende Fehlermeldung aus:
Service error: Request failed with status code 401 Login ID or password is incorrect,or account is locked. Code=4101. Stack: ServiceError: Request failed with status code 401 Login ID or password is incorrect,or account is locked at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:23:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:193:31) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:107:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Am Handy ist das Einloggen möglich.

Mache ich hier was falsch?
Danke für die Hilfe!

panasonic-comfort-cloud.0.xxx.operationMode" which expects a array

Hi Marc,

this might by an easy thing but when I create a Blockly Skript to add the AC to a workflow I always get an error reported
javascript.0
at processTimers (internal/timers.js:497:7)
at listOnTimeout (internal/timers.js:556:17)
at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1497:29)
at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1439:20)
You are assigning a object to the state "panasonic-comfort-cloud.0.xxx.operationMode" which expects a array. Please fix your code to use a array or change the state type to object. This warning might become an error in future versions.

To turn on or off the AC unit I need to change the setting from 0 to 1 or back on the operate variable if I'm not mistaken.

I have tried that as string or math number but both came up with the same error.

Many thanks in advance.

Es werden keine Werte ausgelesen.

Nachdem ich den Adapter erfolgreich eingebunden und einen zweiten User für die Panasonic Cloud eingerichtet habe bekomme ich bei den Logs folgende Fehlermeldung. Ich habe iobroker über einen Docker auf meiner Synolgy NAS installiert und bisher bei keinem anderen Adapter diese Probleme.

Da ich die Daten sehr dringend benötige hoffe ich auf schnelle Rückmeldung. --> Vielen Dank im Voraus:

`

2023-10-25 08:33:07.953 - info: host.iobroker stopInstance system.adapter.panasonic-comfort-cloud.0 (force=false, process=true)

2023-10-25 08:33:07.960 - info: panasonic-comfort-cloud.0 (14552) Got terminate signal TERMINATE_YOURSELF
2023-10-25 08:33:07.961 - info: panasonic-comfort-cloud.0 (14552) cleaned everything up...
2023-10-25 08:33:07.962 - info: panasonic-comfort-cloud.0 (14552) terminating
2023-10-25 08:33:07.963 - info: panasonic-comfort-cloud.0 (14552) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2023-10-25 08:33:07.998 - info: host.iobroker stopInstance system.adapter.panasonic-comfort-cloud.0 send kill signal
2023-10-25 08:33:08.465 - info: panasonic-comfort-cloud.0 (14552) terminating
2023-10-25 08:33:08.526 - info: host.iobroker instance system.adapter.panasonic-comfort-cloud.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2023-10-25 08:33:11.096 - info: host.iobroker instance system.adapter.panasonic-comfort-cloud.0 started with pid 14591
2023-10-25 08:33:12.834 - info: panasonic-comfort-cloud.0 (14591) starting. Version 2.2.4 (non-npm: marc2016/ioBroker.panasonic-comfort-cloud#2a49eb563a6bf7623c8798ed359d18e57a3214fe) in /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud, node: v18.18.2, js-controller: 5.0.12
2023-10-25 08:33:13.093 - info: panasonic-comfort-cloud.0 (14591) state panasonic-comfort-cloud.0.info.connection changed: false (ack = true)
2023-10-25 08:33:13.156 - info: panasonic-comfort-cloud.0 (14591) Loaded app version from GitHub: 1.19.1
2023-10-25 08:33:14.403 - info: panasonic-comfort-cloud.0 (14591) Login successful.
2023-10-25 08:33:14.422 - info: panasonic-comfort-cloud.0 (14591) state panasonic-comfort-cloud.0.info.connection changed: true (ack = true)
2023-10-25 08:33:15.590 - error: panasonic-comfort-cloud.0 (14591) Unknown error: TypeError: Cannot set properties of undefined (setting 'guid'). Stack: TypeError: Cannot set properties of undefined (setting 'guid')
at /opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:131:52
at arrayMap (/opt/iobroker/node_modules/lodash/lodash.js:653:23)
at Function.map (/opt/iobroker/node_modules/lodash/lodash.js:9622:14)
at /opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:129:49
at arrayMap (/opt/iobroker/node_modules/lodash/lodash.js:653:23)
at Function.map (/opt/iobroker/node_modules/lodash/lodash.js:9622:14)
at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:128:40)
at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
at Object.next (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
at fulfilled (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:5:58)

`

Headpump ?

Servus..

Ist der Adapter nur für Klimageräte ?
Habe den Adapter im Iobroker integriert und angemeldet, leider wird mir kein gerät angezeigt.
Bei mir Handelt sich um die Wärmepumpe wo ich die Daten auslesen möchte.

Adapter verbindet sich nicht mit Gerät oder Dienst

Der Adapter verbindet sich seit Version 2.2.2 (oder 2.2.1, das kann ich nicht mehr nachvollziehen) nicht mehr mit dem Dienst

Verbindung mit Host -> ok
Lebenszeichen -> ok
Verbunden mit Gerät oder Dienst -> fehlgeschlagen

To Reproduce
Steps to reproduce the behavior:
Ich habe verschiedene Einstellungen der App-Version getestet.

  1. Manuelle Einstellung auf 1.18.0, 1.18.1, 1.18.2 (nach der letzten Angabe sollte 1.18.0 die aktuellste Version sein
  2. Auswahl der Version von GitHub (hier 1.18.2)
  3. Download der Einstellungen, manuelle Änderung der App-Version und Rückspielen der Einstellungen
    Alle Versuche sind bislang fehlgeschlagen

Expected behavior
Im log ändert sich bei allen Versuchen die Version der App nicht, diese bleibt auf 1.18.2, wie vom GitHub automatisch gezogen, eine manuelle Einstellung wird offensichtlich ignoriert.

Screenshots & Logfiles

2023-09-28 10:21:04.449 - info: host.iobroker instance system.adapter.panasonic-comfort-cloud.0 started with pid 50852

2023-09-28 10:21:05.061 - debug: panasonic-comfort-cloud.0 (50852) Redis Objects: Use Redis connection: 127.0.0.1:9001
2023-09-28 10:21:05.082 - debug: panasonic-comfort-cloud.0 (50852) Objects client ready ... initialize now
2023-09-28 10:21:05.083 - debug: panasonic-comfort-cloud.0 (50852) Objects create System PubSub Client
2023-09-28 10:21:05.083 - debug: panasonic-comfort-cloud.0 (50852) Objects create User PubSub Client
2023-09-28 10:21:05.124 - debug: panasonic-comfort-cloud.0 (50852) Objects client initialize lua scripts
2023-09-28 10:21:05.127 - debug: panasonic-comfort-cloud.0 (50852) Objects connected to redis: 127.0.0.1:9001
2023-09-28 10:21:05.144 - debug: panasonic-comfort-cloud.0 (50852) Redis States: Use Redis connection: 127.0.0.1:9000
2023-09-28 10:21:05.193 - debug: panasonic-comfort-cloud.0 (50852) States create System PubSub Client
2023-09-28 10:21:05.194 - debug: panasonic-comfort-cloud.0 (50852) States create User PubSub Client
2023-09-28 10:21:05.254 - debug: panasonic-comfort-cloud.0 (50852) States connected to redis: 127.0.0.1:9000
2023-09-28 10:21:05.434 - info: panasonic-comfort-cloud.0 (50852) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.panasonic-comfort-cloud, node: v18.17.1, js-controller: 5.0.12
2023-09-28 10:21:05.552 - info: panasonic-comfort-cloud.0 (50852) state panasonic-comfort-cloud.0.info.connection changed: false (ack = true)
2023-09-28 10:21:05.615 - info: panasonic-comfort-cloud.0 (50852) Loaded app version from GitHub: 1.18.2
2023-09-28 10:21:05.616 - debug: panasonic-comfort-cloud.0 (50852) Use configured AppVersion from Github 1.18.2.
2023-09-28 10:21:05.616 - debug: panasonic-comfort-cloud.0 (50852) Try to login with username XXX.
2023-09-28 10:21:06.322 - debug: panasonic-comfort-cloud.0 (50852) Try to handle error.
2023-09-28 10:21:06.323 - error: panasonic-comfort-cloud.0 (50852) Service error: Request failed with status code 401. Code=undefined. Stack: ServiceError: Request failed with status code 401

Versions:

  • Adapter version: 2.2.2
  • JS-Controller version: 5.0.12
  • Node version: 18.17.1
  • Operating system: Debian Bullseye (11) auf Proxmox LXC-Container

Request failed with status code 401

Since yesterday the adapter stopped working.

In iobroker log I can see this error:
Service error: Request failed with status code 401. Code=undefined. Stack: ServiceError: Request failed with status code 401 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:178:15) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:100:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (internal/process/task_queues.js:95:5)

I verified my user credentials and changed them in admin once and back to maybe generate a new auth token or something.
The adapter has been working fine since I installed it a couple of months ago. Nothing has changed on my side if the system as far as i'm concerned. Maybe panasonic activeted some kind of bot mitigation? Then others should habe the same problem.

Comfort Cloud App works just fine.

Adapter Version 2.0.4
Node 14.19.0
js-controller 3.3.22

Seit 17.1.2023 - 02:46 "keine Verbindung mehr zum Gerät oder Dienst"

Zuerst einmal meinen ganz herzlichen Dnak für die tolle Unterstützung dieses Treibers.

Seit letzter Nacht (2023-01-17 02:46:52.298) - ohne das etwas geändert wurde - erhält der IOBroker keine Verbindung mehr zu der PANASONIC/Comfort-Cloud Klimaanlage.

"Request failed with status code 401"

Unter Instanzen steht

panasonic-comfort-cloud.1:

[OK] Verbunden mit Host
[OK] Lebenszeichen
[FAILED] Verbunden mit Gerät oder Dienst

Hat das etwas mit der Anmerkung zu tun "New app version in adapter settings is 1.17.0" ?

Anbei der Auszug aus dem Log:

Hat jemand eine Erklärung, oder besser noch eine Idee wie man den IOBroker und die Panasonic-Comfort-Cloud wieder zusammen bekommt ?

Beste GRüße & Danke im Voraus
JeDi

2023-01-17 02:45:49.141 - info: panasonic-comfort-cloud.0 (12604) state panasonic-comfort-cloud.0.info.connection changed: true (ack = true)

2023-01-17 02:46:52.298 - info: panasonic-comfort-cloud.0 (12604) state panasonic-comfort-cloud.0.info.connection changed: true (ack = true)
2023-01-17 02:47:54.572 - error: panasonic-comfort-cloud.0 (12604) Service error: Request failed with status code 401. Code=undefined. Stack: ServiceError: Request failed with status code 401
at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28)
at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:183:15)
at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:140:30)
at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2023-01-17 02:47:54.581 - info: panasonic-comfort-cloud.0 (12604) state panasonic-comfort-cloud.0.info.connection changed: false (ack = true)

Stack: ServiceError at new ServiceError

Hi Marc,

first once again thank you for developing this adapter.
I am getting the following error when running your adapter. I did install the latest version from your git master. Anything I could do?

Service error: . Code=undefined. Stack: ServiceError at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:163:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:94:5)

Adapter verbindet sich seit heute nicht mehr

Seit heute verbindet sich der Adapter nicht mehr und im Protokoll findet man folgende Einträge:
Service error: Request failed with status code 403undefined. Code=undefined. Stack: ServiceError: Request failed with status code 403undefined at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:23:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:193:31) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:107:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Die Verbindung ist auch mit diesem Tool (https://github.com/lostfields/python-panasonic-comfort-cloud/tree/master) nicht mehr möglich. Ich denke, dass es ein Update an der API gab, da heute Morgen die offizielle Panasonic App ebenso aufgrund von Wartungsarbeiten kurz nicht funktionierte.

Adapter verbindet nicht mehr

Moin, der Adapter verbindet sich nicht mehr.... Bekomme folgende Fehlermeldung:

Service error: Request failed with status code 401. Code=undefined. Stack: ServiceError: Request failed with status code 401 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:183:15) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:105:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (internal/process/task_queues.js:95:5)

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

power consumption?

Hi,

is there a way of getting the power consumption information over this adapter?
Otherwise, would you consider this as possible feature for the future?

Thank you very much in advance,

Dennis

Service error: Request failed with status code 401

Describe the bug
Updated to version 2.2.2, because the API changed on the cloud. After that I only get the error 401. The old version worked before the API in the cloud get updated

Screenshots & Logfiles
Service error: Request failed with status code 401. Code=undefined. Stack: ServiceError: Request failed with status code 401 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:23:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:184:15) at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:106:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (internal/process/task_queues.js:97:5)

Versions:

  • Adapter version: 2.2.2
  • App API: 1.18.2
  • JS-Controller version: 4.0.23
  • Node version: v12.22.12
  • Operating system: debian

Serice Error 401

Hi, since today (after updating the adapter) I don't get access to the panasonic services.

panasonic-comfort-cloud.0 2022-10-11 14:35:32.358 error Service error: Request failed with status code 401. Code=undefined. Stack: ServiceError: Request failed with status code 401 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:178:15) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:100:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at processTicksAndRejections (node:internal/process/task_queues:96:5)

I tried different versions of the adapter. I also changed my password and sucessfully tried to log in into the adroid app.

Is there any issue regarding the api?

Repeated errors when devices are off

Describe the bug
My climate control is behind a switch to reduce standby current (~8W, 24/7) of the Panasonic devices.
This causes the iobroker adapter to constantly restart and spam the logs with error message every five minutes:

Service error: Request failed with status code 403. Code=undefined. Stack: ServiceError: Request failed with status code 403 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15) at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:133:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:95:5)

To Reproduce
Steps to reproduce the behavior:

  1. Turn Panasonic devices off (really off, hard switch)
  2. Start adapter
  3. Watch logs
  4. See error

Expected behavior
If the devices are off / not reachable, can we have an option (or default) to not regard this as an error, and simply silently try to reconnect periodically?

Versions:
Raspbian 64bit, Node: v14.19.0, js-controller: 4.0.23, adapter: 2.0.2

Thank you!

Stack: ServiceError at new ServiceError

Folgende Fehlermeldung bekomme ich vom Adapter (Version 1.2.7), mein System ist mit allen Grundadaptern auf dem aktuellen Stand.

Service error: . Code=undefined. Stack: ServiceError at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:176:15) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:133:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5)

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/marc2016/ioBroker.panasonic-comfort-cloud

  • [E605] No actual year found in copyright. Please add "Copyright (c) 2022 marc [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2022 marc [email protected]" at the start of LICENSE

I have also found warnings that may be fixed if possible.

  • [W400] Cannot find "panasonic-comfort-cloud" in latest repository

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Problem mit VIS und ein-/ausschalten der Geräte

Hallo hoffentlich bin ich da richtig. Ich bastel gerade an einer Vis und wenn ich auf den Knopf in der Vis (operate) von ON(1) auf OFF(0) drücke verliere ich die Verbindung und der Adapter dreht sich ab. Ich habe heute die neue Version installiert.
Hier ist der Log es gibt auch einen ERROR

2021-02-28 16:29:02.976 - info: panasonic-comfort-cloud.0 (18218) state panasonic-comfort-cloud.0.Elias Zimmer.insideTemperature changed: 24 (ack = true)

2021-02-28 16:29:03.067 - info: panasonic-comfort-cloud.0 (18218) state panasonic-comfort-cloud.0.Elias Zimmer.insideTemperature changed: 24 (ack = false)
2021-02-28 16:29:03.180 - info: panasonic-comfort-cloud.0 (18218) state panasonic-comfort-cloud.0.Leonie Zimmer.insideTemperature changed: 27 (ack = true)
2021-02-28 16:29:03.425 - info: panasonic-comfort-cloud.0 (18218) state panasonic-comfort-cloud.0.Schlafzimmer.insideTemperature changed: 26 (ack = true)
2021-02-28 16:29:03.990 - info: panasonic-comfort-cloud.0 (18218) state panasonic-comfort-cloud.0.Elias Zimmer.insideTemperature changed: 24 (ack = false)
2021-02-28 16:29:05.560 - error: panasonic-comfort-cloud.0 (18218) Service error: Bad request. Code=4008
2021-02-28 16:29:05.564 - error: panasonic-comfort-cloud.0 (18218) Service error: Bad request. Code=4008

2021-02-28 16:29:05.580 - info: host.Homeassistent "system.adapter.panasonic-comfort-cloud.0" disabled
2021-02-28 16:29:05.580 - info: host.Homeassistent stopInstance system.adapter.panasonic-comfort-cloud.0 (force=false, process=true)
2021-02-28 16:29:05.583 - info: host.Homeassistent stopInstance system.adapter.panasonic-comfort-cloud.0 send kill signal
2021-02-28 16:29:05.585 - info: panasonic-comfort-cloud.0 (18218) Got terminate signal TERMINATE_YOURSELF
2021-02-28 16:29:05.591 - info: host.Homeassistent stopInstance system.adapter.panasonic-comfort-cloud.0 (force=false, process=true)
2021-02-28 16:29:05.586 - info: panasonic-comfort-cloud.0 (18218) cleaned everything up...
2021-02-28 16:29:05.586 - info: panasonic-comfort-cloud.0 (18218) terminating
2021-02-28 16:29:05.587 - info: panasonic-comfort-cloud.0 (18218) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2021-02-28 16:29:05.594 - info: host.Homeassistent stopInstance system.adapter.panasonic-comfort-cloud.0 send kill signal
2021-02-28 16:29:05.595 - info: panasonic-comfort-cloud.0 (18218) Got terminate signal TERMINATE_YOURSELF
2021-02-28 16:29:06.120 - info: host.Homeassistent instance system.adapter.panasonic-comfort-cloud.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)

Originally posted by @Hansi1989 in #9 (comment)

Verbindungsprobleme?!

Ich bekomme seit gestern (da habe ich es gemerkt) keine Verbindung mehr. Adapter zeigt grün an, jedoch auch bei falschen Benutzernamen. Irgendwas bekannt?

Service error: Request failed with status code 401New version app has been published.

Since this morning, i get the known 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 new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:23:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:193:31) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:107:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

--> Newest app version is: 1.20.1 - when you enter this manually in the Instance, the connection works again...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.