Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
d547c7f607
commit
096a3e0540
69 changed files with 1650 additions and 0 deletions
12
templates/serial2mqtt/serial2mqtt.ini.j2
Normal file
12
templates/serial2mqtt/serial2mqtt.ini.j2
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ ansible_managed | comment }}
|
||||
|
||||
[mqtt]
|
||||
host = {{ serial2mqtt_host | default('localhost') }}
|
||||
port = {{ serial2mqtt_port | default(1883) }}
|
||||
client_id = serial2mqtt
|
||||
topic_prefix = {{ serial2mqtt_topic_prefix }}
|
||||
username = {{ serial2mqtt_username }}
|
||||
password = {{ serial2mqtt_password }}
|
||||
|
||||
[serial]
|
||||
interface = {{ serial2mqtt_interface | default('/dev/ttyACM0') }}
|
Loading…
Add table
Add a link
Reference in a new issue