TR-064 / FritzBox: subdeviceLan not showing "advanced" channels

Using openHAB 3.2-stable with the TR-064 binding I don’t find the “Advanced”-channels in my setup.

  1. Added the FritzBox-Thing
  2. “Scan” for sub-devices
  3. Used the found “subdeviceLan”-Thing
  4. 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:

Can you show the thing configuration?

nothing to see here! :wink:
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

You need to configure the macOnline parameter on the subdeviceLan. Channels will be added automatically.

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… :man_shrugging:

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.

ok. I restarted the subdeviceLan-Thing and then the channels were visible. Thanks!"

1 Like