I would just like to say thank you for putting in the work. The Panasonic Cloud API seems finicky since Tibber has an issue with it as well but now I at least have access from Homey. Appreciated man! Best, El
Thanks Robert - I have just managed to set this up and can now automate my mornings so the aircon only comes on if it is needed. I struggled for a while with an authentication issue when trying to add the device, but re-powering the Homey Pro resolved that. I appreciate the work you have put into this. Using it in New Zealand.
Does the app write something to the timeline? It seems it makes entries without text so homey doesn’t show them. However Hdashboard crasht (update on it’s way) because of entries coming from this app without text.
The app doesn’t write to the timeline as far as I’m aware! I’m not even sure which API to use for that.
From the times it happens - are you able to guess what the app does to cause it?
Another forum post indicated that changes to boolean capabilities are automatically logged in the timeline.
The app’s only boolean capability is “onoff” - could this be related?
The app is currently failing to authenticate with Panasonic - sorry for the inconvenience.
I’ve registered an issue with the panasonic-comfort-cloud-client repo.
You may want to switch to a “dumb” schedule in the official mobile app…
I not use the homey comfort i wait till there is a app for it.
But i had the same problems.
U have de service cloud and the comfort cloud.
I used the same email adres for it.
And sinds the update last weekend i had problems.
So i changed the service cloud email to a other email adres and now it’s fine.
Deployed 1.1.10 on my Homey. Worked perfect the first time (deploy+activate+authenticate 4 devices), but second time I activated the app in Homey and thus re-authenticated, only 3 of my 4 devices got activated. Tried multiple times (with minutes apart), but still fails for some of my devices:
2024-11-09T15:20:52.989Z [log] [MyApp] MyApp has been initialized
2024-11-09T15:20:56.433Z [log] [ManagerDrivers] [Driver:aircon] Driver has been initialized
2024-11-09T15:20:57.380Z [log] [ManagerDrivers] [Driver:aircon] initializing client (1.22.0)
2024-11-09T15:20:57.414Z [log] [ManagerDrivers] [Driver:aircon] authenticating xxx[at]yyy.com
2024-11-09T15:20:58.895Z [log] [ManagerDrivers] [Driver:aircon] initializing client (1.22.0)
2024-11-09T15:20:58.916Z [log] [ManagerDrivers] [Driver:aircon] authenticating xxx[at]yyy.com
2024-11-09T15:20:59.067Z [log] [ManagerDrivers] [Driver:aircon] initializing client (1.22.0)
2024-11-09T15:20:59.104Z [log] [ManagerDrivers] [Driver:aircon] authenticating xxx[at]yyy.com
2024-11-09T15:20:59.515Z [log] [ManagerDrivers] [Driver:aircon] initializing client (1.22.0)
2024-11-09T15:20:59.536Z [log] [ManagerDrivers] [Driver:aircon] authenticating xxx[at]yyy.com
2024-11-09T15:21:07.024Z [log] [ManagerDrivers] [Driver:aircon] authenticated
2024-11-09T15:21:07.069Z [log] [ManagerDrivers] [Driver:aircon] authenticated
2024-11-09T15:21:07.205Z [log] [ManagerDrivers] [Driver:aircon] authenticated
2024-11-09T15:21:07.524Z [err] [ManagerDrivers] [Driver:aircon] [Device:2db22bf5-…] getDevice failed: ServiceError: Request failed with status code 400
Missing required header parameter or bad request for header
at ComfortCloudClient.handleError (/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:149:31)
at ComfortCloudClient.getDevice (/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:132:18)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async MyDriver.invokeClient (/drivers/aircon/driver.js:102:24)
at async MyDevice.fetchFromService (/drivers/aircon/device.js:32:22)
at async MyDevice.fetchAndRestartTimer (/drivers/aircon/device.js:58:9)
at async MyDevice.onInit (/drivers/aircon/device.js:126:13)
at async MyDevice._onInit (/opt/homey-client/system/manager/ManagerApps/AppProcess/node_modules/@athombv/homey-apps-sdk-v3/lib/Device.js:1:1682) {
_code: ‘4000’,
_httpCode: 400
}
Fails to add one of the 4 devices I have on every app restart. Instead of app restart, I tried removing and readding the device that failed initially on app restart. I now have all 4 devices working. But looks like authentication still is a bit shaky. I wonder why it authenticates 4 times on the API. Does the Homey app set up one client towards Panasonic API for each device?