master_driver.interfaces.ted_meter package¶
The TED Driver allows scraping of TED Pro Meters via an HTTP API
-
class
master_driver.interfaces.ted_meter.Interface(**kwargs)[source]¶ Bases:
master_driver.interfaces.BasicRevert,master_driver.interfaces.BaseInterfaceCreate an interface for the TED device using the standard BaseInterface convention
-
configure(config_dict, registry_config_str)[source]¶ Configure method called by the master driver with configuration stanza and registry config file, we ignore the registry config, as we build the registers based on the configuration collected from TED Pro Device
-
-
class
master_driver.interfaces.ted_meter.Register(volttron_point_name, units, description)[source]¶ Bases:
master_driver.interfaces.BaseRegisterGeneric class for containing information about a the points exposed by the TED Pro API
- Parameters
The TED Meter Driver does not expose the read_only parameter, as the TED API does not support writing data.