Hi,
i am trying to use my energy meter readings in venus os but this is zamel MEW-01 which has no integration with venus os.
Is it possible to build a virtual energy meter on venus os using mqtt themes subscribed by mew-01?
So far i have cloned a few mqtt themes from my home mqtt broker by adding to mosquito.conf:
"
connection bridge-abcd
address 192.168.5.3:1883
topic supla/# in
topic homeassistant/sensor/supla/# in
#topic supla/# out
#topic homeassistant/sensor/supla/# out
remote_username LOGIN
remote_password PASSWORD
"
Has anyone done it?