Versions updated to fix security issue on github.com/prometheus/client_golang
golang.org/x/sys updated
github.com/prometheus/client_model updated.
Documentation fixed.
Metric names changed;
- charged_energy renamed to charged_energy_Wh
- charing_state to charching_state
Calculation issue fixed:
- charged_energy_Wh represents Modbus TCP 1502. This returns the wrong factor value for Wh. For this reason divided by 10.
- total_energy_counter_Wh represents Modbus TCP 1036. This returns the wrong factor value for Wh. For this reason divided by 10.
Documentation fixed.
Initial version