New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-itho-daalderop

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-itho-daalderop - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

9

CHANGELOG.md

@@ -7,4 +7,12 @@ ### Changelog

#### [1.0.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.3.0...1.0.0)
- docs: update readme [`464493c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/464493c43380e5796595c4be82dba0094def2a30)
- docs: update readme [`f98132e`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/f98132e94efbb01ddfa99dff3db3cb5c8e66b3e7)
- docs: update readme [`041b501`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/041b50133e8f3d4e7eac832b023e556fb8564edd)
#### [0.3.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.2.0...0.3.0)
> 30 December 2022
- feat: use virtual remote commands when device has build-in co2 sensor [`610ce0c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/610ce0ce3fd901cd3967319c56bb08fbdac722d3)

@@ -15,2 +23,3 @@ - refactor: prepare code for target fan state [`ea8d4e7`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/ea8d4e7f5eae72c89428c55247917227fe1e1f7d)

- feat: handle identify properly [`eb7547a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/eb7547a7084e9ecf415c1c02d46e85267e53b029)
- chore: release v0.3.0 [`9710b37`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9710b37ab60cc009aab66eef5b8a9a9fa35fa638)
- refactor: use active speed threshold [`0d0d6eb`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/0d0d6eb2ec9f7ed1e2b4fc00385dd4420bb2d4a5)

@@ -17,0 +26,0 @@ - docs: remove docs dir [`fdb7177`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fdb71776fd94151f8c767f604d5fe702f8757b10)

2

package.json
{
"displayName": "Homebridge Itho Daalderop",
"name": "homebridge-itho-daalderop",
"version": "0.3.0",
"version": "1.0.0",
"description": "This Homebridge plugin exposes your Itho Daalderop mechanical fan unit to Apple HomeKit by using the WiFi Add-on module. So you can use the Home App to control your fan units and integrate into your Home Automations.",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -57,6 +57,8 @@ <p align="center">

2. On the plugin page click on "Settings" for `Homebridge Itho Daalderop`
3. Choose between using MQTT or the HTTP API and fill in the required settings. Click Save.
4. Click the little QR code icon for the plugin and enable the bridge. Save it and restart Homebridge.
5. After restarting Homebridge, click the QR code icon again and scan the QR code with your iPhone using the Home App. This will add the plugin bridge to your Home App.
6. Your Mechanical Ventilation unit should now be available to configure in the Home App
3. Let the plugin know if you have a build-in CO2 sensor in your fan unit
4. And choose between using MQTT or the HTTP API and fill in the required settings
5. Save the config
6. Click the little QR code icon for the plugin and enable the bridge. Save it and restart Homebridge
7. After restarting Homebridge, click the QR code icon again and scan the QR code with your iPhone using the Home App. This will add the plugin bridge to your Home App
8. Your Mechanical Ventilation unit should now be available to configure in the Home App

@@ -86,9 +88,14 @@ ### Example config

If you have such a device with a built-in CO2 sensor, please add the `device` configuration option to your config.json file and set the `co2Sensor` option to `true`. Or use the Homebridge UI to set that option. The plugin will then automatically map the speed in the Home App to the respective virtual remote commands, which will allow you to control the fan speed in 3 steps. The mapping is as follows:
| Home App speed | Virtual remote command | HomeKit Active state |
| -------------- | ---------------------- | -------------------- |
| 0% | low | inactive |
| 33% | low | active |
| 67% | medium/auto | active |
| 100% | high | active |
| 0% | low | inactive |
| 33% | low | active |
| 67% | medium/auto | active |
| 100% | high | active |
The Home App will automatically "snap" to the nearest speed setting, so you don't have to worry about setting the speed to 33% or 67% exactly.
You can also remove the CO2 sensor from the device itself. Just unplug it from the internal board. This will allow you to use the full manual speed control, but you don't receive any Carbon Dioxide reading from this sensor anymore in the Home App for the Air Quality Sensor. Make sure you have removed the `device` configuration option completely.
## Troubleshooting

@@ -95,0 +102,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc