I guess a better question would be to ask how I recompile everything into a new mysensorsbinding jar from here:
https://github.com/jerseyguy1996/openhab/tree/master/bundles/binding/org.openhab.binding.mysensors
So it does work !
I was not activating the item so the closed icon was not displayed on the screen. As soon as I was updating the state
to open or closed the icon was here !!
So it has to do with the fact that when the app starts the state of the item is not known and the system is unable to
select the proper icon.
So I added an other icon with no state this time "motion.png" this one is displayed on start up !!!.
Several icons are needed :
a generic one "myicon.png" to be used when the state is not known
various icons "myicon-statex.png" to be used when the icon is in the x state
Shasha
You need to change the MQTT topics in the OpenHab MQTT config.
MYS 2.0 is publishing data to this topic.
MyMQTT/27/5/1/0/4
However openhab is subscribing to this topic.
MyMQTT/27/5/V_PRESSURE
Hope this helps.
Hey @edsteve !
This thread mainly covers the serial connection via the serial binding and by using rules.
You are using the binding for OH1, so I suggest to start a new thread or trigger @bkl.
Ok I found the error. I may or may not have forgotten to add the serial addon It is strange though that you get no kind of error message without that...