Cześć
Mam takie płączenie :
Orno WE517 do tego ww. konwerter Waveshare RS TO ETH do tego integracja ręczna Modbus w pliku configuration.yaml w homeasistant jak niżej , niestety od kilku dni w rejestrze encji pokazuja sie dwie takie same encje np
Active Energy L1 niedostępna i komentarz ( Ta encja nie jest już dostarczana przez modbus. Jeśli encja nie jest już używana, usuń ją w ustawieniach.)
Active Energy L1 niedostarczona i komentarz ( Ta encja (“sensor.active_energy_l1_2”) nie ma unikalnego identyfikatora, dlatego z poziomu interfejsu użytkownika nie można zarządzać jej ustawieniami. Więcej szczegółów znajdziesz w dokumentacji )
Poniżej mój plik czy ktoś ma pomysł co jest nie tak , wydaje mi się że zmiana nastąpiła w połowie września po której aktualizacji hacks lub homeasistanta
modbus:
- name: "WE517"
retries: 10
delay: 10
message_wait_milliseconds: 1000
timeout: 10
type: tcp
host: 192.168.0.230
port: 4197
sensors:
- name: "Freq"
slave: 1
address: 20
data_type: float32
precision: 2
unit_of_measurement: HZ
#
- name: "Voltage L1"
slave: 1
address: 14
data_type: float32
precision: 1
unit_of_measurement: V
- name: "Voltage L2"
slave: 1
address: 16
data_type: float32
precision: 1
unit_of_measurement: V
- name: "Voltage L3"
slave: 1
address: 18
data_type: float32
precision: 1
unit_of_measurement: V
#
- name: "Current L1"
slave: 1
address: 0x016
data_type: float32
precision: 1
unit_of_measurement: A
- name: "Current L2"
slave: 1
address: 24
data_type: float32
precision: 1
unit_of_measurement: A
- name: "Current L3"
slave: 1
address: 26
data_type: float32
precision: 1
unit_of_measurement: A
#
- name: "Active Power Total"
slave: 1
address: 28
data_type: float32
precision: 2
unit_of_measurement: kW
- name: "Active Power L1"
slave: 1
address: 30
data_type: float32
precision: 2
unit_of_measurement: kW
- name: "Active Power L2"
slave: 1
address: 32
data_type: float32
precision: 2
unit_of_measurement: kW
- name: "Active Power L3"
slave: 1
address: 34
data_type: float32
precision: 2
unit_of_measurement: kW
#
- name: "Active Energy Total"
slave: 1
address: 256
data_type: float32
precision: 2
unit_of_measurement: kWh
state_class: total_increasing
- name: "Active Energy L1"
slave: 1
address: 258
data_type: float32
precision: 2
unit_of_measurement: kWh
- name: "Active Energy L2"
slave: 1
address: 260
data_type: float32
precision: 2
unit_of_measurement: kWh
- name: "Active Energy L3"
slave: 1
address: 262
data_type: float32
precision: 2
unit_of_measurement: kWh