Aaah, I understand what you mean with Port:
Thing Configuration
FRITZ!Box
ipAddress (mandatory), default "fritz.box"
protocol (optional, http or https), default "http"
port (optional, 0 to 65335), no default (derived from protocol: 80 or 443)
password (optional), no default (depends on FRITZ!Box security configuration)
user (optional), no default (depends on FRITZ!Box security configuration)
pollingInterval (optional, 5 to 60), default 15 (in seconds)
asyncTimeout (optional, 1000 to 60000), default 10000 (in millis)
syncTimeout (optional, 500 to 15000), default 2000 (in millis)
But it’s optional. As I understand it you can use 80 or 443. I don’t use it in my Bridge, which looks like this:
Bridge avmfritz:fritzbox:Fritz-Box-7490 @ "Office" [ ipAddress="fritz.box", user="myusername", password="myusername-password" ] {
//up to ten switchable outlets
Thing FRITZ_DECT_210 116570136076 "FRITZ!DECT 210 #1" [ ain="1165701xxxxx" ]
//up to twelve heating thermostats
Thing Comet_DECT 119601003400 "Comet DECT #1" @"Office" [ ain="1196010xxxxx" ]
}
…and you can use “fritz.box” as IP-Adress, as shown above in my example.
OH1 is the first Version of openHAB, but it has not the Features of OH2. So e.g. in OH1 you have to use cfg.Files for Configuration. Ther are some Bindings which are not upgraded to OH2, but you still can use it with OH2.
You can see what kind of Binding you are using, when you look in the “Add-ons”-Section in your Paper-UI
So now I have to ask, what is HTTS ? (Sorry, but I’m a Dummy )
Cheers, Peter