This package add nodes to get data from freebox API. The documentation for all freebox api are available here.
Included nodes :
-
lan browser (call /lan/browser/pub)
-
connection (call /connection)
-
api (used to make a call to any endpoint with the parameter url or msg.url)
-
poll (used to make a call every x milliseconds to any endpoint)
cd ~/.node-red
npm install node-red-contrib-freebox
On the first run of the node you'll need to add a connection to the server. When done, it will ask for application authorization on the freebox server. You'll have 30 seconds to authorize the application. In case of timeout, another request will be done.
Based on :