homebridge-platform-insteonlocal | Homebridge platform plugin for local Insteon control

 by   kuestess JavaScript Version: 0.5.11 License: Non-SPDX

kandi X-RAY | homebridge-platform-insteonlocal Summary

kandi X-RAY | homebridge-platform-insteonlocal Summary

homebridge-platform-insteonlocal is a JavaScript library typically used in Internet of Things (IoT), Xiaomi applications. homebridge-platform-insteonlocal has no bugs, it has no vulnerabilities and it has low support. However homebridge-platform-insteonlocal has a Non-SPDX License. You can install using 'npm i homebridge-platform-insteonlocal' or download it from GitHub, npm.

Implements local control of Insteon devices including switches, dimmers, outlets, fans, blinds, scenes, iolincs (configured as a garage door), motion sensors, door/window sensors, and leak sensors via Homebridge. Leverages home-controller to enable control and status of multiple Insteon devices. Supports both Insteon Hub 2242 and 2245 and now has beta support for running directly on a Hub Pro (thanks to @rasod). Devices are not yet auto-discovered and must be defined in config.json (see configuration example).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              homebridge-platform-insteonlocal has a low active ecosystem.
              It has 61 star(s) with 26 fork(s). There are 19 watchers for this library.
              There were 2 major release(s) in the last 12 months.
              There are 14 open issues and 173 have been closed. On average issues are closed in 127 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of homebridge-platform-insteonlocal is 0.5.11

            kandi-Quality Quality

              homebridge-platform-insteonlocal has 0 bugs and 0 code smells.

            kandi-Security Security

              homebridge-platform-insteonlocal has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              homebridge-platform-insteonlocal code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              homebridge-platform-insteonlocal has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              homebridge-platform-insteonlocal releases are available to install and integrate.
              Deployable package is available in npm.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed homebridge-platform-insteonlocal and discovered the below as its top functions. This is intended to give you an instant insight into homebridge-platform-insteonlocal implemented functionality, and help decide if they suit your requirements.
            • Instantiates a platform on the platform .
            • build the device data
            • Initialize device table .
            • builds the scene table table
            • Set the current log level .
            • Set the fan level .
            • Builds the BinFlags table for the hub .
            • Builds the device link table .
            • connect to hub
            • build the hub .
            Get all kandi verified functions for this library.

            homebridge-platform-insteonlocal Key Features

            No Key Features are available at this moment for homebridge-platform-insteonlocal.

            homebridge-platform-insteonlocal Examples and Code Snippets

            No Code Snippets are available at this moment for homebridge-platform-insteonlocal.

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install homebridge-platform-insteonlocal

            Direct your browser to the host that you have Insteonlocal running on and the port configured in your config.json (ie, 127.0.0.1:3000 if running on the local machine). Before using any of the pages described below, you will need to complete the following steps:. You should now have devices populated on the 'Devices' page, and be able to link/unlink devices from the Hub, as well as create scenes. To create a scene, select the desired device from the dropdown list and fill out the level, ramp rate, and controller/responder fields. The group number defaults to 1 for most devices. For a keypad, the group number corresponds to the button number (ie, A=1, B=2, C=3, etc). If the Hub is a controller, select an unoccupied group number (one that does not currently have a scene defined) or you will overwrite an existing scene. All information for your Hub and devices is stored in insteon.json saved in your homebridge config directory. It is fully readable json, and can be viewed in any editor.
            Click on the 'Hub' link. In the top section of the page, click 'Get Hub Info'. This pulls information from the Hub, most notably the Insteon ID.
            Still on the 'Hub' page, click 'Get Devices/Links' under the action menu.
            Config: Manage your Insteonlocal configuration. Hub connection parameter settings are managed in the top section, device settings in the bottom. No changes are made to your config.json until you click save. To add a device, click the 'Add' button at the bottom of the page. Configuration is limited to basics until I can figure out a new UI.
            Hub Information about your Hub. To start, click 'Get Hub Info'. Under the 'Action' menu, click 'Get Devices/Links'. This will discover devices and links from the Hub and populate scenes controlled by the hub. This must be done before any devices are displayed on the 'Devices' tab.In the 'Links' tab on the Hub page, you can delete a link by clicking the trashcan icon (it wil confirm before deleteing). Note that this only deletes the link from the Hub and not the corresponding device. This is useful for deleting half-links from the Hub.
            Devices If you have already discovered devices from the Hub, you should see a list of devices in the left-hand column. If not, click 'Get Devices' and the device list should populate after discovery is complete.Once devices are discovered, click on a device in the list. In the right-hand pane, you can give the device a friendly name (be sure to click 'Save'). Devices that were in your config should already be named (you can change the name here without overwriting your config). Under the 'Action' menu, you can get links information and links from the device by clicking 'Get Dev Info/Links'. Depending upon the number of links in the device, this may take some time and is best to do when there is no other Insteon traffic. If you want to do this for all devices at once, click 'Get All Dev Links' in the top right. Again, this may take time. You can also identify the device by clicking 'Beep' under the 'Action' menu.Three tabs in the bottom part of the page show details for the selected device: Operating Flags: Lists device config parameters (not editable, for now). The database delta will change anytime a link is modified on a device. The UI will check this before retrieving links from the device. Links: Lists all links stored in the device database. You can delete a link by clicking the wastebasket button (there is a confirmation). Again, this only deletes the link from the selected device and not from any linked devices. Good for cleaning up half-links. Scenes: Lists all scenes (complete with other responders) that the device participates in. Level and ramp rate information is only available for devices that you have retrieved information and links for.
            Link Link/unlink devices from the hub and create scenes. This is fairly sel-explanatory, but to link/unlink a device, just enter the device id that you wish to link/unlink in the relevant field and click the 'Link' or 'Unlink' button.
            To install from npm:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i homebridge-platform-insteonlocal

          • CLONE
          • HTTPS

            https://github.com/kuestess/homebridge-platform-insteonlocal.git

          • CLI

            gh repo clone kuestess/homebridge-platform-insteonlocal

          • sshUrl

            git@github.com:kuestess/homebridge-platform-insteonlocal.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link