I went through the documentation indicated here MQTT | Gladys Assistant
But I don’t understand which values I need to fill in, and where, to make the connection between my Shelly EM and my Gladys instance work.
I have a setup on a Freebox network, my Shelly EM is on the network via Wi-Fi.
I deployed a Gladys instance inside a VM on my Freebox Delta.
Hello @mutmut
Thanks for your message — yes, I have read and taken note of the two pages you shared with me, but they don’t seem to address my goal.
For the first link marked as resolved, I don’t see « how » he configured things; the expected specifications for each of the different parameters remain a bit unclear to me.
For the second link about MatterBridge, I tried it as well, but it doesn’t seem to provide a fine-grained, advanced integration of the device.
Here are various screenshots of my MatterBridge configuration, and it seems to have only picked up the « switch » function
But when I enter the pairing code from MatterBridge to Gladys, Gladys doesn’t seem able to correctly detect the modules and it only lists devices of type « switch »
I think there are missing features in the Matter integration on the Gladys side. @jmarandet could you give us the JSON that you can download from the Matter integration settings page please?
Indeed, for now we only handle the switch part for these devices via Matter, but if you give us the JSON, we can integrate the rest into Gladys quite easily!!
If you want to do the configuration via the MQTT integration in the meantime, you need to use the topics provided by Shelly at the link you provided (https://shelly-api-docs.shelly.cloud/gen1/#shelly-em-overview), and insert those topics into a Gladys MQTT device in the field:
Of course you have to replace in the topic the « deviceid » (you must find it in the Shelly interface), and the « i ».
That presupposes that you are indeed receiving messages in the « Debug MQTT » tab.
If that’s not the case, the Shelly’s MQTT configuration is not correct. You should check on the Shelly side if everything is okay (are there logs to see what’s causing the problem, perhaps?)
that’s exactly what I’m trying to do with a lot of trial and error, but I keep seeing messages like « No value received » from Gladys
Et without understanding the logic behind constructing these topics / endpoints I spend ages going round in circles without success…