|
ESPHome 2026.5.0-dev
|
#include <pylontech_sensor.h>
Public Member Functions | |
| PylontechSensor (int8_t bat_num) | |
| void | dump_config () override |
| SUB_SENSOR (voltage) SUB_SENSOR(current) SUB_SENSOR(temperature) SUB_SENSOR(temperature_low) SUB_SENSOR(temperature_high) SUB_SENSOR(voltage_low) SUB_SENSOR(voltage_high) SUB_SENSOR(coulomb) SUB_SENSOR(mos_temperature) void on_line_read(LineContents *line) override | |
Public Member Functions inherited from esphome::pylontech::PylontechListener | |
| virtual void | on_line_read (LineContents *line) |
Protected Attributes | |
| int8_t | bat_num_ |
Definition at line 9 of file pylontech_sensor.h.
| esphome::pylontech::PylontechSensor::PylontechSensor | ( | int8_t | bat_num | ) |
Definition at line 10 of file pylontech_sensor.cpp.
|
overridevirtual |
Reimplemented from esphome::pylontech::PylontechListener.
Definition at line 12 of file pylontech_sensor.cpp.
|
override |
|
protected |
Definition at line 28 of file pylontech_sensor.h.