I am using node-red-contrib-alexa-remote2 to interface my Alexa with Node-Red, but I am facing a problem with shutters. My shutter devices are not Alexa-compatible, so I am using Alexa Node Red skill Bridge to create "dummy devices" named "Dining shutter", "Kitchen shutter", and so on; but the skill only allows me to create these devices as "lights" or "thermostat" so I have to operate my shutters with "Kitchen shutter ON" or "Kitchen shutter OFF" (which is ugly).
I tried to use the "Listener" node of alexa-remote2 , extracting my "Open Kitchen Shutter" message and trigger a flow. It works, but every time Alexa Echo responds that "the device doesn't have this capability" (which is ugly too).
I know I could set up a routine for each shutter (err: 2 routines, one for UP and one for DOWN), but the devices are more than 20 and it will become a mess.
Any alternative way to have a shutter operate with UP/DOWN (or RAISE/LOWER) for my shutters? Has anyone faced the same problem?