richibrics / PyMonitorMQTT

Python computer monitor that sends real time information via MQTT
63 stars 15 forks source link

CloudMQTT integration #6

Closed rnlascano closed 3 years ago

rnlascano commented 4 years ago

Hello, as you told me to, i opened this issue to find out how to integrate this monitor system with cloudmqtt. Thanks.

richibrics commented 3 years ago

Well, have you already created a cloudmqtt instance ?

rnlascano commented 3 years ago

Yes, i have. Used to use it for Owntracks integration wiht hassio. Still active

richibrics commented 3 years ago

Well, if you have an instance then you have

Right ?

rnlascano commented 3 years ago

Yes, exactly

El mar., 15 de septiembre de 2020 15:42, richibrics < notifications@github.com> escribió:

Well, if you have an instance then you have

  • an username
  • your own password
  • broker address (given by cloudmqtt)

Right ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/richibrics/PyMonitorMQTT/issues/6#issuecomment-692901976, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMWRDBDCKG4JX2I6O2QQVB3SF6YRTANCNFSM4Q6B7R2A .

richibrics commented 3 years ago

Then it works like any other component/client: in configuration.yaml set (follow schema written in README): broker, username, password. Then in sensors list place sensors you'd like to have and the same with the commands (TO USE THE COMMANDS YOU MUST ENABLE Os Sensor AND DesktopEnvironment Sensor: if you don't want to send these 2 data to your broker because you don't need them, take a look in the schema in README and add 'dont_send' option to those 2 sensors)

richibrics commented 3 years ago

Closed due to inactivity