From 7b2129c8defde3c811c0953b5dac906343e09801 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 3 Aug 2024 20:56:37 +0200 Subject: [PATCH] fix(mqtt): subscribe to bitshake topic --- lib/weewx_proxy/mqtt.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weewx_proxy/mqtt.ex b/lib/weewx_proxy/mqtt.ex index 0dd73f1..2b2dfe4 100644 --- a/lib/weewx_proxy/mqtt.ex +++ b/lib/weewx_proxy/mqtt.ex @@ -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, []} ]} ]