fix(mqtt): subscribe to bitshake topic
All checks were successful
Build / build (push) Successful in 4m20s
All checks were successful
Build / build (push) Successful in 4m20s
This commit is contained in:
parent
1066a980de
commit
7b2129c8de
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ defmodule WeewxProxy.Mqtt do
|
||||||
port: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_port)},
|
port: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_port)},
|
||||||
user_name: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_user),
|
user_name: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_user),
|
||||||
password: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_password),
|
password: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_password),
|
||||||
subscriptions: ["deye/#"],
|
subscriptions: ["deye/#", "bitshake/#"],
|
||||||
handler: {WeewxProxy.Modbus.Deye, []}
|
handler: {WeewxProxy.Modbus.Deye, []}
|
||||||
]}
|
]}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue