Unfortunately these access points are not currently supported by this plugin. Since I donāt have these access points myself Iām, as of right now, also unable to help in developing this functionality.
Iām open to assist if someone picks this up though.
Hi Sjaak, I managed to track the wifi devices through the list of LAN clients (as they are listed there) by changing AccessMode=WLAN to AccessMode=LAN in the data-url in experiaboxv10.py.
Unfortunately after turning the wifi connection off on my phone the phone still stays listed in the LAN clients list on the Experiabox. I thought lowering the DHCP lease 60 second would be a solution for that, but no. The device stays listed. Any idea on this?
Iām going to assume that this is caused by the router displaying the registered rather than the active LAN devices. My first thought would be that you need to take the list of WiFi devices from these access points instead of from your router.
@Maur1ce
I havenāt tested, but please configure it and let us know if it works. I donāt have one of these boxes myself to test with.
@ruddie
That error seems to be something related to hassio. Could you include the logs that are generated upon boot? You should be able to find them in the āInfoā panel of Hassio.local
Iāve just tried it with the V10A. It gives no errors but I havnāt got it to track my phone just yet. It added my KPN videobox to the known_devices while i had ātrack_new_devices: falseā.
Iām going to play with this some more to see if I can make it to work. Or does anyone have the solution?
Seems the update changed some of the API for modules. Iām going to be looking at updating home assistant in the coming weeks. This will give me the opportunity to reproduce the error locally and fix this module.
@barrymossel Regarding your Experia module - I would suggest testing the functionality outside of the home assistant environment. The functions in this module donāt use any core Home Assistant features, so you should be able to run it (with some minimal modifications) as a standard python script on your machine. This will simplify your testing / debugging cycle and help you develop your module.
The thing is the logging in to those access points is quite different. I can see what is done there, but my Python knowledge isnāt good enough to get that to work. Fortunately I will have a Fritzbox through XS4ALL within two weeks.
The device tracker for experiabox v10 doesnāt work annymore. (issue on github)
It recently got an firmware to V10 T03.7, perhaps this caused it or is it a breaking change in home assistantā¦
Can anyone comfirm this issue?
I have a Experiabox V10 but I have two Experia Wifi access points from my internet provider to extend coverage in my house.
These access points disable wifi on the Experiabox router, so that device trackers doesnāt work anymore.
Can you create a tracker for this device? Arcadyan Experia WiFi
Two things/questions:
When I add the hide_if_away piece in the config, HA says the config is an invalid function
When I leave the above out, the config is OK, but after a HA reload there is no known_devices.yaml being created.
How can I debug this? I do see the following in the log:
INFO (SyncWorker_5) [custom_components.experiaboxv10.device_tracker] Loading wireless clientsā¦
Iām noticing the same issue, hide_if_away is not allowed according to Home Assistant. No new devices were added to known_devices.yaml after reloading.