Experia Box v10 Device Tracker (KPN, Telfort)

Hi

Does the script also works on v9?

GrTz Red

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

https://gathering.tweakers.net/forum/list_messages/1882915

Hi guys,

I have copied the folder to my custom_components dir, and I have copied the following config into my configuration.yaml:
device_tracker:

  • platform: experiaboxv10
    host: 192.168.2.254
    username: Admin
    password: !secret router_pass
    new_device_defaults:
    track_new_devices: false

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…

Can someone help me?

Thanks! :slight_smile:

3 Likes

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.

I’ve got the same problem. Any solution yet?

Same problem here…haven’t found a solution anywhere

Anyone already working on a version for the Experiabox v12? :slight_smile:

1 Like

There is also a call log in the router. Can this script be converted to read those values?

I would greatly appreciate a device tracker for the Experiabox v12.

I did some searching and I think the experia box v12 integration can be based on the python API wrapper of Sagemcom routers. https://github.com/iMicknl/python-sagemcom-api

Is someone already working on implementing V12?

Still no news about the Experiabox v12?

Unfortunately my Python knowledge isn’t enough to write a device tracker :confused:

Would also be very interested in an integration for the V12 box. Any updates yet?

I don’t understand @sjaakiejj. I have done exactly what’s on your github, but I get an error
Platform error device_tracker.experiaboxv10 - Integration 'experiaboxv10' not found.
in the configuration.yaml check. What am I doing wrong?

@maxdis @mathijsK @Romans1 @Winnetou @davidrusting wouldn’t this potentially work? Sagemcom router support

Apparently the KPN Box 12 is a Sagemcom F5359

2 Likes

Nice! I have add the integration to my HA, I will test tonight or tomorrow if the Experiabox 12 is being read properly and if device tracking is functioning as expected!

Wow this is great! Thanks for mentioning! I’ve installed the HACS-integration and it’s working very well. Quick updates on devices going on/offline.

Although the readme states KPN is using md5, I had to use sha512 as authentication method for my KPN Experiabox 12.

1 Like

Is there someone who reads the VOIP calllog from the Experia box?

Same here:
image

I guess it’s fixed now.
I removed the entries in the configuraiotn.yaml file by commenting the lines and rebooted HA succesfully.
After that I enabled the platform, host, username and password lines again. Did another reboot (or reload/check yaml) that was succesfull. too.

This is my first custom component. I guess the new “custom_component” folder in config directory needed to be recognized by HA.

I get the same error, found a solution?