binderth
(Thomas Binder)
1
Using openHAB 3.2-stable with the TR-064 binding I don’t find the “Advanced”-channels in my setup.
- Added the FritzBox-Thing
- “Scan” for sub-devices
- Used the found “subdeviceLan”-Thing
- Checked “Channels” - but I only got the WiFi-toggles for the three Wifis.
no mac...
channels like macOnline
, which I’d like to use for simple presence detection…
Where can I set the binding to show Advanced channels via OH3-UI?
Happening both in a FritzBox 6600 Cable and FritzBox 6890 LTE:
J-N-K
(Jan N. Klug)
2
Can you show the thing configuration?
binderth
(Thomas Binder)
3
nothing to see here! 
I didn’t change a thing, only typing in the user credentials in the bridge…
Bridge:
UID: tr064:fritzbox:26cf0beb06
label: FRITZ!Box
thingTypeUID: tr064:fritzbox
configuration:
phonebookInterval: 0
host: 192.168.xx.yy
refresh: 60
password: PASS
user: USER
subdeviceLan:
UID: tr064:subdeviceLan:26cf0beb06:uuid_UID
label: FRITZ!Box 6890 LTE - LANDevice
thingTypeUID: tr064:subdeviceLan
configuration:
refresh: 60
uuid: uuid:UID
bridgeUID: tr064:fritzbox:26cf0beb06
J-N-K
(Jan N. Klug)
4
You need to configure the macOnline
parameter on the subdeviceLan
. Channels will be added automatically.
binderth
(Thomas Binder)
5
how would I do that:
UID: tr064:subdeviceLan:26cf0beb06:uuid_UID
label: FRITZ!Box 6890 LTE - LANDevice
thingTypeUID: tr064:subdeviceLan
configuration:
refresh: 60
uuid: uuid:UID
macOnline:
- xx:54:51:xx:xx:xx
- yy:09:9B:yy:yy:yy
bridgeUID: tr064:fritzbox:26cf0beb06
still no channels in there? after a few hours… 
J-N-K
(Jan N. Klug)
6
UID: tr064:subdeviceLan:4c3da82651:uuid_3A75...C64
label: LANDevice - FRITZ!Box 6591 Cable (lgi)
thingTypeUID: tr064:subdeviceLan
configuration:
refresh: 60
uuid: uuid:758...C64
macOnline:
- 11:22:33:44:55:66
bridgeUID: tr064:fritzbox:4c3da82651
Immediately the channels are added.
binderth
(Thomas Binder)
7
ok. I restarted the subdeviceLan-Thing and then the channels were visible. Thanks!"
1 Like