python-panasonic-comfort-cloud
python-panasonic-comfort-cloud copied to clipboard
"Week" history broken?
Hi there,
I've had a script which takes the total consumption figure every 30 minutes work by calling:
python3 pcomfortcloud.py -t token.json (mysername) (mypassword) history 1 Week 20240701
As of last week I see this error:
(history: Expected status code 200, received: 400: {"code":4008,"message":"Bad request"}
It doesn't appear to be authentication issue - I followed along with the issue last week, updated etc. - and it started working again temporarilly.
What's interesting is that running:
python3 pcomfortcloud.py -t token.json (mysername) (mypassword) history 1 Day 20240701
works just fine. Other commands like list also work. It's just that weekly data request that I receive this error. ANy ideas?