Split-Single-Phase-Energy-Meter | Split Single-phase Energy Meter

 by   CircuitSetup C++ Version: v2.6 License: MIT

kandi X-RAY | Split-Single-Phase-Energy-Meter Summary

kandi X-RAY | Split-Single-Phase-Energy-Meter Summary

Split-Single-Phase-Energy-Meter is a C++ library typically used in Internet of Things (IoT) applications. Split-Single-Phase-Energy-Meter has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

The CircuitSetup ATM90E32 Split Single Phase Energy Meter can monitor the energy usage in your entire home in real time. It can easily be hooked up to an ESP8266 or ESP32 to wirelessly transmit energy usage data into a program like EmonCMS or ESPHome/Home Assistant. It can also be used to monitor solar power generation to keep track of how much power you are making.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Split-Single-Phase-Energy-Meter has a low active ecosystem.
              It has 234 star(s) with 51 fork(s). There are 29 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 16 open issues and 54 have been closed. On average issues are closed in 108 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Split-Single-Phase-Energy-Meter is v2.6

            kandi-Quality Quality

              Split-Single-Phase-Energy-Meter has no bugs reported.

            kandi-Security Security

              Split-Single-Phase-Energy-Meter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              Split-Single-Phase-Energy-Meter is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Split-Single-Phase-Energy-Meter releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            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 Split-Single-Phase-Energy-Meter
            Get all kandi verified functions for this library.

            Split-Single-Phase-Energy-Meter Key Features

            No Key Features are available at this moment for Split-Single-Phase-Energy-Meter.

            Split-Single-Phase-Energy-Meter Examples and Code Snippets

            No Code Snippets are available at this moment for Split-Single-Phase-Energy-Meter.

            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 Split-Single-Phase-Energy-Meter

            If you purchased an energy meter kit EmonESP is pre-loaded onto the included ESP32. You can skip this section and go to Setting up EmonCMS.
            Clone this repository in GitHub desktop or download all the files and extract them to a folder
            Place the ATM90E32 folder in your Arduino libraries folder. This is usually under Documents > Arduino > libraries
            We highly recommend using EmonCMS. - EmonESP helps to connect and send data directly to EmonCMS
            Open EmonESP > src > src.ino - you will see several files open, but you'll only need to worry about src.ino
            Make sure the CS_pin is set to the pin that you are using on your controller board - the defaults are listed in src.ino and in the hardware section here.
            Upload the src.ino to your ESP (If you get any errors at this point, like a missing library, check the Troubleshooting section on the EmonESP readme.) If you are using an ESP32, make sure you are using the latest software from the Espressif repository.
            Upload files to the ESP in the data directory via SPIFFS - see details on how to do this here
            Follow the directions to configure the Access Point in the EmonESP directions
            There are a few options for doing this:. If you install EmonCMS on a remote web server, or if your home network has a public facing port, this will make it possible to see data on the EmonCMS app (Android or iOS) when your phone is outside of your network.
            You can use the EmonCMS.org service, which costs roughly $15 a year with the data that we send from the energy meter (you don't have to send all of the data)
            Install on a computer within your network. To do this, you will need to have apache/php/mysql installed) This can also be done with a Raspberry Pi.
            Install on a remote web server. There are some very cheap ways this can be done if you're familiar with setting up web applications.
            Install the device plugin - this is now included in the default configuration
            Upload this file to the Modules > device > data > CircuitSetup folder.
            Once the folder is created and json file is uploaded, go to Setup (top left) > Device Setup > New Device (lower right)
            Click on CircuitSetup in the left menu You will see this:
            Fill in the Name and Location and click save.
            You will then see the fields and inputs - click Initialize:
            You should now see this under Feeds:
            And this under Inputs:
            If you purchased an energy meter kit you can skip this section and go to Installing the Energy Meter.
            The solar kit comes with 2 meters, 4 current transformers, and optionally, 2 AC transformers. The 1st AC transformer, L1, should be plugged into an outlet the same way as noted above in the "Plug in the AC Transformer" section. The 2nd AC transformer, L2, for the solar kit should be plugged into an outlet that is on the opposite phase than the first AC transformer. If you do not have an outlet, we recommend having a licensed electrician install one. It is possible to power both energy meters with one AC transformer, you will just need a Y splitter. Close attention needs to be paid to the direction of the current transformers to properly measure the direction current is flowing. The mains current transformers (CT1, CT2) should be connected the same way as noted above starting with section "Connect Current Transformers to the energy meter". Current transformers to measure solar energy generation (SCT1, SCT2) should be connected to the wires coming into your panel from your solar inverter. This is usually a dual pole breaker with 2 hot wires (in the US). The arrows on the CTs should be opposite eachother, like with the mains CTs. The wire that is connected to the side of the panel that is the same as the solar AC transformer will point towards the panel. It may take some trial an error to get this correct. Energy generated by solar, but not used by your house will register on the mains CTs as negative, since energy is flowing back to the grid. In EmonCMS this calculation is done automatically assuming you have set up the "Solar Kit" device.
            At this point all wires should be connected between your ESP and the Energy Monitor.
            Connect the Energy Monitor to the AC Transformer and plug it in - the ESP and Energy Meter should both have power. If either do not, check your connections.
            Open the Arduino IDE
            Connect your ESP to your computer via USB cable
            Select the COM port under Tools > Port
            Go to Tools > Serial Monitor
            Values should be scrolling by. If you do not see anything in the serial window, make sure the correct COM port is selected for your ESP in the Arduino IDE.
            The first time the ESP32 or ESP8266 is started with EmonESP, it will not be connected to a local router, and will go into SoftAP mode. You can connect to the interface via a cell phone or other wireless device to access the interface via a web browser at 192.168.4.1 or emonesp.local. For more details on this see EmonESP WiFi Connection
            If the ESP is already connected to a network, you can access the interface with the IP address that your router assigned to it.
            Go to the Calibration section:

            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

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link