Target property with httplink and influxdb
Posted: Wednesday 01 March 2017 21:46
Hi,
I send data through Http POST request with httplink in influxdb. It work's pretty well with my temperature sensors. These sensors can do humidity too.
So first I create a link with temperature and then humidity .
Then in influxdb I receive humidity and temperature but just the device_id change .
I would like to have taget property as column name.
I search to obtain all keywords:
- https://www.domoticz.com/wiki/HttpLink
- https://github.com/domoticz/domoticz/bl ... h.cpp#L132
But I can't find anywhere how to add target property to post data, is this possible ?
I send data through Http POST request with httplink in influxdb. It work's pretty well with my temperature sensors. These sensors can do humidity too.
So first I create a link with temperature and then humidity .
Then in influxdb I receive humidity and temperature but just the device_id change .
I would like to have taget property as column name.
I search to obtain all keywords:
- https://www.domoticz.com/wiki/HttpLink
- https://github.com/domoticz/domoticz/bl ... h.cpp#L132
But I can't find anywhere how to add target property to post data, is this possible ?