This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
package/controller-testing/controller2.ini

97 lines
1.2 KiB
INI

[controller]
name = second emgauwa device
: 4422 for testing; 4421 for dev-env; 4420 for testing-env; 4419 for prod-env
discovery-port = 4420
: 1886 for testing; 1885 for dev-env; 1884 for testing-env; 1883 for prod-env
mqtt-port = 1884
mqtt-host = localhost
relay-count = 10
database = /var/lib/emgauwa/controller/db2.sqlite
log-level = debug
log-file = /var/log/emgauwa/controller2.log
[relay-0]
driver = gpio
pin = 8
inverted = 0
[relay-1]
driver = gpio
pin = 9
inverted = 0
[relay-2]
driver = gpio
pin = 7
inverted = 0
[relay-3]
driver = gpio
pin = 0
inverted = 0
[relay-4]
driver = gpio
pin = 2
inverted = 0
[relay-5]
driver = gpio
pin = 3
inverted = 0
[relay-6]
driver = gpio
pin = 12
inverted = 0
[relay-7]
driver = gpio
pin = 13
inverted = 0
[relay-8]
driver = gpio
pin = 14
inverted = 0
[relay-9]
driver = gpio
pin = 11
inverted = 0
[relay-10]
driver = gpio
pin = 10
inverted = 0
[relay-11]
driver = gpio
pin = 6
inverted = 0
[relay-12]
driver = gpio
pin = 5
inverted = 1
pulse-duration = 5
[relay-13]
driver = gpio
pin = 4
inverted = 1
pulse-duration = 5
[relay-14]
driver = gpio
pin = 1
inverted = 1
pulse-duration = 2
[relay-15]
driver = gpio
pin = 16
inverted = 1
pulse-duration = 2