Skip to content

ESPHome component to monitor a pylontech batterie via RS232

Notifications You must be signed in to change notification settings

Dackara/esphome-pylontech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 

Repository files navigation

Static Badge

Static Badge Static Badge Static Badge Static Badge

esphome-pylontech

Note

ESPHome component to monitor a pylontech batterie via RS232.

Fork and rewite test of the @functionpointer Official integration for Static Badge

Corrected :

  • Voltage unit for voltage_low and voltage_high

Added :

  • B.V.St >> Etat BV ? BUS Voltage ?
  • B.T.St >> Etat BT ? BUS Temperature ?
  • M.T.St >> Etat Mos Temperature

EXEMPLE :

external_components:
  - source: github://dackara/esphome-pylontech@official-patched
    refresh: 0s

text_sensor:
    bv_state:
      id: ${pylon_id}${pylon_number}_bv_state
      name: '${pylon_name} ${pylon_number}_bv_state'
    bt_state:
      id: ${pylon_id}${pylon_number}_bt_state
      name: '${pylon_name}${pylon_number}_bt_state'
    mos_state:
      id: ${pylon_id}${pylon_number}_mos_state
      name: '${pylon_name}${pylon_number}_mos_state' 

About

ESPHome component to monitor a pylontech batterie via RS232

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published