Summmary: I want to read over internet whether a circuit is open or closed. Is this possible with the Shelly 1?
The control unit of my sauna has 24 DC output to connect a lightbulb. The lightbulb turns on when the sauna heater is on, and turns off when the sauna heater is off. I want to be able to read from the internet (e.g., the shelly API) if this circuit is on/off.
See pins 1 and 2 of the sauna control unit diagram.
My idea was to use a shelly 1 device instead of an indicator lamp. The connections I had in mind were:
Shelly I: sauna terminal 2
Shelly O: sauna terminal 1
Shelly SW: empty
Shelly L: wall plug (e.g., 220 V AC)
Shelly N: wall plug (e.g., 220 V AC)
The shelly device relay would be set to always on. Could I then check with API if the circuit is open or closed? For example with the endpoint: https://shelly-api-docs.shelly.cloud/#shelly1-1pm-relay-0
Thanks for your help!