Hi all,
Me and my colleague want to connect a flow meter than outputs pulses to a Shelly Add-On's digital input. We want to install the Shelly Add-On on a Shelly 1PM Gen3 Device in order to control a relay based on pulse counts. I was wondering if this is possible, and if yes, how?
I'm fairly comfortable with scripting. I'm assuming the digital input from the Add-On will show up as an "input" component on Shelly.GetConfig like so (below is only an example I made up):
Code
"input:2": {
"id": 2,
"name": "Flow",
"type": "count",
"enable": true,
"counts": {
"total": "43"
},
},
Is this correct? I'm just not sure if the Shelly 1PM Gen3 Device can accept Digital Input signals from the Add-On and that maybe it's only meant for temperature/humidity Add-On sensors. Thanks!