ESPHome
2025.3.2
|
#include <pylontech.h>
Data Fields | |
int | bat_num = 0 |
int | volt |
int | curr |
int | tempr |
int | tlow |
int | thigh |
int | vlow |
int | vhigh |
int | coulomb |
int | mostempr |
char | base_st [TEXT_SENSOR_MAX_LEN] |
char | volt_st [TEXT_SENSOR_MAX_LEN] |
char | curr_st [TEXT_SENSOR_MAX_LEN] |
char | temp_st [TEXT_SENSOR_MAX_LEN] |
Definition at line 15 of file pylontech.h.
char esphome::pylontech::PylontechListener::LineContents::base_st[TEXT_SENSOR_MAX_LEN] |
Definition at line 17 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::bat_num = 0 |
Definition at line 16 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::coulomb |
Definition at line 16 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::curr |
Definition at line 16 of file pylontech.h.
char esphome::pylontech::PylontechListener::LineContents::curr_st[TEXT_SENSOR_MAX_LEN] |
Definition at line 17 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::mostempr |
Definition at line 16 of file pylontech.h.
char esphome::pylontech::PylontechListener::LineContents::temp_st[TEXT_SENSOR_MAX_LEN] |
Definition at line 17 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::tempr |
Definition at line 16 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::thigh |
Definition at line 16 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::tlow |
Definition at line 16 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::vhigh |
Definition at line 16 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::vlow |
Definition at line 16 of file pylontech.h.
int esphome::pylontech::PylontechListener::LineContents::volt |
Definition at line 16 of file pylontech.h.
char esphome::pylontech::PylontechListener::LineContents::volt_st[TEXT_SENSOR_MAX_LEN] |
Definition at line 17 of file pylontech.h.