Hello, i want to ask if is possible to use mpp-solar project on gladys?
Hello @NextWork123,
Iâve looked a bit at the repository, and it seems there is a Docker image :
You need to configure MPP Solar :
And itâll send MQTT messages like :
{'topic': 'QPGS0/status/grid_voltage/value', 'payload': 0.0}
This can definitely work with Gladys, you can create custom devices in the MQTT integration, and assign those devices to custom MQTT topics :
Donât hesitate if you need help setting this up ![]()
Thanks for the quick reply. Iâm currently using the mpp-solar project with Home Assistant, but Iâm planning to replace everything with Gladys.
I was wondering if Gladys supports the same MQTT entities as Home Assistant. In my mpp-solar configuration, Iâm using the hassd_mqtt output.
I havenât deployed Gladys yet, as Iâd like to gather some documentation and better understand everything before proceeding.
I donât know exactly how it works in Home Assistant, but in Gladys youâll need to configure some virtual devices and assign the custom MQTT topics from mpp-solar ![]()
Itâs entirely doable, and we can help you with that !
mh ok it doesnât have a discovery for entities? iâm lazy xD
MPP-Solar discovery is Home Assistant specific, so it wonât work with Gladys unfortunately ![]()
Note: I wonder if we could implement the HA Discovery protocol in Gladys to be able to do auto-discovery with this kind of integrations from HA
ok thanks ![]()
gladys can connnect to mqtt broker via unix socket? (so using mosquitto docker outside)
You just specify the MQTT URL, username and password in Gladys !
but what about a path like unix socket so we donât deal with TCP stack?
We donât support that! Whatâs the issue with tcp?
maybe this article can help to see why iâm asking supporting unix sockets unix domain sockets vs. internet sockets but yeah maybe the loopback tcp isnât bad
If you are lazy, Gladys letâs you start a Mosquitto container in one-click ![]()
