I have several Inovellis Black Series dimmers with LED Indicator lights. I would like to use the LED on one of them as an indicator for my garage door being left open. I’ve configured an automation to do this, but it only works some of the time (maybe 20% of the time it works). I’m using a binary contact sensor on my garage door to trigger the automation. When it works, it works. But when it doesn’t work, I get the following error:
Scott's Garage Door Open: Error executing script. Unexpected error for device at pos 1: 'type'
I have a similar automation setup for when the garage door closes, but it suffers from the same intermittent behavior. And I have a second garage door and a second Inovelli Black Series Dimmer that I have another set of automations setup for, and they also have the same intermittent behavior. Nothing else in my HA setup is intermittent like this.
I previously had this setup on Hubitat Elevation, and it worked reliably (same dimmers, same firmware, same contact sensors).
Any ideas on why this would only work intermittently? I can literally change nothing and it will just start (or stop) working.
There is a firmware update available. I was just hoping to not have to do that because it is a pain, and it was working before with Hubitat. I know - apples and oranges. I guess I can give it a shot.
I mean, did you do anything to create that binary sensor (e.g. in your YAML config as a template sensor), or whether it was simply there after installing the integration. If the latter, there might be more config we should see in order to help you.
Ah, I see. It was simply there after installing the integration. Which part of the config would you need to see? (and thank you for the reply!)
By the way, I upgraded the firmware on one of my Inovelli dimmers to the latest - v1.57. I recreated the automation, and the same thing happens, unfortunately. I still get the error: “Error executing script. Unexpected error for device at pos 1: ‘type’.” I actually haven’t gotten it to work since upgrading the firmware today. So it may no longer be “intermittent,” but instead just “not working.”
If I go to the Automation and click “Run Actions,” I get the same error in the logs. This would indicate to me that the problem is somewhere in the Actions, not the Trigger. Does that sound right?