I have a sonoff dualR3 lite (no power) flashed with tasmota 9.3.1.2 following the instructions from here: Sonoff Dual R3 Lite Switch Module (DUALR3L) Configuration for Tasmota
The device seems to be working fine. now I want to integrate it into OpenHAB( openHAB 3.2.0).
when I configure a channel with type rollershutter and set the stat and cmnd topics I get no status or control. In fact it seems to crash OpenHAB until I reset the device.
I must be using the wrong topics but I copy from MQTT explorer. I have found this level of help anywhere so appreciate some help.
Thanks.
Thanks chaoshome,
I did configure tasmota and do a rough calibration. works OK within tasmota including limits, slider positioning and state.
Your code got me one step further. the shutter item control works, but seems to be inverted and there is not state, position or slider control. only full open and full close, and of course i can manually stop in the middle and tasmota seems to know the close/open limit as the relays toggle at the correct time/position from any manual starting point.
My problem was misunderstanding the correct topics and JSON transformation.
I will make another attempt with the slider setup with my improved understanding