Zen17 Smart Relay, Switch inputs not showing in JS UI or Devices in HA

I have two Zen17 Zooz relays included correctly (no errors) and can control the relays. However, the Zen17 also has digital ‘switch’ inputs that can be ‘set’ in the relay to perform different functions (I also see that ability in JS UI). I can’t see the digital inputs as separate devices I can control or read status of, within HA.

Is this ‘as per design’ or did my include not get all the relay attributes brought into JS UI?

How about providing some information about what you’re referring to in ZUI, otherwise we are just guessing. Especially need to know how you’ve configured the inputs. I have a ZEN17 and the way it’s configured for my use case works fine in HA.

Thanks for the quick response! May be faster for me to just ask you if you have isolated your inputs from controlling the relays (directly through Zen17 config within JS UI) so you can use them as separate inputs to HA… but also be able to control the relays (R1, R2) from HA. Like having a box with (2) relays to control from HA and also (2) digital inputs to monitor WITHOUT the inputs controlling the relay outputs.

My goal is to use the inputs for something separate from the relays and monitor their status from within HA (think float switch or boat hatch).

In the ZUI device config, you can change how these inputs behave (toggle vs momentary) and you can link or unlink the inputs with the relays, so what you see in HA could depend on how you have them configured. I have mine set to open/close toggles that are decoupled with the relays (control relay = no), and they show up as binary sensors (which I have renamed for my damper control):

you are AWESOME! Exactly what I was looking for but it didn’t occur to me that the internal device config change would enable additional inputs within HA, after the fact (initial inclusion). Makes sense now.

Thanks!