forked from HubitatCommunity/InfluxDB-Logger
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PackageManifest.json
20 lines (20 loc) · 2.16 KB
/
PackageManifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"packageName": "InfluxDB-Logger",
"author": "Joshua Marker (tooluser)",
"version": "3.2.0",
"minimumHEVersion": "2.2.9",
"dateReleased": "2023-04-24",
"releaseNotes": "3.2.0: Don't send null units to InfluxDB\n3.1.4: Fix issue with soft poll interval being unset\n3.1.3: Fix valve attribute\n3.1.2: Fix issue of quotes appearing in hub name tag\n3.1.1: Always treat valid numbers (such as buttons) as numeric values for InfluxDB\n3.1.0:\n If post of size one fails, log the actual failed record\n Ignore momentary attributes for keep alive\n Display full uri in config page for convenience\n3.0.0:\n Unify advanced and non-advanced device selection processing\n Enhance queueToInfluxDb and softpoll for batch processing\n Remove unnecessary state variables\n Improve backlog warnings\n Lower backlog limits to prevent issues with app database size\n Normalize Hub information logging\n2.5.0:\n Clean up event processing code\n Fix button event handling\n Fix thermostat fan mode event handling\n Fix threeAxis event encoding\n Add device event handling for filters, gas detectors, power source\n Remove handling for non-existent device capabilities\n Provide info logging of event data to replace post data logging\n Allow backlog to be set as low as 1, allowing bad records to be cleared\n2.4.1: Fix critical issue with hub properties in device events\n2.4.0:\n Retry failed posts to InfluxDB\n Enhanced post logging\n Allow Hub Name and Location tags to be disabled for device events\n2.3.0:\n Cleanup and rationalize UI\n Use time since first data value to trigger post rather than periodic timer\n Only create a keep alive event (softpoll) when no real event has been seen\n Cleanup and rationalize logging\n2.2.0:\n Allow multiple application instances\n InfluxDB 2 support",
"communityLink": "https://community.hubitat.com/t/influxdb-logger/110548",
"apps": [
{
"id": "119c9c44-e7af-46c0-bc44-dc4f6b175994",
"name": "InfluxDB Logger",
"namespace": "nowhereville",
"location": "https://raw.githubusercontent.com/HubitatCommunity/InfluxDB-Logger/master/influxdb-logger.groovy",
"required": true,
"oauth": false,
"primary": false
}
]
}