- Platform information:
- Hardware: Synology 1813+ with 4gb of ram
- OS: debian docker image
- Java Runtime Environment: default
- openHAB version: 2.5.0
I’ve setup Openhab initially in 2.4.0, just upgraded in 2.5.0 without any issues.
I currently have Philips hue (16 lamps), a beamer and an AV configured.
I’m now trying to interface OpenHab with the Bticino F454 bus that control the
Roller Shutter of my flat (+ the lights and other stuff, but I’m mainly interested in the blinds).
My purpose is to be able to trigger the blind closing or opening with google home.
I’ve added this binding :
And configured the services/bticino.cfg file.
# Host and port of the default OpenWeb bticino IF
# OpenWeb gateway IP address / Hostname
default.host=192.168.1.254
# OpenWeb gateway Port (optional, defaults to 20000)
#default.port=
# OpenWebNet gateway password (optional, defaults to 12345)
default.passwd=*thepassword*
I’ve checked connectivity using the MyHome configuration software and I’m able to connect and discover the things.
Now the binding configuration part is really cryptic.
I’ve no idea on how to proceed.
I guess, I should add the following in the items folder :
Rollershutter RollUpShutter_1 "Roller-up shutter 1" (Living, RollerUpShutters) {bticino="if=webserver;who=2;what=0;where=46"}
Rollershutter RollUpShutter_2 "Roller-up shutter 2" (Living, RollerUpShutters) {bticino="if=webserver;who=2;what=0;where=47"}
But I’ve no idea the 46 & 47 values come from, or if I should put something else than 0, in the what?
Do I need to setup something on the other files ?
There’s just sample configuration without explanation, what was the physical setup behind and what they want to achieve.
Also, once I’ve edited the configuration.
Should I restart openhab or do something so that it’s taken into account?
Will I see something in the Paper UI about this binding, because currently I don’t see anything.
Any help would be appreciated