Hub für Smartmeter #631
wartungsmonteur
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo Wills
Kannst du in dein Addon für diesen Smartmeter eine Hub Möglichkeit integrieren das Mann noch einen waveshare dazu fügen könnte ?
Typ SDM 72D-M
Code:
Modbus
modbus:
type: tcp
host: 192.168.xxx.xxx
Port: 502
sensors:
device_class: energy
unit_of_measurement: "kWh"
slave: x
address: 72
input_type: input
state_class: total_increasing
precision: 2
data_type: float32
unique_id: "Meter72"
scan_interval: 5
device_class: energy
unit_of_measurement: "kWh"
slave: x
address: 74
input_type: input
state_class: total_increasing
precision: 2
data_type: float32
unique_id: "Meter74"
scan_interval: 5
unit_of_measurement: "W"
slave: c
address: 52
input_type: input
precision: 2
data_type: float32
unique_id: "Meter52"
scan_interval: 5
unit_of_measurement: "W"
slave: x
address: 12
input_type: input
precision: 2
data_type: float32
unique_id: "Meter12"
scan_interval: 5
unit_of_measurement: "W"
slave: x
address: 14
input_type: input
precision: 2
data_type: float32
unique_id: "Meter14"
scan_interval: 5
unit_of_measurement: "W"
slave: x
address: 16
input_type: input
precision: 2
data_type: float32
unique_id: "Meter16"
scan_interval: 5
unit_of_measurement: "A"
slave: x
address: 224
input_type: input
precision: 2
data_type: float32
unique_id: "Meter224"
scan_interval: 5
slave: x
address: 62
input_type: input
precision: 2
data_type: float32
unique_id: "Meter62"
scan_interval: 5
Beta Was this translation helpful? Give feedback.
All reactions