MQTT Push

From Domoticz
Revision as of 15:11, 3 July 2024 by Walter vl (talk | contribs) (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To setup a regular data push from specific Domoticz devices to a MQTT Broker/Server you go to Setup - More options - Data Push - MQTT

Prerequisite: An accessible MQTT Broker/Server to connect to.


You can add the individual devices you want to send to MQTT in the Edit Link section

  • Device name: Select the device from wich the data has to be send to Influxdb
  • Value to Send: Some devices have multible values eg Temperature, Humidity barometer pressure. Select here the value to send.
  • Target type: What triggers the send to influxdb action:
    • On value change: Only when the updated value is different from the previous.
    • Direct: After each update in Domoticz, changed or not
  • Link Active: Yes/No

In the General Settings section you can enter the details of the MQTT Broker/server you can connect to.

  • Remote adress: (IP) adress of the MQTT server
  • Port
  • Username for the MQTT server
  • Password for the MQTT server
  • Topic Out Prefix (eg DomoHome)
  • CA file name, default empty (only needed when a certificate is needed)
  • TLS Version, default tlsv1.2 (only change when needed)