Wilfried Klaas
Wilfried Klaas
I would like to have a traffic light system on the bargraph. So that i can define some limit values like: green temp < 70°, yellow for 70-80° and red...
This pull request will solve the following issues: #101 timestamp documentation is not correct -> corrected #102 timestamp $unix as inputFormat with integer value as value is not working ->...
Many IoT systems produce JSON strings for MQTT brokers. And many of them will populate a tinmestamp as millis from epoche. It would be nice to have another $unix macro...
if you use $unix as an output format on a timestamp command, the value will be quoted. JSON integer values should not have any quotes.
If you use $unix and your value on the source json is formatted as integer (without quotes) the transform will throw an error.
The readme stated for the timestamp the following syntax: ```json { "operation": "timestamp", "timestamp[0]": { "inputFormat": "Mon Jan _2 15:04:05 -0700 2006", "outputFormat": "2006-01-02T15:04:05-0700" }, "nowTimestamp": { "inputFormat": "$now", "outputFormat":...
First of all, i love this project. As i'm working on a micropython port (microbit) there always not enghoug space for the source in the mb. Reduces my actual project...
Hi, i'm using this in a open source IoT project as a part of the admin interface. i would like to see a readonly flag (or disabled or something like...
I just do a simple test. Importing 1.000.000 simple documents and than i call DropCollection. The error "Txn is too big to fit into one request" returns. I think the...