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
22 stars 4 forks source link

Zwei Faktor Authentifizierung #57

Open t1m02k16 opened 2 months ago

t1m02k16 commented 2 months ago

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

mtb-z commented 2 months ago

Ist bei mir leider ebenso. Folgende Fehlermeldung wird im ioBroker Log ausgegeben:

Service error: Request failed with status code 401Login ID or password is incorrect,or account is locked. Code=4101. Stack: ServiceError: Request failed with status code 401Login 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)

t1m02k16 commented 2 months ago

@marc2016 kannst du uns hier helfen?

marc2016 commented 2 months ago

Hallo, ich bin bisher noch nicht auf das Problem gestoßen. Ich habe zwei Accounts und mit beiden kann ich mich in der App und im Adapter anmelden. Muss die Zwei Faktor Authentifizierung irgendwo aktivieren?

t1m02k16 commented 2 months ago

Sorry Marc, bei dem Acccout welchen ich für iobroker nutze, habe ich keine Zwei Faktor Authentifizierung. Der Adapter hat sich nicht verbunden und das lag daran, dass ich lediglich das Passwort erneut eingeben musste.

mtb-z commented 2 weeks ago

Bei mir ist mit dem Update auf 3.0 auch wieder alles ok. Vielen Dank!