vk2him / Enphase-Envoy-mqtt-json

Takes real time stream from Enphase Envoy and publishes to mqtt broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script create empty mqtt topic (lowest picture is first picture)

edwin123456 opened this issue · comments

6D766EA4-2B08-4DAC-BC57-C98F4623B325
DD8C0DFB-ECD2-46DD-8623-EBE9B8634201

script creates an empty mqtt child (see pictures) if i click on “empty” i get envoy/json
Is it possible to change it so theres a name in place of “empty” child
So i can read the topics.
Hope u understand me, english is bad sorry

In the Addon configuration, do you have /envoy/json or envoy/json ? - I think you want envoy/json as that should show envoy under Children

I use it as a stand alone configuration
I want envoy/json is it possible?

Yes this is possible. Edit the file /data/options.json

Change the mqtt_topic to be the following, then restart:

"MQTT_TOPIC": "envoy/json",

Thank u
😊