vk2him / Enphase-Envoy-mqtt-json

Takes real time stream from Enphase Envoy and publishes to mqtt broker
MIT License
55 stars 23 forks source link

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

Closed edwin123456 closed 1 year ago

edwin123456 commented 1 year ago

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

vk2him commented 1 year ago

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

edwin123456 commented 1 year ago

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

vk2him commented 1 year ago

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

Change the mqtt_topic to be the following, then restart:

"MQTT_TOPIC": "envoy/json",

edwin123456 commented 1 year ago

Thank u 😊