Getting additional loxone tags into influxdb via iobroker

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • brammh
    Dumb Home'r
    • 11.09.2023
    • 15

    #1

    Getting additional loxone tags into influxdb via iobroker

    hi,
    I followed this tutorial to quickly get loxone values into influxdb.


    iobroker has the option with influxdb v2 to 'use tags to store metadata information instead of fields'.
    By enabling this field I hoped / expected the iobroker adapter to include values like role / room / function which are all visible in iobrokers objects, to be included in the influxdb adapter and therefore towards the db. unfortunatly that doesn't seem to be the case.

    Anyone successful in getting additional loxone tags into influxdb using this approach via iobroker?

    thanks,
    bram
  • Shour1972
    Azubi
    • vor 2 Tagen
    • 1

    #2
    I have tried InfluxDB v2 via ioBroker, it is true that fields like role/room/function are not automatically transferred to tags. The fastest solution right now is to use Javascript Adapter in ioBroker to create virtual state with the desired tag, or go through Telegraf to enrich the data before writing to Influx.

    I don't see any Out of the box way in ioBroker adapter. If you find a simpler trick, I'm very interested.

    Kommentar

    Lädt...