fix(mqtt): subscribe to bitshake topic
All checks were successful
Build / build (push) Successful in 4m20s

This commit is contained in:
Daniel Kempkens 2024-08-03 20:56:37 +02:00
parent 1066a980de
commit 7b2129c8de
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -61,7 +61,7 @@ defmodule WeewxProxy.Mqtt do
port: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_port)},
user_name: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_user),
password: Application.fetch_env!(:weewx_proxy, :mqtt_modbus_password),
subscriptions: ["deye/#"],
subscriptions: ["deye/#", "bitshake/#"],
handler: {WeewxProxy.Modbus.Deye, []}
]}
]