You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I would like to use my presence of the Magic Mirror. So this will be always the same.
I want to make 2 channels in the MQTT server. One for me and One for My girlfriend.
And depending of the visualization on the mirror it must send : CH: Paul "at home" or "Away"
CH: Debbie "at home" or "Away"
I made Already a python script for something else with a MQTT client / server. here I use paho.mqtt.publish this is working.
So my question is: What do I need to do to send information to my MQTT client ?
The text was updated successfully, but these errors were encountered:
I'm not 100% sure, but I would like to do something comparable. But I would like to do it by sending an UDP message over the network. My Loxone miniserver can handle these messages nicely.
Hello.
I would like to use my presence of the Magic Mirror. So this will be always the same.
I want to make 2 channels in the MQTT server. One for me and One for My girlfriend.
And depending of the visualization on the mirror it must send : CH: Paul "at home" or "Away"
CH: Debbie "at home" or "Away"
I made Already a python script for something else with a MQTT client / server. here I use paho.mqtt.publish this is working.
So my question is: What do I need to do to send information to my MQTT client ?
The text was updated successfully, but these errors were encountered: