pkkrusty
251f373128
Add option to specify retention policy
...
Certain sensors and data flowing to a TSDB like Influx will need different retention policies. Network monitoring, maybe one week, soil moisture for the garden, one month, temperature data, a few years. To avoid growing a large database, it makes sense to assign a retention policy per device if desired.(since most devices won't be doing weather data AND network reporting). Blank retention policy will just use the InfluxDB default (usually infinite).
2022-05-02 13:48:45 +00:00
Theo Arends
973354470c
Fix compilation
2022-04-06 09:50:48 +02:00
Theo Arends
c84f5fe607
Add command ``IfxSensor 1`` to send non-teleperiod data to influxdb
2022-04-05 23:14:41 +02:00
Theo Arends
8b98839729
Add non-teleperiod data to influxdb
2022-04-05 21:55:05 +02:00
s-hadinger
d506accdef
Merge pull request #13756 from s-hadinger/berry_call_sensors
...
Berry tasmota.read_sensors()
2021-11-21 20:12:14 +01:00
Stephan Hadinger
cb0ad2c75b
Berry tasmota.read_sensors()
2021-11-21 18:54:13 +01:00
Barbudor
235bf403c6
add IfxPeriod
2021-11-20 22:35:07 +01:00
Theo Arends
154928fe58
Add influxdb debug logging control
2021-08-16 17:31:52 +02:00
Theo Arends
1ab2b2c865
Fix influxdb id regression
2021-08-16 11:44:27 +02:00
Theo Arends
0d9678eef6
Refactor trim
2021-08-16 11:11:46 +02:00
Theo Arends
b112c05d9a
Refactor access TasmotaGlobal.mqtt_data
2021-08-15 17:26:32 +02:00
Theo Arends
e5e8ef4736
Refactor access TasnotaGlobal.mqtt_data
2021-08-15 17:08:31 +02:00
Theo Arends
52b8e507e9
Add state information to influxdb
2021-08-14 17:44:37 +02:00
Theo Arends
3c964504b6
Revert "Show power status in state message always with power index number like ``POWER1``"
...
This reverts commit 59a13644b9
.
2021-08-14 17:40:03 +02:00
Theo Arends
59a13644b9
Show power status in state message always with power index number like ``POWER1``
...
Add state information to influxdb
2021-08-14 17:35:31 +02:00
Theo Arends
64c527e3c3
InfluxDb allow all numeric data
2021-08-14 17:03:05 +02:00
Theo Arends
0f39fab3ae
Influxdb add support for negative numbers
2021-08-14 16:28:20 +02:00
Theo Arends
d0d0d11b15
Move influxdb support from sensor to driver
2021-08-14 15:43:31 +02:00