You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a modbus object which retruns the value -2147483648 in case of the PV inverter is switching off. I configured the data point that values below 0 should be ignored. Nevertheless these values (-2147483648) will be logged.
As a workaround I configured the value to -1, then it's working for me. (Unfortunately, the UI displays an error when typing minus sign, this initially indicates that no negative values can be entered.)
To Reproduce
Steps to reproduce the behavior:
Create a new DataPoint
Enable InfluxDB Logging
Configure that numbers below 0 should be ignored
Enter manually the value -2147483648
Expected behavior
The value -2147483648 should not be logged into the influxDB
Screenshots & Logfiles
Versions:
Adapter version: 3.1.7
JS-Controller version: 4.0.23
Node version: v16.17.0
Operating system: Linux iobroker 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
chkrause
changed the title
ignoreBelowNumber isn't working
ignoreBelowNumber isn't working when entering 0
Aug 21, 2022
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.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.
Describe the bug
I have a modbus object which retruns the value -2147483648 in case of the PV inverter is switching off. I configured the data point that values below 0 should be ignored. Nevertheless these values (-2147483648) will be logged.
As a workaround I configured the value to -1, then it's working for me. (Unfortunately, the UI displays an error when typing minus sign, this initially indicates that no negative values can be entered.)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The value -2147483648 should not be logged into the influxDB
Screenshots & Logfiles
Versions:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: