Skip to content

OpenWonderLabs/node-switchbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca9e225 · Jan 24, 2025
Nov 2, 2024
Dec 22, 2024
Jan 24, 2025
Jan 24, 2025
Oct 5, 2024
Nov 20, 2019
Feb 5, 2024
Feb 5, 2024
Dec 22, 2024
Jan 24, 2025
Aug 20, 2022
Dec 22, 2024
Oct 5, 2024
Sep 19, 2024
Oct 5, 2024
Jan 24, 2025
Jan 24, 2025
Oct 5, 2024
Jul 21, 2024

Repository files navigation

node-switchbot

Node-SwitchBot

npm version npm downloads

The node-switchbot is a Node.js module that allows you to interact with various SwitchBot devices. You can control your SwitchBot (Bot)'s arm, operate your SwitchBot Curtain, and manage your SwitchBot Lock. Additionally, you can monitor temperature and humidity using the SwitchBot Thermometer & Hygrometer (Meter), and check the status of the SwitchBot Motion Sensor and SwitchBot Contact Sensor.

This module now supports both Bluetooth Low Energy (BLE) and the SwitchBot OpenAPI, providing more flexibility and options for interacting with your devices.

Please note that most of this module was developed by referencing the official BLE API and OpenAPI documentation. However, some functionalities were developed through trial and error, so there might be inaccuracies in the information obtained from this module.


To install the node-switchbot module within your project, use the following command:

$ npm install --save node-switchbot

To see a breakdown of how to use the BLE functionality of this project, visit the BLE (Bluetooth Low Energy) documentation.

To see a breakdown of how to use the OpenAPI functionality of this project, visit the OpenAPI documentation.

References