jghaanstra / cloud.shelly

Homey app to control Shelly Cloud devices
GNU General Public License v3.0
21 stars 14 forks source link

Bug: Input State as Trigger not allways shown #221

Closed notbuch closed 6 months ago

notbuch commented 6 months ago

Sometimes you detach the switch input from the relay output. And you can use both as trigger, inpute state and relay state (input and output). But sometimes there is no trigger card. for input state (even tho there is a input device capability)

Is this a bug? Here it's shown (but only for input state 1, not for input state 2, it's a PM2 or 2.5)

image

here there is no such trigger card.

image

jghaanstra commented 6 months ago

When the input is configured as button the input is always null. The input capability is removed from the device and therefore those action cards are not available as well. When configured as button you need to use the action event trigger card.

notbuch commented 6 months ago

Thank you so much, hope I understand right. but what is the action event trigger card?

in my case the configuration is a button and one is a switch. in both cases there is no trigger card. but I can see switching from true to false. But if I understand you right this should not be possible?

I have to use device capability app to get that state input .

Screenshot_20240318_085352_Homey

jghaanstra commented 6 months ago

Read the first post of the support topic.

https://community.homey.app/t/app-pro-cloud-shelly/765

If you still have questions post them there so other users can answer your question as well. Github is for confirmed bugs and features.