Created
May 10, 2023 17:50
-
-
Save dirkjanfaber/1eaa852f1ac4af8cd549278bd20fbf60 to your computer and use it in GitHub Desktop.
Graph Ruuvi tag movement in Node-RED
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "728dba344d605fca", | |
"type": "victron-input-temperature", | |
"z": "da916ea9eff5bed3", | |
"service": "com.victronenergy.temperature/41", | |
"path": "/AccelX", | |
"serviceObj": { | |
"service": "com.victronenergy.temperature/41", | |
"name": "RuuviTag" | |
}, | |
"pathObj": { | |
"path": "/AccelX", | |
"type": "float", | |
"name": "Acceleration X (g)" | |
}, | |
"name": "", | |
"onlyChanges": false, | |
"roundValues": "2", | |
"x": 540, | |
"y": 260, | |
"wires": [ | |
[ | |
"c9a60a201d77def0" | |
] | |
] | |
}, | |
{ | |
"id": "96541deef89d7bd9", | |
"type": "victron-input-temperature", | |
"z": "da916ea9eff5bed3", | |
"service": "com.victronenergy.temperature/41", | |
"path": "/AccelY", | |
"serviceObj": { | |
"service": "com.victronenergy.temperature/41", | |
"name": "RuuviTag" | |
}, | |
"pathObj": { | |
"path": "/AccelY", | |
"type": "float", | |
"name": "Acceleration Y (g)" | |
}, | |
"name": "", | |
"onlyChanges": false, | |
"roundValues": "2", | |
"x": 540, | |
"y": 320, | |
"wires": [ | |
[ | |
"c9a60a201d77def0" | |
] | |
] | |
}, | |
{ | |
"id": "a5a36a7b65a546af", | |
"type": "victron-input-temperature", | |
"z": "da916ea9eff5bed3", | |
"service": "com.victronenergy.temperature/41", | |
"path": "/AccelZ", | |
"serviceObj": { | |
"service": "com.victronenergy.temperature/41", | |
"name": "RuuviTag" | |
}, | |
"pathObj": { | |
"path": "/AccelZ", | |
"type": "float", | |
"name": "Acceleration Z (g)" | |
}, | |
"name": "", | |
"onlyChanges": false, | |
"roundValues": "2", | |
"x": 540, | |
"y": 380, | |
"wires": [ | |
[ | |
"c9a60a201d77def0" | |
] | |
] | |
}, | |
{ | |
"id": "c9a60a201d77def0", | |
"type": "ui_chart", | |
"z": "da916ea9eff5bed3", | |
"name": "", | |
"group": "3abcfdf0e2d33e6b", | |
"order": 0, | |
"width": "12", | |
"height": "8", | |
"label": "Tamper", | |
"chartType": "line", | |
"legend": "true", | |
"xformat": "auto", | |
"interpolate": "bezier", | |
"nodata": "", | |
"dot": false, | |
"ymin": "", | |
"ymax": "", | |
"removeOlder": 1, | |
"removeOlderPoints": "", | |
"removeOlderUnit": "3600", | |
"cutout": 0, | |
"useOneColor": false, | |
"useUTC": false, | |
"colors": [ | |
"#1f77b4", | |
"#aec7e8", | |
"#ff7f0e", | |
"#2ca02c", | |
"#98df8a", | |
"#d62728", | |
"#ff9896", | |
"#9467bd", | |
"#c5b0d5" | |
], | |
"outputs": 1, | |
"useDifferentColor": false, | |
"className": "", | |
"x": 840, | |
"y": 320, | |
"wires": [ | |
[] | |
] | |
}, | |
{ | |
"id": "3abcfdf0e2d33e6b", | |
"type": "ui_group", | |
"name": "Default", | |
"tab": "ac2a402b41913c67", | |
"order": 1, | |
"disp": true, | |
"width": "12", | |
"collapse": false, | |
"className": "" | |
}, | |
{ | |
"id": "ac2a402b41913c67", | |
"type": "ui_tab", | |
"name": "Home", | |
"icon": "dashboard", | |
"disabled": false, | |
"hidden": false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment