Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. DC meter for PV ouput measuring and data logging

DC meter for PV ouput measuring and data logging

Scheduled Pinned Locked Moved Hardware
11 Posts 4 Posters 3.0k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tailchopper
    wrote on last edited by
    #1

    0_1494333610637_PV.png

    Hi all,

    I want to install a dc meter between my solar panel and battery for recording (logging) PV generated output from Solar panel. Also i am thinking to connect another meter after the battery to see outgoing power after the battery. My questions are:

    1. Are there any feasible and cheap solutions to make certain circuit based on Voltage current hall sensors with MCU's to record PV generated data ? what could be the method to store analog data coming from sensors to store in some memory.

    2. Any cheap product in the market for dc parameter measuring and data logging. (at least for 2 months).

    Thank you. this is my first post here i will look forward for responses from you guys.

    Cheers

    AWIA BartEB 2 Replies Last reply
    0
    • gohanG Offline
      gohanG Offline
      gohan
      Mod
      wrote on last edited by
      #2

      Wellcome.
      Where do you want to store your data? Because there are plenty of tutorials on how to log data, there are also online services that help you log data (like thingspeak), but if you want there are also some home automation controllers that you can run on a raspberry pi (or whatever other hw you like/have) and use mysensors for communication between sensor node and your controller. There are also more advanced solution that you can use, it depends on the level of detail you need and how much you are into tech :)

      1 Reply Last reply
      0
      • T tailchopper

        0_1494333610637_PV.png

        Hi all,

        I want to install a dc meter between my solar panel and battery for recording (logging) PV generated output from Solar panel. Also i am thinking to connect another meter after the battery to see outgoing power after the battery. My questions are:

        1. Are there any feasible and cheap solutions to make certain circuit based on Voltage current hall sensors with MCU's to record PV generated data ? what could be the method to store analog data coming from sensors to store in some memory.

        2. Any cheap product in the market for dc parameter measuring and data logging. (at least for 2 months).

        Thank you. this is my first post here i will look forward for responses from you guys.

        Cheers

        AWIA Offline
        AWIA Offline
        AWI
        Hero Member
        wrote on last edited by AWI
        #3

        @tailchopper It would depend on the output voltage & current of your PV panel. Up to 26V 3.2A the ina219 is a very convenient all-in-one sensor with I2C interface.
        0_1494335149650_upload-92a172d0-6957-42b4-8c63-acf755f18498

        1 Reply Last reply
        1
        • T Offline
          T Offline
          tailchopper
          wrote on last edited by
          #4

          Thanks gohan.

          I want to store data in any kind of memory linked to my PC and later i could use it for calculation and my record purpose. Currently I dont want to use website or online portal for communication. I am kind of novice but have some knowledge in electronics field. System contains 8kWh battery. For test purpose i want to monitor and save the data.

          1 Reply Last reply
          0
          • gohanG Offline
            gohanG Offline
            gohan
            Mod
            wrote on last edited by
            #5

            My ideas:
            Easy way: one esp8266 with current sensor (as stated above) and something else to read voltage (either an analog pin with voltage divider or any other ADC converters ); load esp8266 ethernet gateway sketch on the module and start adding the code to read and send data to the controller; install a controller (Domoticz or other you like more) somewhere and att the gateway to the hardware list and start receiving your data and you also have graphs. More advanced data logging could be done using Grafana or you could use node-red to save data to whatever DB it is supported (there are plenty of tutorials around). It is up to you how deeply you want to go :)
            Data logging can also be done to a microsd card if you really want to keep things to a minimum :D

            1 Reply Last reply
            0
            • T tailchopper

              0_1494333610637_PV.png

              Hi all,

              I want to install a dc meter between my solar panel and battery for recording (logging) PV generated output from Solar panel. Also i am thinking to connect another meter after the battery to see outgoing power after the battery. My questions are:

              1. Are there any feasible and cheap solutions to make certain circuit based on Voltage current hall sensors with MCU's to record PV generated data ? what could be the method to store analog data coming from sensors to store in some memory.

              2. Any cheap product in the market for dc parameter measuring and data logging. (at least for 2 months).

              Thank you. this is my first post here i will look forward for responses from you guys.

              Cheers

              BartEB Offline
              BartEB Offline
              BartE
              Contest Winner
              wrote on last edited by
              #6

              @tailchopper does your power inverter not have any data interface to read out the measurements?
              Most common inteverters do have such interfaces, mine has a RS485 interface for which i made some tools to collect and store the measurements.

              Using such an interface is most often more reliable

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tailchopper
                wrote on last edited by
                #7

                @BartE I want to measure the PV module output which is going into the battery.. and output from battery to inverter.. There is only a meter connected at the load side after the inverter (AC) which gives load consumption data however i am blind at the input side (PV). By getting the data i would know many things happening at the input side (losses,efficiency,PV generation etc) currently there is nothing to communicate with PV and batteries.

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tailchopper
                  wrote on last edited by
                  #8

                  @gohan thanks..But please go a little slower (I know you are a pro but i am just thinking how this connection will work) You mean i could use ESP8266 with any controller (controller will read the data from sensors) and then controller will connect to ESP8266 for sending data over the internet. But for now i just want to measure the data and store it somewhere in any memory. Wifi and other stuff comes next i guess. Can you please draw me a rough diagram for explaining this connection?

                  1 Reply Last reply
                  0
                  • gohanG Offline
                    gohanG Offline
                    gohan
                    Mod
                    wrote on last edited by
                    #9

                    No, you connect your sensors to the esp8266 and then the controller will read data from it and store it, the alternative is to send data directly from esp8266 to a cloud service (they have their own libraries for that and examples) but usually the free services don't hold data for very long time, but to make a proof of concept it could be fine.

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      tailchopper
                      wrote on last edited by
                      #10

                      Thanks for clarifying. System would generate approx 600 Volts and 8 Amps from PV. Hardly there would not be more than 15 I/O's . Which would be cheaper and reliable option for controller to use with esp8266 ? Are there any controllers specifically for data monitoring? lets say if i connect voltage and current sensors directly to that controller ? I know there are some DSP's in the market but they are too expensive. I have seen LV-25P and LA-P sensors for voltage and current sensing in another circuit however never interfaced by myself.

                      AWIA 1 Reply Last reply
                      0
                      • T tailchopper

                        Thanks for clarifying. System would generate approx 600 Volts and 8 Amps from PV. Hardly there would not be more than 15 I/O's . Which would be cheaper and reliable option for controller to use with esp8266 ? Are there any controllers specifically for data monitoring? lets say if i connect voltage and current sensors directly to that controller ? I know there are some DSP's in the market but they are too expensive. I have seen LV-25P and LA-P sensors for voltage and current sensing in another circuit however never interfaced by myself.

                        AWIA Offline
                        AWIA Offline
                        AWI
                        Hero Member
                        wrote on last edited by
                        #11

                        @tailchopper I wonder if you wouldn't be better of on another forum. MySensors provides an infrastructure for home-automation and IoT. If you are not into connecting it to a MySensors ecosystem there are some dedicated PV (power monitoring) forums which probably give you more focussed / better answers. Like Openenergymonitor

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        18

                        Online

                        11.7k

                        Users

                        11.2k

                        Topics

                        113.1k

                        Posts


                        Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • MySensors
                        • OpenHardware.io
                        • Categories
                        • Recent
                        • Tags
                        • Popular