[homie]-rollershutter not recognized for item

Hello,

Although i set the property as rollershutter, Openhab does not recognize my homie device as rollertshutter.
Instead it sets it as a dimmer and I am unable to add a rollershutter item to the channel.

I am running OH 2.5 with homie convention 3.0
here are my publish topics from the device: all qos=1 and retained=true
topic: “homie/test/$homie”, payload: “4.0”
topic: “homie/test/$name”, payload: “blind1”
topic: “homie/test/$nodes”, payload: “c1”
topic: “homie/test/$state”, payload: “init”
topic: “homie/test/c1/$name”, payload: “c1”
topic: “homie/test/c1/$type”, payload: “rollershutter”
topic: “homie/test/c1/$properties”, payload: “rollershutter”
topic: “homie/test/c1/rollershutter/$name”, payload: “c1_rollershutter”
topic: “homie/test/c1/rollershutter/$settable”, payload: “true”
topic: “homie/test/c1/rollershutter/$datatype”, payload: “integer”
topic: “homie/test/c1/rollershutter/$format”, payload: “0:100”
topic: “homie/test/c1/rollershutter/$unit”, payload: “%”

Would you post your .items file?

I am not using .items files. the device presents itself to OH then I accept it from the inbox. It shows in the Things section with one channel tagged as “Dimmer” . From there, the paper UI menu only allows me to add a dimmer or a switch item type.
The rest of my OH configuration is only done using the OH rest API from a react APP I developed.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.