Are you sure Shelly devices are not in Configuration -> Integration -> MQTT?
noā¦ none from running this script.
there are some esphome devices etc. this tells me that MQTT discovery works as it should.
For Your Information:
I got the Shelly 3EM up and running. Iāve added the stock integration of home assistant. Iāve placed the probes to the 3 phase wires, where they enter the main junction box.
It can measure the returned energy from the solar inverter, on all 3 phases (that wasnāt clear for me reading the docs) so Iām very happy wit it
The script works. If there are no errors in the log I donāt know how to help you.
@Bieniu Thx for the script. For me this is working fine. I am curious, where is physically stored which entity listens to which MQTT topic? ā¦ I tought this is in .storage/core.entity_registry
but there are no mqtt related data.
This is data of MQTT component so I think in hass.data["mqtt"]
. The user canāt access this data.
Ah thanks. And this setup āsurvivesā a restart because the config-message sent from your script is retained?
yes, exactly
My logs says: Shellies Discovery: Already running
Does not seem to hurt, but what does it mean and how to get rid of it?
You have to add mode: queued
to the automation https://github.com/bieniu/ha-shellies-discovery#minimal-configuration
OK, thanks, cool. That automation mode is a newer feature that was introduced after i integrated Shellys Discovery, havenāt touched that code since then.
I have installed a Temperature Sensor AddOn for Shelly 1/1PM on one of my 1PM.
I can see it working in the shelly app and in MQTT Explorer, but it doesnāt come up in HA.
I mean the external temperature sensor, the shelly 1PM has bee successfully discovered.
Does the script has support for it?
Yes, it does. Do you read the docs?
Just now
If anything else fails RTFM
Working! Thx!
trigger is undefined
please read the docs.
But as I mentioned its works since 4 months as charm just today after I make the upgrade something break it
Debug log please.