Giter Site home page Giter Site logo

maverickmarq / homebridge-inkbird-wifi-gateway Goto Github PK

View Code? Open in Web Editor NEW

This project forked from richierockskool/homebridge-inkbird-wifi-gateway

0.0 1.0 0.0 759 KB

homebridge Inkbird wifi gateway

License: Apache License 2.0

TypeScript 100.00%

homebridge-inkbird-wifi-gateway's Introduction

homebridge-inkbird-wifi-gateway

A homebridge-plugin for the Inkbird bluetooth pool temperature sensors using the Inkbird Wifi Gateway.

Features:

  • Temperature

  • Battery level

  • Wifi Gateway IBS-M1S

  • Supported sensors:

    • IBS-PO1/B

    2. Update homebridge configuration file.

"platforms": [
   {
      "platform"       : "HomebridgeInkbirdWifiGateway",
      "plugin_map"      :
      {
         "plugin_name": "homebridge-inkbird-wifi-gateway",
         "index": 0
      },
      "name"            : "Homebridge Inkbird Wifi Gateway Platform",
      "model"           : "IBS-M1S",
      "mac_address"     : "e8:db:84:b6:9c:e6",
      "update_interval" : 600,
      "storage"         : "filesystem",
      "loglevel"        : 3
   }
]
  • name (required): Choose a suitable name for your sensor accessory.
  • model (required): Choose a type from list of supported types above. If your type is not available, but you want to try if your sensor works anyway put not in list - try it anyway You won't get an error that the sensor is wrong and plausibility and CRC checks will be switched off. But be warned, you might get very strange values!!!
  • mac_address (optional): Put the MAC-address of the sensor if you know it. If not, leave the value open and the plugin will choose any sensor it finds that passes the plausibility checks. In the log you will get a message like this: 6/6/2022 12:39:05 [Wifi Gateway] Peripheral with MAC e8:db:84:b6:9c:e6 found - stop scanning There you have your MAC. Copy it to your configuration in this format ("xx:xx:xx:xx:xx:xx") to lock only to this sensor.
  • update_interval (optional): If you specify an update interval (in seconds) the plugin will automatically refresh the values so you have a faster response for your value. Also you need to configure this option, if you want the Inkbird history to be filled with values. But be advised that this might reduce your batteries lifetime, so don't choose it too short.
  • storage (optional): Where do you want the Eve history to be stored (filesystem (default) or googleDrive (not tested)).
  • loglevel (optional): The log level at start of the plugin - smaller numbers lead to less messages (0 = Fatal, 1 = Error, 2 = Warning, 3 = Info (default), 4 = Debug).

homebridge-inkbird-wifi-gateway's People

Contributors

richierockskool avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.