Skip to content

jarcikw/SDM120_Homeassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SDM120_Homeassistant

SDM120 WEMOS_D1_MINI NODEMCU RS485

See wiki https://github.com/jarcikw/SDM120_Homeassistant/wiki/SDM120-&-nodemcu-&-RS485-wiring

example Home Assistant sensor configuration

  • platform: mqtt
    name: "PIEKARNIK_VOLTAGE"
    state_topic: "tele/SDM120_PIEKARNIK/SENSOR"
    value_template: "{{ value_json['ENERGY'].Voltage }}"
    unit_of_measurement: 'V'
  • platform: mqtt
    name: "PIEKARNIK_CURRENT"
    state_topic: "tele/SDM120_PIEKARNIK/SENSOR"
    value_template: "{{ value_json['ENERGY'].Current }}"
    unit_of_measurement: 'A'
  • platform: mqtt
    name: "PIEKARNIK_FREQ"
    state_topic: "tele/SDM120_PIEKARNIK/SENSOR"
    value_template: "{{ value_json['ENERGY'].Frequency }}"
    unit_of_measurement: 'Hz'

About

SDM120 WEMOS_D1_MINI NODEMCU RS485

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published