Hi.
Starting from version 0.23.0, my Fibaro RollerShutters are recorgnised as rollershutters instead dimmers, but I’ve lost the possibility to set the blind level via slider on the UI, and seems the only services available are up-down-stop.
My goal was to invoke the HA Api via a nodejs Telegram BOT script that answers to my commands, like ‘set the blind level to X’. Before upgrading to 0.23.0 I’ve try to use the set state api without success (the info about ‘brightness’ was never sent to the device, changes only the ‘state’ description inside HA).
How can I perform this feature? Which API endpoint should I invoke to set the ‘brightness’ of a dimmer, or in the current version, the blind level of the rollershutter?
Many thanks.