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

Functions

InverterStatusCodeOption get_inverter_status_message (StateType code)
 
MeterLocationCodeOption|None get_meter_location_description (StateType code)
 
OhmPilotStateCodeOption|None get_ohmpilot_state_message (StateType code)
 

Variables

 Final
 
 SolarNetId
 

Detailed Description

Constants for the Fronius integration.

Function Documentation

◆ get_inverter_status_message()

InverterStatusCodeOption homeassistant.components.fronius.const.get_inverter_status_message ( StateType  code)
Return a status message for a given status code.

Definition at line 68 of file const.py.

◆ get_meter_location_description()

MeterLocationCodeOption | None homeassistant.components.fronius.const.get_meter_location_description ( StateType  code)
Return a location_description for a given location code.

Definition at line 84 of file const.py.

◆ get_ohmpilot_state_message()

OhmPilotStateCodeOption | None homeassistant.components.fronius.const.get_ohmpilot_state_message ( StateType  code)
Return a status message for a given status code.

Definition at line 122 of file const.py.

Variable Documentation

◆ Final

homeassistant.components.fronius.const.Final

Definition at line 9 of file const.py.

◆ SolarNetId

homeassistant.components.fronius.const.SolarNetId

Definition at line 11 of file const.py.