ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

Freebox (ISP free.fr Internet router) #873

Open raintonr opened 7 months ago

raintonr commented 7 months ago

free.fr is a popular ISP in France who provide an API (https://dev.freebox.fr/sdk/os/) to enable control/monitoring of their ADSL/Fibre routers.

There is an existing Node package to perform Freebox authentication after which simple HTTP GET requests can be used as per the API.

Using the above package I actually have a simple script running inside the Javascript adapter to monitor Freebox network statistics but an actual adapter to do this (and more!) would be handy.

mcm1957 commented 7 months ago

@raintonr As you know how to implement an adapter (see ioBroker.acme) are there any plans that you develop this adapter by yourself?

raintonr commented 7 months ago

@raintonr As you know how to implement an adapter (see ioBroker.acme) are there any plans that you develop this adapter by yourself?

Well, yes, that could be a plan. If you assign this to me might get round to it some time :wink: