Hey folks, I'm struggling a bit and people tell me I'm "smart" sometimes.
I've setup a new Apex, hooked it up to Fusion, and things are mostly working how I want them to.
Here's what I'm working with
The LD_Sum and LD_Flr are the LDKs, and the Smp_Lo and Smp_Hi are the Opticals.
Am I missing something here? I do see in Fusion that the indicators go to "CLOSED" when the water is detected by the LDK, I just don't see any of push notification.
I've setup a new Apex, hooked it up to Fusion, and things are mostly working how I want them to.
Here's what I'm working with
- Configured my FMM
- Two LDKs
- Two Optical Sensors (Sump Hi/Low)
Code:
Set OFF
If LD_Sum CLOSED Then ON
If LD_Flr CLOSED Then ON
If Smp_Lo OPEN Then ON
If Smp_Hi CLOSED Then ON
The LD_Sum and LD_Flr are the LDKs, and the Smp_Lo and Smp_Hi are the Opticals.
Am I missing something here? I do see in Fusion that the indicators go to "CLOSED" when the water is detected by the LDK, I just don't see any of push notification.


