Ziggo modem new model Sagemcom F3896LG

I have got a new modem from my local cable provider Ziggo. The old one seems to be an Arris modem (white) and this one is black and seems to be a Sagemcom F3896LG.

I would like to use it for device tracking, so I tried the Sagemcom Fast integration, where Sagemcom F3896LG is listed in the supported devices. I fiddled arround with many options but was not able to establish a connectiont from the integration. Perhaps anyone has more success and can share how to do this?

Alternative I have thought about using SNMP. However I have no clue wheather this modem support SNMP (how to find out?) and if so, what baseoid to use for it. Anyone?

4 Likes

Nobody using Ziggo with the latest modem?

1 Like

Hey,

Just wondering if you ever got it working or something like it. I have the hub with Virgin Media but it is the same

:slight_smile:

1 Like

I didn’t had the time to investigate more deeply and didn’t get much answers here as you see.
If I get a step further, I will report it here…

2 Likes

With me it was discovered when I first booted HA. However it’s not showing download speeds, which is the only thing im interested in, lol.

I wanted to use this for presence detection based on a mac address. Now I have used this solution:

  template:
    binary_sensor:
      - name: user_online
        state: '{{ (state_attr("sensor.network_scanner","devices")| map(attribute="mac") | select("search", "AA:BB:CC:00:11:22") | list | count) == 1 }}'

it gives me a binary sensor that is ‘on’ when this mac address is seen on my local network without peeking into the router, just by using the network scanner integration from: https://github.com/parvez/network_scanner