Example Smart Plug
From Digi Developer
Below is an example configuration file that includes a XBee Smart Plug device. NOTE: The extended address field will have to be edited for customer use.
devices:
- name: xbee_device_manager
driver: devices.xbee.xbee_device_manager.xbee_device_manager:XBeeDeviceManager
- name: smart_plug
driver: devices.xbee.xbee_devices.xbee_rpm:XBeeRPM
settings:
xbee_device_manager: xbee_device_manager
extended_address: 00:13:a2:00:40:0a:12:b9!
sample_rate_ms: 1000
default_state: Off
presentations:
- name: console0
driver: presentations.console.console:Console
settings:
type: tcp
port: 4146For more information regarding configuration and use of the Smart Plug with the iDigi Dia, look here: IDigi_Platform_Wiki
