npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.switchbot-hub

v0.1.2

Published

This adapter allows you to control your all devices connected to you SwitchBot hub by cloud API

Downloads

12

Readme

Logo

ioBroker.switchbot-hub

NPM version Downloads Number of Installations (latest) Number of Installations (stable) Dependency Status

NPM

Tests: Test and Release

SwitchBot-hub adapter for ioBroker

This adapter allows you to control your all devices connected to your SwitchBot hub by cloud API

**** Early Alpha status at 0.0.1, only install for development/testing purposes !

Getting Started

Please follow these steps to get your Open Token!

  1. Download the SwitchBot app on App Store or Google Play Store
  2. Register a SwitchBot account and log in into your account
  3. Generate an Open Token within the app a) Go to Profile > Preference b) Tap App Version 10 times. Developer Options will show up c) Tap Developer Options d) Tap Get Token
  4. Provide you token in adapter settings

Known limitations

Before submitting an issue, please review below "Known Limitations" if your problem is related to it or check the API issue overview
Several issues need adjustment of the SmartBot API which cannot be handled by this adapter/developer.

Request limit

The amount of API calls per day is limited to 1000 times, as a result of that we must limit the amount of API calls handled during one day
(1000 / 24 / 60 = 0.7 calls at max per minute) See issue to Add Local API Support

At adapter start we will first make 1 API call to get all devices + 1 API for each device to get all values. If u have 5 curtains for example, the adapter start will need 6 API calls to have all data complete.

Each position/value change will require 1 API call. To avoid reaching the limit to soon, proper intervall time must be defined during beta testing

Control of SwitchBot

  • No status provided from API if switch is in position on or off See issue Add Switch Mode Status to API for Bots
  • The adapter will always create 2 states, press (toggle SwitchBot) and state (set On/Off).
    • If your device is set to Switch, the press command will fail!
    • If your device is set to Press, the state On/Off does not reflect the real value but just trigger a press

ToDo

[ ] Code stability & optimization
[ ] API error handling & messages
[ ] Add support for IR-remote controls [ ] Test all device Types, see list below
[ ] Filter states not needed in device tree
[ ] Ensure proper intervals for each device type (due to API request limit)
[ ] Add support to control all physical devices (currently only curtain and bot are supported)

Support Physical devices

| Device Type | Supported | Control Possible | Tested | | ---------- | ------------ | ------------ | ------------ | | Hub | Yes | No | No | | Hub Plus | Yes | No | No | | Hub Mini | Yes | Yes | No | | Bot (MUST enable Cloud Service first) | Yes | Yes | Yes | | Curtain (MUST enable Cloud Service first) | Yes | Yes | Yes | | Plug | Yes | No | No | | Meter | Yes | No | No | | Humidifier | Yes | No | No | | Smart Fan | Yes | No | No |

Support Virtual infrared remote devices

Virtual infrared remote devices refer to virtual devices that are used to simulate infrared signals of a home appliance remote control. A SwitchBot Hub Plus / Hub Mini is required in order to be able to create these virtual devices within the app.

| Device Type | Supported | Control Possible | Tested | | ---------- | ------------ | ------------ | ------------ | | Air Conditioner | Yes | Yes | Yes | | TV | No | No | No | | Light | No | No | No | | IPTV/Streamer | No | No | No | | Set Top Box | No | No | No | | DVD | No | No | No | | Fan | No | No | No | | Projector | No | No | No | | Camera | No | No | No | | Air Purifier | No | No | No | | Speaker | No | No | No | | Water Heater | No | No | No | | Vacuum Cleaner | No | No | No | | Others | No | No | No |

Changelog

Support me

If you like my work, please feel free to provide a personal donation
(this is a personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
Donate

0.1.2 (2021-09-03)

  • (Dutchman) Sentry error reporting implemented

0.1.1 (2021-09-03)

  • (Dutchman) Support for IR remote of type Air Conditioner added

0.1.0 (2021-09-03)

  • (Dutchman) Initial alpha release, Physical devices implemented
  • (Dutchman) Only curtains and SwitchBots can be controlled currently

License

MIT License

Copyright (c) 2021 DutchmanNL [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.