Digital Loggers
The digitalloggers
switch platform allows you to control the state of your Digital Loggers switches.
Configuration
To use your digitalloggers switch in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
- platform: digitalloggers
host: 192.168.1.43
Configuration Variables
The IP address or FQDN of your DIN III relay, e.g., 192.168.1.32
or myrelay.example.com
.
Override the timeout in seconds if you need to, valid range is 1 to 600.
This is the delay enforced by the library when you send multiple commands to the same device. Override it if you need to. Valid range is 1 to 600. A delay is a recommendation of Digital Loggers: Many loads draw more power when they are initially switched on. Sequencing prevents circuit overloads when loads devices are attached to a single circuit.
Your relays will be available in the form switch.fantasticrelaydevice_individualrelayname
Note: There is currently a limitation of the dlipower library used by the digitalloggers
integration that communication is only available over port 80.