Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.growatt_server.sensor Namespace Reference

Namespaces

 inverter
 
 mix
 
 sensor_entity_description
 
 storage
 
 tlx
 
 total
 

Classes

class  GrowattData
 
class  GrowattInverter
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
def get_device_list (api, config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = datetime.timedelta(minutes=5)
 

Detailed Description

Read status of growatt inverters.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.growatt_server.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Growatt sensor.

Definition at line 61 of file __init__.py.

◆ get_device_list()

def homeassistant.components.growatt_server.sensor.get_device_list (   api,
  config 
)
Retrieve the device list for the selected plant.

Definition at line 40 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.growatt_server.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 35 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.growatt_server.sensor.SCAN_INTERVAL = datetime.timedelta(minutes=5)

Definition at line 37 of file __init__.py.