python-panasonic-comfort-cloud icon indicating copy to clipboard operation
python-panasonic-comfort-cloud copied to clipboard

"Week" history broken?

Open chamsters opened this issue 7 months ago • 1 comments

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?

chamsters avatar Jul 01 '24 14:07 chamsters