Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.solaredge.const Namespace Reference

Variables

string CONF_SITE_ID = "site_id"
 
string DEFAULT_NAME = "SolarEdge"
 
 DETAILS_UPDATE_DELAY = timedelta(hours=12)
 
string DOMAIN = "solaredge"
 
 ENERGY_DETAILS_DELAY = timedelta(minutes=15)
 
 Final
 
 INVENTORY_UPDATE_DELAY = timedelta(hours=12)
 
 LOGGER = logging.getLogger(__package__)
 
 OVERVIEW_UPDATE_DELAY = timedelta(minutes=15)
 
 POWER_FLOW_UPDATE_DELAY = timedelta(minutes=15)
 
 SCAN_INTERVAL = timedelta(minutes=15)
 

Detailed Description

Constants for the SolarEdge Monitoring API.

Variable Documentation

◆ CONF_SITE_ID

string homeassistant.components.solaredge.const.CONF_SITE_ID = "site_id"

Definition at line 14 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.solaredge.const.DEFAULT_NAME = "SolarEdge"

Definition at line 15 of file const.py.

◆ DETAILS_UPDATE_DELAY

homeassistant.components.solaredge.const.DETAILS_UPDATE_DELAY = timedelta(hours=12)

Definition at line 18 of file const.py.

◆ DOMAIN

string homeassistant.components.solaredge.const.DOMAIN = "solaredge"

Definition at line 7 of file const.py.

◆ ENERGY_DETAILS_DELAY

homeassistant.components.solaredge.const.ENERGY_DETAILS_DELAY = timedelta(minutes=15)

Definition at line 21 of file const.py.

◆ Final

homeassistant.components.solaredge.const.Final

Definition at line 11 of file const.py.

◆ INVENTORY_UPDATE_DELAY

homeassistant.components.solaredge.const.INVENTORY_UPDATE_DELAY = timedelta(hours=12)

Definition at line 19 of file const.py.

◆ LOGGER

homeassistant.components.solaredge.const.LOGGER = logging.getLogger(__package__)

Definition at line 9 of file const.py.

◆ OVERVIEW_UPDATE_DELAY

homeassistant.components.solaredge.const.OVERVIEW_UPDATE_DELAY = timedelta(minutes=15)

Definition at line 17 of file const.py.

◆ POWER_FLOW_UPDATE_DELAY

homeassistant.components.solaredge.const.POWER_FLOW_UPDATE_DELAY = timedelta(minutes=15)

Definition at line 20 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.solaredge.const.SCAN_INTERVAL = timedelta(minutes=15)

Definition at line 23 of file const.py.