
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
homebridge-freemote
Advanced tools
This Homebridge plugin exposes Freebox v6 remote to Apple's Homekit.
The homebridge-freemote plugin obviously needs homebridge, which, in turn needs Node.js.:
$PATH is configuret to launch node, npm, and, later, homebridge.npm through sudo npm update -g npm./usr/local/lib/node_modules. Make sure to create a config.json in ~/.homebridge, as described.sudo npm install -g homebridge-freemote.~/.homebridge/config.json and add the Freemote accessory provided by homebridge-freemote, see below.To setup your application id and get a token. I advice you to download this bash helper and follow instructions on https://github.com/JrCs/freeboxos-bash-api
Save your AppId and your AppToken for later.
You can find your Remote Code under Settings > System > About Freebox Player and Server > Under Player tab > Remote code
The code may look like a 7-digits number.
In homebridge's config.json you need to specify an accessory for homebridge-freemote:
"accessories": [{
"accessory": "Freemote",
"name": "TV",
"freebox_ip": "http://mafreebox.free.fr/",
"remote_code": "12345678",
"appid": "[AppId]",
"token": "[AppToken]"
}],
The following parameters modify homebridge-freemote's behaviour:
freebox_ip: The IP of your freebox. By default, on your local network, the Freebox is accessible through http://mafreebox.free.fr/remote_code:The remote code you'll find under Settings in the Freebox panelappid: The appid you registered in your freebox (see section Setup Freebox application)token: The token associated with your appid (see section Setup Freebox application)Once everything is done, just launched Homebridge and check that Homekit is know detecting your Freemote Accessory with the name you specified in the config.json.
You can know tell Siri commands like:
Hey Siri, turn TV on -> The TV switch on
Hey Siri, set TV to 5 -> The TV change to channel 5
Note: The Accessory is interpreted as a Lightbulb, so you may talk to Siri has if it was one. The channel command is interpreted as a brightness setting. So you can tell Siri to change the Brightness of your TV.
If you find any issue or improvements, do not hesitate to send me an email, or open an issue. I'm doing this in my free time so for my personal use, so it might not work "as is" in your network configuration (I didn't test it somewhere else to be honest).
For the moment, the plugin does not support volume changes. (But the API does) I'm searching for a practical way to change the volume by Siri command.
https://github.com/JrCs for the setup script
FAQs
Homebridge plug-in for Freebox Remote
We found that homebridge-freemote demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.