PyPlumIO
Contents:
Connecting
Reading
Writing
Callbacks
Mixers/Thermostats
Schedules
Protocol
Frames
PyPlumIO
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
aggregate() (in module pyplumio.filters)
Alert (class in pyplumio.structures.alerts)
AlertsStructure (class in pyplumio.structures.alerts)
AsyncProtocol (class in pyplumio)
B
BoilerLoadStructure (class in pyplumio.structures.boiler_load)
BoilerPowerStructure (class in pyplumio.structures.boiler_power)
C
custom() (in module pyplumio.filters)
D
data (pyplumio.devices.Device attribute)
DataType (class in pyplumio.helpers.data_types)
debounce() (in module pyplumio.filters)
delta() (in module pyplumio.filters)
DummyProtocol (class in pyplumio)
E
EcomaxParametersStructure (class in pyplumio.structures.ecomax_parameters)
encryption (pyplumio.WirelessParameters attribute)
EthernetParameters (class in pyplumio)
F
FanPowerStructure (class in pyplumio.structures.fan_power)
FuelConsumptionStructure (class in pyplumio.structures.fuel_consumption)
FuelLevelStructure (class in pyplumio.structures.fuel_level)
G
gateway (pyplumio.EthernetParameters attribute)
get() (in module pyplumio.devices.Device)
get_nowait() (in module pyplumio.devices.Device)
I
ip (pyplumio.EthernetParameters attribute)
L
LambdaSensorStructure (class in pyplumio.structures.lambda_sensor)
M
MESSAGE_REGULATOR_DATA (pyplumio.const.FrameType attribute)
MESSAGE_SENSOR_DATA (pyplumio.const.FrameType attribute)
MixerParametersStructure (class in pyplumio.structures.mixer_parameters)
MixerSensorsStructure (class in pyplumio.structures.mixer_sensors)
ModulesStructure (class in pyplumio.structures.modules)
N
netmask (pyplumio.EthernetParameters attribute)
NetworkInfo (class in pyplumio.structures.network_info)
O
on_change() (in module pyplumio.filters)
open_serial_connection() (in module pyplumio)
open_tcp_connection() (in module pyplumio)
OutputFlagsStructure (class in pyplumio.structures.output_flags)
OutputsStructure (class in pyplumio.structures.outputs)
P
Parameter (class in pyplumio.helpers.parameter)
ParameterValues (class in pyplumio.helpers.parameter)
PendingAlertsStructure (class in pyplumio.structures.pending_alerts)
ProductInfo (class in pyplumio.structures.product_info)
ProductInfoStructure (class in pyplumio.structures.product_info)
ProgramVersionStructure (class in pyplumio.structures.program_version)
Protocol (class in pyplumio)
R
RegulatorDataSchemaStructure (class in pyplumio.structures.regulator_data_schema)
RegulatorDataStructure (class in pyplumio.structures.regulator_data)
REQUEST_ALERTS (pyplumio.const.FrameType attribute)
REQUEST_CHECK_DEVICE (pyplumio.const.FrameType attribute)
REQUEST_ECOMAX_CONTROL (pyplumio.const.FrameType attribute)
REQUEST_ECOMAX_PARAMETERS (pyplumio.const.FrameType attribute)
REQUEST_MIXER_PARAMETERS (pyplumio.const.FrameType attribute)
REQUEST_PASSWORD (pyplumio.const.FrameType attribute)
REQUEST_PROGRAM_VERSION (pyplumio.const.FrameType attribute)
REQUEST_REGULATOR_DATA_SCHEMA (pyplumio.const.FrameType attribute)
REQUEST_SCHEDULES (pyplumio.const.FrameType attribute)
REQUEST_SET_ECOMAX_PARAMETER (pyplumio.const.FrameType attribute)
REQUEST_SET_MIXER_PARAMETER (pyplumio.const.FrameType attribute)
REQUEST_SET_SCHEDULE (pyplumio.const.FrameType attribute)
REQUEST_SET_THERMOSTAT_PARAMETER (pyplumio.const.FrameType attribute)
REQUEST_START_MASTER (pyplumio.const.FrameType attribute)
REQUEST_STOP_MASTER (pyplumio.const.FrameType attribute)
REQUEST_THERMOSTAT_PARAMETERS (pyplumio.const.FrameType attribute)
REQUEST_UID (pyplumio.const.FrameType attribute)
RESPONSE_ALERTS (pyplumio.const.FrameType attribute)
RESPONSE_DEVICE_AVAILABLE (pyplumio.const.FrameType attribute)
RESPONSE_ECOMAX_CONTROL (pyplumio.const.FrameType attribute)
RESPONSE_ECOMAX_PARAMETERS (pyplumio.const.FrameType attribute)
RESPONSE_MIXER_PARAMETERS (pyplumio.const.FrameType attribute)
RESPONSE_PASSWORD (pyplumio.const.FrameType attribute)
RESPONSE_PROGRAM_VERSION (pyplumio.const.FrameType attribute)
RESPONSE_REGULATOR_DATA_SCHEMA (pyplumio.const.FrameType attribute)
RESPONSE_SCHEDULES (pyplumio.const.FrameType attribute)
RESPONSE_SET_ECOMAX_PARAMETER (pyplumio.const.FrameType attribute)
RESPONSE_SET_MIXER_PARAMETER (pyplumio.const.FrameType attribute)
RESPONSE_SET_THERMOSTAT_PARAMETER (pyplumio.const.FrameType attribute)
RESPONSE_THERMOSTAT_PARAMETERS (pyplumio.const.FrameType attribute)
RESPONSE_UID (pyplumio.const.FrameType attribute)
S
SchedulesStructure (class in pyplumio.structures.schedules)
set() (in module pyplumio.devices.Device)
set_nowait() (in module pyplumio.devices.Device)
signal_quality (pyplumio.WirelessParameters attribute)
ssid (pyplumio.WirelessParameters attribute)
status (pyplumio.EthernetParameters attribute)
(pyplumio.WirelessParameters attribute)
StatusesStructure (class in pyplumio.structures.statuses)
subscribe() (in module pyplumio.devices.Device)
subscribe_once() (in module pyplumio.devices.Device)
T
TemperaturesStructure (class in pyplumio.structures.temperatures)
ThermostatParametersStructure (class in pyplumio.structures.thermostat_parameters)
ThermostatSensorsStructure (class in pyplumio.structures.thermostat_sensors)
throttle() (in module pyplumio.filters)
turn_off() (in module pyplumio.helpers.parameter.Switch)
turn_off_nowait() (in module pyplumio.helpers.parameter.Switch)
turn_on() (in module pyplumio.helpers.parameter.Switch)
turn_on_nowait() (in module pyplumio.helpers.parameter.Switch)
U
unsubscribe() (in module pyplumio.devices.Device)
V
VersionInfo (class in pyplumio.structures.program_version)
W
wait_for() (in module pyplumio.devices.Device)
WirelessParameters (class in pyplumio)