-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
'Backup reserve' option missing on D2M #137
Comments
I am not sure what is the data point behind "backup reserve" If you refer to something else, I need more information. |
Its a switch not a slider/number. |
pd.watchIsConfig is available in the adapter as "diagnostic" data. Can you please enable the debug mode in the adapter and additionally
After debug mode is working, please perform this command in the APP and post the log file with some pre- and following lines. |
Sure 2 separate logs files for turning the switch on vs off: |
Unfortunately the log does not show the command from the APP. it only shows some unidentified values, which might come from a newer FW. If these checkmarks are set, then the log should have more info inside (and will also report the missing datapoints) and should also have the command given by the APP |
Thanks for the log. ps. |
updated and attached: |
Thanks a lot, now it is clear how it is arranged. |
You could have a try, once again with the "tree" version (still 1.0.3) pd.watchIsConfig is disabling/anabling the backup mode |
seems to be working as expected. thanks very much! |
OK, I will make it official. Can you check if the issue with SlowChangeWatt is still there, it might be a result of the not expected telegrams. |
yup thats not updating in HA when I update the value in HA. It does update the value within the app itself. |
hopefully this has the right debugging on. Basically, change the SlowChgWatts value in HA to 1800, that value it sent to EF however nothing is sent back to HA to set the new value to 1800 So when I refresh the HA page, it contains the old value. |
Very good, you discovered the tick for HA debugging. Maybe there is some behaviour which I do not anticipate. I am so far not aware of a bit in HA to give feedback/acknowledgment or the necessity of such. The adapter is only sending updated values to HA if there is a change to the current value or a complete update after adapter start. |
I could also see it at my implementation, after the page refresh the value is back to the previous one. |
going to assume its the same thing as permanentWatts that I mentioned on the last comment of #143 not tested the other values but I'd imagine its the same behaviour that HA keeps the old value rather than the newly set value so when you refresh in HA, its now out of sync until either ioBroker adapter is restarted or some other unknown event. |
I would assume it in the same way. But still it is strange for me that a command is not persistent stored. At least it is processed as such and was going through the different processes. 🤔 |
Maybe we should continue in the other issue, hence this one is solved. |
Using ecoflow-mqtt via HA and noticed the 'Backup reserve' switch / option is not shown. If I use the hassio-ecoflow-cloud via HACS the option is there.
What do you need from me to look at getting this added?
The text was updated successfully, but these errors were encountered: