OmniThing | OmniThing turns your ESP32 , ESP8266 , Raspberry Pi

 by   DanielOgorchock C++ Version: v0.8.2 License: GPL-3.0

kandi X-RAY | OmniThing Summary

kandi X-RAY | OmniThing Summary

OmniThing is a C++ library. OmniThing has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

OmniThing allows you to integrate your computer or microcontroller with SmartThings. Changing functionality is as simple as editing a json configuration file. Take a look at this README to learn how to get started. Check out the OmniThing Website. It is home to a configuration tool that makes setting up OmniThing much easier.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              OmniThing has a low active ecosystem.
              It has 51 star(s) with 15 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 11 have been closed. On average issues are closed in 26 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of OmniThing is v0.8.2

            kandi-Quality Quality

              OmniThing has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              OmniThing is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              OmniThing releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 9231 lines of code, 4 functions and 9 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OmniThing
            Get all kandi verified functions for this library.

            OmniThing Key Features

            No Key Features are available at this moment for OmniThing.

            OmniThing Examples and Code Snippets

            OmniThing,Json Parameter Documentation,Shared Device Parameters
            C++dot img1Lines of Code : 28dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            { "name": "thisIsAUniqueName"}
            
            {
                "triggers": [
                    {
                        "interval": 10000,
                        "command": "poll",
                        "offset": 5000
                    },
                    {
                        "interval": 10000,
                        "command": "toggle"
                    }
                ]  
            OmniThing,Json Parameter Documentation,Empty Json File
            C++dot img2Lines of Code : 17dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            {
                "NetworkReceiver": {
            
                },
            
                "NetworkSender": {
            
                },
            
                "CompositePeriphs": [
                   
                ],
            
                "Devices": [
                    
                ]
            }
              
            OmniThing,Build Instructions,Prerequisites
            C++dot img3Lines of Code : 1dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            git clone https://github.com/DanielOgorchock/OmniThing.git
              

            Community Discussions

            No Community Discussions are available at this moment for OmniThing.Refer to stack overflow page for discussions.

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

            Vulnerabilities

            No vulnerabilities reported

            Install OmniThing

            NOTE: Right now these instructions are basically ripped directly from ST_Anything, so the pictures are slightly wrong. Note: If desired, you can still create all of the Device Handlers manually by copying and pasting code from the GitHub repository files into your ST IDE. Trust me, the Github integration in SmartThings is so much easier! And, you will know when new versions of the DHs are available based on the color of each DH in your list of Device Handlers in the IDE.
            Create an account and/or log into the SmartThings Developers Web IDE.
            Click on "My Device Handlers" from the navigation menu.
            Click on "Settings" from the menu and add my GitHub Repository to your account Owner: DanielOgorchock Name: OmniThing Branch: master
            Click on "Update From Repo" from the menu
            Select "OmniThing (master)" from the list
            Select all of the Parent and Child Device Handlers
            Check the "Publish" check box and click "Execute Update"
            You should now have all of the necessary Device Handlers added to your account
            TODO: Actually make the parent device handler support Hubitat.
            OmniThing is easy to install on raspberry pi, linux platforms, and arduino platforms.
            The build instructions can be ignored for linux, raspberry pi, and arduino platforms if you only want to use OmniThing. They are only needed if you want to directly edit OmniThing source code. Refer to the installation instructions for those platforms if you don't need to edit source files.

            Support

            It is recommended that you create your json configuration with the web-based tool found at omnithing.net. There's no need to edit any text files yourself unless you really want to.
            Find more information at:

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

            Find more libraries