mirror of
https://github.com/elem74/fabaccess-config-generator.git
synced 2025-04-20 02:06:26 +02:00
Update actors.ini
adjustments for proper setup
This commit is contained in:
parent
21a88d4507
commit
014d3ca1ae
@ -1,7 +1,7 @@
|
||||
[tasmota]
|
||||
module = Process
|
||||
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py"
|
||||
param_args = "--host mqtt --tasmota $actor_id"
|
||||
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/env/bin/python3"
|
||||
param_args = "/usr/local/lib/bffh/adapters/tasmota/main.py --host MQTT_SERVER_HOST --user MQTT_SERVER_USER --password MQTT_SERVER_PASSWORD --tasmota $actor_id"
|
||||
|
||||
[shelly]
|
||||
module = 'Shelly'
|
||||
@ -11,4 +11,4 @@ param_topic = "shellyplug-$actor_id"
|
||||
module = "MqttSwitch"
|
||||
param_topic = "shellyplus1pm-$actor_id/rpc",
|
||||
param_onMsg = "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": true}"
|
||||
param_offMsg= "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": false}"
|
||||
param_offMsg= "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": false}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user