Hello.
Today i am experimenting with the chart. Works so far. I ask myself now the following.
I am display ma dosing [ml/h] on my chart. I also implemented an alarm. So if my pump has an alarm, a value switched from true to false. Is it possible to mark this event on my chart? lets say with a big dot oder a vertical line?
[
{
"id": "7ea7f04ad34aeade",
"type": "ui_chart",
"z": "bb1e74244b8354b7",
"name": "Dosing",
"group": "5879d49495918d3d",
"order": 0,
"width": 0,
"height": 0,
"label": "",
"chartType": "line",
"legend": "false",
"xformat": "HH:mm:ss",
"interpolate": "linear",
"nodata": "",
"dot": false,
"ymin": "0",
"ymax": "7500",
"removeOlder": "1",
"removeOlderPoints": "",
"removeOlderUnit": "3600",
"cutout": 0,
"useOneColor": false,
"useUTC": false,
"colors": [
"#cc2e06",
"#f9fb9b",
"#ff7f0e",
"#2ca02c",
"#ff6a6a",
"#d62728",
"#ff9896",
"#9467bd",
"#c5b0d5"
],
"outputs": 1,
"useDifferentColor": false,
"className": "",
"x": 1270,
"y": 600,
"wires": [
[]
]
},
{
"id": "731d9e4c04c77fe6",
"type": "inject",
"z": "bb1e74244b8354b7",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "2",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "testdata",
"payload": "4000",
"payloadType": "num",
"x": 1060,
"y": 600,
"wires": [
[
"7ea7f04ad34aeade"
]
]
},
{
"id": "0446d8036ede7ac6",
"type": "inject",
"z": "bb1e74244b8354b7",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "alarmOn",
"payload": "true",
"payloadType": "bool",
"x": 1050,
"y": 460,
"wires": [
[]
]
},
{
"id": "0427e8883d6c8de4",
"type": "inject",
"z": "bb1e74244b8354b7",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "AlarmOff",
"payload": "true",
"payloadType": "bool",
"x": 1050,
"y": 500,
"wires": [
[]
]
},
{
"id": "5879d49495918d3d",
"type": "ui_group",
"name": "Read",
"tab": "a42d8adbe9caeb3d",
"order": 1,
"disp": false,
"width": "15",
"collapse": false,
"className": ""
},
{
"id": "a42d8adbe9caeb3d",
"type": "ui_tab",
"name": "Pumpe_01",
"icon": "dashboard",
"order": 1,
"disabled": false,
"hidden": false
}
]
Thank you