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
With my zappi and no scheduled boosts set, the script returns invalid data -
myenergi zappi show ... Boost with -1kWh Smart Boost start at 17:-1 add 5kWh Minimum green level: 100%
In this case API response from cgi-boost-time was -
{ "boost_times": [ { "bdd": "00000000", "bdh": 0, "bdm": 0, "bsh": 0, "bsm": 0, "slt": 11 }, { "bdd": "00000000", "bdh": 0, "bdm": 0, "bsh": 0, "bsm": 0, "slt": 12 }, { "bdd": "00000000", "bdh": 0, "bdm": 0, "bsh": 0, "bsm": 0, "slt": 13 }, { "bdd": "00000000", "bdh": 0, "bdm": 0, "bsh": 0, "bsm": 0, "slt": 14 } ] }
The text was updated successfully, but these errors were encountered:
even with a boost time set, I see the same -
cgi-boost-time returned -
{ "boost_times": [ { "bdd": "00000100", "bdh": 1, "bdm": 0, "bsh": 23, "bsm": 0, "slt": 11 }, { "bdd": "00000000", "bdh": 0, "bdm": 0, "bsh": 0, "bsm": 0, "slt": 12 }, { "bdd": "00000000", "bdh": 0, "bdm": 0, "bsh": 0, "bsm": 0, "slt": 13 }, { "bdd": "00000000", "bdh": 0, "bdm": 0, "bsh": 0, "bsm": 0, "slt": 14 } ] }
Sorry, something went wrong.
Looks the cli.py doesn't use the fetch_boost_data as part of zappi.py, it uses some other fields from the returned data
fetch_boost_data
#41 has made a first step, now the data must be used
No branches or pull requests
With my zappi and no scheduled boosts set, the script returns invalid data -
In this case API response from cgi-boost-time was -
The text was updated successfully, but these errors were encountered: