element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
N-gaged Design Challenge
  • Challenges & Projects
  • Design Challenges
  • N-gaged Design Challenge
  • More
  • Cancel
N-gaged Design Challenge
N-Gaged Blog PVMonitor #5 - Installation and preliminary data
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Leaderboard
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: amgalbu
  • Date Created: 7 May 2022 5:24 AM Date Created
  • Views 796 views
  • Likes 4 likes
  • Comments 0 comments
  • n-gaged design challenge
  • pvmonitor
  • iot system
  • OMEGA’s Layer N EcoSystem
  • n-gaged
  • remote monitoring
Related
Recommended

PVMonitor #5 - Installation and preliminary data

amgalbu
amgalbu
7 May 2022
Blogs in this series
PVMonitor #1 - Unboxing and project description
PVMonitor #2 - Getting started
PVMonitor #3 - The great pretender (1)
PVMonitor #4 - The great pretender (2)
PVMonitor #5 - Installation and preliminary data
PVMonitor #6 - Anomaly detection
PVMonitor #7 - System performances
PVMonitor #8 - Anomaly detection (2)
PVMonitor #9 - Conclusions
 
  
In this post, I will show some pictures of the installation of the components of the PV monitoring system

1. System diagram

Just a quick review of the system components

image

2. Omega Smart Sensor

The Omega Smart Sensor installation has been installed on the roof, close to the PV panels. This for two reasons

  1. measure the actual irradiance the PV panels see, thus excluding errors due to orientation and shadows from trees and houses
  2. measure the PV panels surface temperature, which may be an interesting feature to evaluate when I will implement the anomaly detection algorithm. For this purpose, I connected a K-type thermocouple

The Smart sensor has been installed inside a water-proof ABS box with a transparent cover

imageimage

Here are some pictures of the Smart Sensor installed on the roof

imageimage

3. Protocol converter

The Raspberry Pi that runs the protocol converter Python application has been installed just below the inverter

image

4. Preliminary data

The PVMonitor has been pushing data to the cloud for a couple of days, and I have some screenshots to show

Data can be accessed from any device at the URL 

https://cloud.omega.com

The main page of the portal shows the configured gateway. When a gateway is selected, the related sensors with the latest available readings are shown. In this case, I have

  • on the left, the Omega Smart Sensor with the following values
    • Temperature as reported by the external TC (12.6 °C)
    • Temperature as reported by the internal sensor (13.2 °C)
    • Relative humidity (50.8%) 
    • Luminance (4720 lux)
  • on the right, the data coming from the protocol converter, namely
    • DC power (1840000 mW - in the screenshot, you read mV because there are no options for power-related measures)
    • AC power (230000 mW - looks like I have an inverter with efficiency greater than 1 Scream)
    • DC Temp (19 *C - temperature of the DC NTC sensor inside the inverter)
    • AC Temp (22 *C - temperature of the AC NTC sensor inside the inverter)

image

By clicking a sensor, you can see charts with realtime data, or data collected today, in the current week or for a custom period of time

image

For each sensor, there is "Settings" tab where alarms can be enabled

image

For each sensor values, you can choose to raise an alarm when values is above or below a threshold or outside a certain range. The alarms will be shown in the "Alarm&Events" tab

In the "Historian" section, charts with values from multiple sensors can be shown. A chart shows values belonging to a certain category (for example, all temperature readings from all the selected sensors are shown in a single chart). For example, these are the charts with data collected by both Omega Smart Sensor and protocol converter

image

From top to bottom, we see

  • Temperatures reported by
    • Smart Sensor internal temperature sensor
    • Inverter DC temperature reported by protocol converter
    • Inverter AC temperature reported by protocol converter
  • Humidity
  • Luminance
  • Generated power
    • DC power (in red)
    • AC power (in yellow)

The "Historian" section also has a "Plot prediction" feature, that shows a trend line based on displayed data. As far as I can understand, the line tries to fit data using the "least squares" method

image

Starting from this preliminary, I see of couple of issues that I need to correct

  1. The luminance saturates at about 44.000 lux when in full sunlight (the charts refer to a very clear day) with default settings (GAIN=6X, resolution=18 bits). In SYNC, I tried to change those settings but was unable to find a combination that gives me reliable luminance readings when in full sunlight. I simply went trough a test-and-evaluate process because I was unable to find any documentation about this parameters on the SYNC user manual. In particular
    • with GAIN 1X and 3X, the readings seem to have a sort of overflow: values above 65535 roll back to 0
    • with GAIN 9X and 16X, the readings saturate at lower levels (about 16.000 lux for GAIN 16X)
    • the solution was to place a darkening film in front of the light sensor
  2. The external K-type thermocouple has some issues and needs to be fixed/placed in a different position 

<< Prev: The great pretender (2)
Next: Anomaly detection (1) >>

  • Sign in to reply
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube