Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tr064] Binding OH3 MAC adresses for LANDevice #13798

Closed
FrankH1 opened this issue Nov 28, 2022 · 3 comments · Fixed by #14291
Closed

[tr064] Binding OH3 MAC adresses for LANDevice #13798

FrankH1 opened this issue Nov 28, 2022 · 3 comments · Fixed by #14291
Assignees
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@FrankH1
Copy link

FrankH1 commented Nov 28, 2022

Did install the TR-064 Binding - just with the purpose of detecting the "onlinestatus" of mobiles in the household. Went up to the subdevice (LANDevice). Device and Subdevice (FritzBox) both are online. Need to add I'm doing this via the GUI of OH3. If you start to add several MAC adresses, separated by "," as requested by description then only for the last adress the system offers channels like MAConline etc. Did discuss this in the german OPENHAB-Forum. The souliution was to skip the commas - so the adresses are filled in the the GUI in separate lines - but without "," or other separators. This works and I'm able to get the status of connected devices.

So either the Addin needs to be changed to work with "," as separator - or the documentation needs update/change.

Your Environment

  • openHAB 3.3.0 Release Build, TR-064 3.3.0
  • Raspbian, Raspi 4B
@FrankH1 FrankH1 added the bug An unexpected problem or unintended behavior of an add-on label Nov 28, 2022
@lolodomo lolodomo changed the title [TR-064] Binding OH3 MAC adresses for LANDevice [tr064] Binding OH3 MAC adresses for LANDevice Nov 28, 2022
@lsiepel
Copy link
Contributor

lsiepel commented Dec 9, 2022

Can you point me to that discussion ? It looks like it is a documenation problem. I also see a difference in the english and german translation.

I assume you tried this and it failed:

Thing subdeviceLan LAN "label LAN"   [ uuid="uuid:xxxxxxxx-xxxx-xxxx-yyyy-xxxxxxxxxxxx",  macOnline="XX:XX:XX:XX:XX:XX", "YY:YY:YY:YY:YY:YY"]

You then tried this and that succeedded:

Thing subdeviceLan LAN "label LAN"   [ uuid="uuid:xxxxxxxx-xxxx-xxxx-yyyy-xxxxxxxxxxxx", macOnline="XX:XX:XX:XX:XX:XX" "YY:YY:YY:YY:YY:YY"]  

@lsiepel lsiepel self-assigned this Dec 9, 2022
@FrankH1
Copy link
Author

FrankH1 commented Dec 10, 2022

Hi,
I did everything on the gui. In the gui there is a box, where you can put in MAC addresses, and there is an explaining text below, saying adresses need to be separated by commas. ( Can't check as I'm now on holidays far away from cold Germany...)
The original topic where I raised that is in the German forum: https://openhabforum.de/viewtopic.php?t=7578
In the post from sihui is a screenshot, where the corresponding part of the gui is shown. Hope that helps. Cheers

@jlaur
Copy link
Contributor

jlaur commented Dec 17, 2022

Related PR merged: #13990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
3 participants