-
Notifications
You must be signed in to change notification settings - Fork 12
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
resetValues should not set the value to 0 #79
Comments
I have now implemented it so that when the gas station is closed, the old value from the ioBroker remains and the state quality is set to ( 0x40 ⇒ Substitute value from device ). The same happens if for some reason no price is available at the gas station. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions. |
When resetting states, there are better ways to reset the value
deleteState
to remove the state orstate.q
flag to inform other adapters that this is not a "valid value"See iobroker-community-adapters/ioBroker.statistics#128
The text was updated successfully, but these errors were encountered: