Hi Kincony, I'm having issues with this modbus meter since I set it up as you indicated me.
For months, the meter-consumption is showing 0.04kWh and not changing value. The only parameters that are showing correctly are the meter-voltage and meter-frequency..
How to fix it?
Attached is a screenshot and this is my config:
- name: hub1
type: serial
baudrate: 9600
bytesize: 8
method: rtu
parity: N
port: /dev/ttyS0
stopbits: 1
sensors:
- name: meter-voltage
slave: 1
address: 100
input_type: holding
data_type: float32
precision: 2
unit_of_measurement: V
device_class: voltage
- name: meter-current
slave: 1
address: 106
input_type: holding
data_type: float32
precision: 2
unit_of_measurement: A
device_class: current