Replies: 1 comment 2 replies
-
I apologize for the delayed response as I was on vacation :-) Regarding the 0-values: this concerns the measurements for the grid (feed-in vs. consumption) and the battery (charging vs. discharging). Only one value can be given at any time, the other is automatically set to 0. The code for this is still present and can be found here: Battery: https://github.com/solectrus/mqtt-collector/blob/develop/app/mapper.rb#L64-L75 This is part of the MQTT-Collector. The current version 0.12.0 of the dashboard should not show any different behavior than older versions. What specific problems are occurring? |
Beta Was this translation helpful? Give feedback.
-
I remeber from this discussion https://github.com/orgs/solectrus/discussions/1620 that there was an issue when using the MQTT collector and receiving 0-values for one or the other data point.
Reading through this discussion it is mentioned that it was implemented optionally. However, I think this was before the refactoring by @ledermann, correct?
I can see some inconsistencies for 0-values in the current version (0.12.0). Is this still optional and needs some special config?
Beta Was this translation helpful? Give feedback.
All reactions