Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
@benwebbbenwebb/homebridge-sensibo-ac
Advanced tools
Homebridge plugin for Sensibo - Smart AC Control. Forked from https://github.com/nitaybz/homebridge-sensibo-ac to add support for Air & AirPro (Airq) devices
Homebridge plugin for Sensibo - Smart AC Controller and Air Purifier
This is a forked version of nitaybz's package, full credit to nitaybz.
check with: node -v
& homebridge -V
and update if needed
NOTE: While nitaybz's plugin is Homebridge verified, HOOBS certified, and can be easily installed and configured through their respective UIs, I cannot say the same for this forked version.
If you don't use Homebridge UI or HOOBS, or if you want to know more about the plugin features and options, keep reading...
sudo npm install -g homebridge --unsafe-perm
@benwebbbenwebb/homebridge-sensibo-ac
in the Plugins tab; otherwise you can install it manually from terminal with: sudo npm install -g @benwebbbenwebb/homebridge-sensibo-ac
config-sample.json
in this repository for a sample.* install from git: sudo npm install -g "https://github.com/benwebbbenwebb/homebridge-sensibo-ac.git#publish"
"platforms": [
{
"platform": "@benwebbbenwebb/homebridge-sensibo-ac.SensiboAC",
"username": "******@*******.**",
"password": "*******"
}
]
"platforms": [
{
"platform": "@benwebbbenwebb/homebridge-sensibo-ac.SensiboAC",
"username": "******@*******.**",
"password": "*******",
"apiKey": "*******",
"ignoreHomeKitDevices": false,
"disableFan": false,
"disableDry": false,
"disableHorizontalSwing": false,
"disableLightSwitch: false,
"enableSyncButton": true,
"syncButtonInAccessory": false,
"enableOccupancySensor": true,
"enableClimateReactSwitch": true,
"enableHistoryStorage": true,
"externalHumiditySensor": false,
"allowRepeatedCommands": false,
"devicesToExclude": [],
"locationsToInclude": [],
"debug": false
}
]
*advanced details below
Parameter | Description | Required | Default | type |
---|---|---|---|---|
platform | always "@benwebbbenwebb/homebridge-sensibo-ac.SensiboAC" | ✓ | - | String |
username | Your Sensibo account username/email | ✓ | - | String |
password | Your Sensibo account password | ✓ | - | String |
apiKey | Your Sensibo account API key (can be used instead of username/password) | - | String | |
ignoreHomeKitDevices | Automatically ignore, skip or remove HomeKit supported devices | false | Boolean | |
disableFan | When set to true , it will disable the FAN accessory | false | Boolean | |
disableDry | When set to true , it will disable the DRY accessory | false | Boolean | |
disableHorizontalSwing | Disable horizontal swing control (via extra switch) | false | Boolean | |
disableLightSwitch | Disable the Light service to control the AC Light (via extra light bulb) | false | Boolean | |
enableSyncButton | Adding a switch to quickly toggle the state of the AC without sending commands to the AC. | false | Boolean | |
syncButtonInAccessory | When set to true , it will remove the extra AC Sync switch if it exists and will show "AC Sync Button" attached as a service to the Same AC Accessory (works only when enableSyncButton is set to true) | false | Boolean | |
enableOccupancySensor | Adding occupancy sensor to represent the state of someone at home | false | Boolean | |
enableClimateReactSwitch | Adding a switch to quickly enable/disable climate react. | false | Boolean | |
enableHistoryStorage | When set to true , all measurements (temperature & humidity) will be saved and viewable from the Eve app | false | Boolean | |
externalHumiditySensor | When set to true , adds humidity as a unique sensor | false | Boolean | |
allowRepeatedCommands | Allow the plugin to send the same state command again | false | Boolean | |
devicesToExclude | Add devices identifier (room name, ID from logs or serial from Home app) to exclude from homebridge | - | String[] | |
locationsToInclude | Device location IDs or names to include when discovering Sensibo devices (leave empty for all locations) | - | String[] | |
debug | When set to true , the plugin will produce extra logs for debugging purposes | false | Boolean |
The plugin will scan for all your devices and retrieve each device capabilities separately. that means, that in HomeKit you will see only the things that the Sensibo app allows you to control.
In practice:
"ignoreHomeKitDevices": true
to automatically ignore, skip or remove HomeKit supported devices like Sensibo Air and Sensibo Pure.The accessory state will be updated in the background every 90 seconds, this is hard coded and requested specifically by Sensibo company. The state will also refresh every time you open the "Home" app or any related HomeKit app.
If your Sensibo app can control your AC FAN mode, this plugin will create extra fan accessory in HomeKit to control the FAN mode of your device.
it will also include all the fan speeds and swing possibilities you have for FAN mode.
To disable the extra fan accessory, add "disableFan": true
to your config.
If your Sensibo app can control your AC DRY mode, this plugin will create extra dehumidifier accessory in HomeKit to control the DRY mode of your device.
it will also include all the fan speeds and swing possibilities you have for DRY mode.
To disable the extra dehumidifier accessory, add "disableDry": true
to your config.
If your Sensibo app has Horizontal Swing control, this plugin will create extra switch accessory in HomeKit to control it.
To disable the extra horizontal swing switch accessory, add "disableHorizontalSwing": true
to your config.
Does Sensibo shows your AC is ON while it's actually OFF?
Does your sensibo state get out of sync with your AC?
Do you find yourself changing commands from the original remote just for the AC and Sensibo to be in sync?
if you found yourself struggling with the above, this feature is exactly for you! It allows you to quickly toggle the state in Sensibo and Home app without changing the real state of your device, this will help you to quickly sync between them.
When enabled, this feature creates a new switch accessory in HomeKit. The new switch is stateless, which means that when clicked, it turns back OFF after 1 second. behind the scenes, the plugin changes the state of the device from ON to OFF or the other way around, depends on the current state of the device. all of that, without sending actual commands to the AC! so you can relax while you test this button :)
* it is extra necessary if your AC has the same command for ON and OFF because it can go out of sync easily.
To enable the extra "AC Sync" switch, add "enableSyncButton": true
to your config.
To attach the "AC Sync" button as a service to the AC accessory instead of a separate switch, add "syncButtonInAccessory": true
to your config.
Enabling this feature will add Occupancy Sensor to HomeKit, representing the Home/Away state of the geofence feature in Sensibo app.
*Geofencing must be enabled in Sensibo app for it to work
To enable the extra occupancy sensor, add
"enableOccupancySensor": true
to your config.
When enabled, this feature creates a new switch accessory in HomeKit. The new switch can quickly enable or disable the state of the "Climate React" you've set in Sensibo app.
Use this feature in conjunction with the occupancy sensor and you'll be able to get the "Sensibo Plus" feature that allows turning it on/off according to your geolocation.
*This feature does not allow changing the actual logic of the "Climate React" but only make it enabled or disabled. Therefore, it will not work if the "Climate React" was not set up in Sensibo app.
To enable the extra "Climate React" switch, add "enableClimateReactSwitch": true
to your config.
If you have the Filter Cleaning notifications feature in Sensibo (from Sensibo "Plus" subscription or via old account) it will appear in the AC settings in HomeKit in this form:
Enabling this feature will keep all measurements of temperature and humidity and will store them. Then, all the historic data will be viewable in Eve app under the accessory in a nice graph.
To enable the history storage feature, add "enableHistoryStorage": true
to your config.
Fan speed steps are determined by the steps you have available in the Sensibo app. Since HomeKit control over fan speed is with a slider between 0-100, the plugin converts the steps you have in the Sensibo app to values between 1 to 100, when 100 is highest and 1 is lowest. if "AUTO" speed is available in your setup, setting the fan speed to 0, should actually set it to "AUTO" speed.
If you experience any issues with this fork of the plugin, please refer to the Issues tab and check if your issue is already described there. If it isn't, please create a new issue with as much detailed information as you can give (logs are crucial).
If you want to even speed up the process, you can add "debug": true
to your config, which will give me more details on the logs and speed up fixing the issue.
homebridge-sensibo-ac is a free plugin under the GNU license. This version is just a fork, all credit to the original creator nitaybz and their original homebridge-sensibo-ac package
FAQs
Homebridge plugin for Sensibo - Smart AC Control. Forked from https://github.com/nitaybz/homebridge-sensibo-ac to add support for Air & AirPro (Airq) devices
We found that @benwebbbenwebb/homebridge-sensibo-ac 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
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.