We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
same for me. Week and Year are not working for me.
Sorry, something went wrong.
No branches or pull requests
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:
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?
The text was updated successfully, but these errors were encountered: