SlideShare una empresa de Scribd logo
1 de 26
Descargar para leer sin conexión
© 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates.
Olawale Oladehin, Worldwide Technical Leader, IoT
Distributed Solar Systems:
Revolutionizing Time-Series Predictive Analytics, IoT,
and Machine Learning with AWS
May 15, 2019
© 2019, Amazon Web Services, Inc. or its Affiliates.
Agenda
• Introduction
• Technical solution
• Best Practices
© 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates.
Introduction
© 2019, Amazon Web Services, Inc. or its Affiliates.
Connect,
communicate,
secure
Onboard,
provision,
manage
Devices &
sensors
Connectivity &
infrastructure
Analyze,
visualize,
act
Analytics &
insights
Engage,
empower,
delight
Applications &
services
Transform,
shift culture
Change
management
IoT solutions are complex & multidimensional
Nobody just buys IoT technology…
they seek business outcomes
© 2019, Amazon Web Services, Inc. or its Affiliates.
Revenue growth
IoT data drives business growth
Operational efficiency
IoT data decreases OpEx
New services &
business models
Products that get better
with time
Better relationship
with customers
Increased
efficiency
Intelligent decision
making
Data driven
discipline
Business outcomes with IoT
© 2019, Amazon Web Services, Inc. or its Affiliates.
© 2019, Amazon Web Services, Inc. or its Affiliates.
AWS IoT architecture
© 2019, Amazon Web Services, Inc. or its Affiliates.
AWS IoT architecture
© 2019, Amazon Web Services, Inc. or its Affiliates.
How It Works
© 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates.
Technical Solution
© 2019, Amazon Web Services, Inc. or its Affiliates.
EDF Renewables
+12 GW installed capacity
83%
17%
+ 13 GW under
O&M
3500 employees
1.7 GW in
construction
22 countries
© 2019, Amazon Web Services, Inc. or its Affiliates.
Data challenges on solar assets
An example:
Inverters
Inverters
Inverters
DC combiner boxes
DC combiner boxes
Panel temperature
sensors
MET station
Substation
Meter
Real Time Automation
Controller (RTAC)
Supervisory Control
And Data Acquisition
(SCADA)
Data historian
Modbus or
proprietary
communications
over TCP/IP or
RS485
Modbus / DNP3
Utility
DNP3
Modbus / OPC DA / DNP3
Modbus /
OPC DA /
DNP3
Trackers
Video /
camera
© 2019, Amazon Web Services, Inc. or its Affiliates.
Data acquisition from solar sites
© 2019, Amazon Web Services, Inc. or its Affiliates.
Solution overview
AWS Cloud
Solar site assets
Inverters, panel sensors, meter, met station, camera…
GridEdge
Gateway
Reporting, Analytics, Machine Learning,
Monitoring/Alerting
Solar Site (Edge) AWS Cloud
Data Consumers
Operations control center,
third parties, asset owners,
utilities…
© 2019, Amazon Web Services, Inc. or its Affiliates.
MQTT
High-level architecture
Solar site assets
Inverters, panel sensors, meter, met station, camera…
GridEdge Gateway
AWS CloudSolar Site (Edge)
Notifications Raw and
processed
data
© 2019, Amazon Web Services, Inc. or its Affiliates.
Edge detailed architecture
MQTT
Topic Structure
Shadow Sync
AWS Cloud
Shadow
Device
Registry
Greengrass
Group
Certificate
and
Policy
Device Provisioning
Site
Configuration
Solar Site (Edge)
Solar site assets
Inverters, panel sensors, meter, met station, camera…
GridEdge Gateway
Greengrass
Lambda
function
Certificate
Shadow
Modbus over TCP
© 2019, Amazon Web Services, Inc. or its Affiliates.
Edge configuration and IEC61850 mappings
Site layout configuration, stored in the Cloud:
{
"siteID" : "mySite01"
"points" : [
{
"modbus_start_register":"25",
"modbus_end_register":"26",
"iec_name":"INV1MMXU1.AvWPhs.mag.f",
"explanation":"active power for inverter 1",
"type":"Input Register",
"rtac_poll_frequency_ms":"1000”
}
...
]
}
Config
File
Solar Site (Edge)
Solar site assets
Inverters, panel sensors, meter, met station, camera…
GridEdge Gateway
AWS Greengrass
Lambda
function
Certificate
Modbus over TCP
© 2019, Amazon Web Services, Inc. or its Affiliates.
Edge data sampling and stacking
Payload:
{
"timestamp": "20181015 09:01:00",
"someField": 11
}
Time Value
09:00:10 10
09:00:20 12
09:00:30 11
09:00:40 14
09:00:50 9
09:01:00 10Config
File
Solar Site (Edge)
Solar site assets
Inverters, panel sensors, meter, met station, camera…
GridEdge Gateway
AWS Greengrass
Lambda
function
Certificate
Modbus over TCP
© 2019, Amazon Web Services, Inc. or its Affiliates.
Solar Site (Edge)
Edge data cleaning and tagging
Payload:
{
"timestamp": 20181015 09:01:00,
"someField ":11,
"dataQuality": {
"max": 14,
"min": 9,
"sample_count": 4,
"confidence": 0.66,
}
}
AWS Cloud
Raw Data
Raw
samples
Solar site assets
GridEdge Gateway
AWS Greengrass
Lambda
function
Certificate
Modbus over TCP
Time Value
09:00:10 10
09:00:20 NULL
09:00:30 11
Time Value
09:00:40 14
09:00:50 9
09:01:00 9999
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Edge summary
{
"timestamp": "2018-10-11 11:39:29",
"gridedgeid": "000001",
"payload": [{
"type": "SOLAR",
"name": "device.name",
"values": {
"INV6MMXU1.AvWPhs.mag.f": 809.8,
...
},
"dq": {
"INV6MMXU1.AvWPhs.mag.f": {
"max": 810.3,
"min": 809.1,
"std_deviation": 0.1678,
"sample_count": 22
},
...
}
}]
}
© 2019, Amazon Web Services, Inc. or its Affiliates.
Cloud - Ingestion
Solar site assets
Inverters, panel sensors, meter, met station, camera…
GridEdge
Gateway
Solar Site (Edge)
Notification
AWS Cloud
MQTT
Shadow
Rules
Engine
Reporting
EDF/3rd party integration
Datasets
Templates
and scripts
Automation
© 2019, Amazon Web Services, Inc. or its Affiliates.
Upcoming
Solar Site (Edge)
Solar site assets
Inverters, panel sensors, meter, met station, camera…
GridEdge Gateway
Greengrass
Certificate
Shadow
Modbus / DNP3
Raw samples Feed into ML and
complex analytics
Notification
AWS Cloud
Data Lake
Automation
Configuration
Operations
Control Center
Operators
Management and Security
Remote management
Lambda
InsightsAlerts
Detect stale data
Auto backfill data
© 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates.
Best Practices
© 2019, Amazon Web Services, Inc. or its Affiliates.
Best Practices
• Start with a business outcome
• Start small but think big
• Think about infrastructure automation
• Think about data normalization
© 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates.
Thank you!

Más contenido relacionado

La actualidad más candente

人工智慧雲服務與金融服務應用
人工智慧雲服務與金融服務應用人工智慧雲服務與金融服務應用
人工智慧雲服務與金融服務應用
Amazon Web Services
 
AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用
Amazon Web Services
 
The Secret Treasures of Cloud Migration Journey
The Secret Treasures of Cloud Migration JourneyThe Secret Treasures of Cloud Migration Journey
The Secret Treasures of Cloud Migration Journey
Amazon Web Services
 

La actualidad más candente (20)

Enabling Transformation through Agility & Innovation - AWS Transformation Day...
Enabling Transformation through Agility & Innovation - AWS Transformation Day...Enabling Transformation through Agility & Innovation - AWS Transformation Day...
Enabling Transformation through Agility & Innovation - AWS Transformation Day...
 
AWS案例分享 – Volkswagen
AWS案例分享 – VolkswagenAWS案例分享 – Volkswagen
AWS案例分享 – Volkswagen
 
AWS Analytics Services - When to use what? | AWS Summit Tel Aviv 2019
AWS Analytics Services - When to use what? | AWS Summit Tel Aviv 2019AWS Analytics Services - When to use what? | AWS Summit Tel Aviv 2019
AWS Analytics Services - When to use what? | AWS Summit Tel Aviv 2019
 
Democratizing AI
Democratizing AIDemocratizing AI
Democratizing AI
 
The Future of Enterprise IT - Lessons Learned
The Future of Enterprise IT - Lessons LearnedThe Future of Enterprise IT - Lessons Learned
The Future of Enterprise IT - Lessons Learned
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Introduction to Cloud Economics for the UK Public Sector
Introduction to Cloud Economics for the UK Public SectorIntroduction to Cloud Economics for the UK Public Sector
Introduction to Cloud Economics for the UK Public Sector
 
人工智慧雲服務與金融服務應用
人工智慧雲服務與金融服務應用人工智慧雲服務與金融服務應用
人工智慧雲服務與金融服務應用
 
Strengthen Your Organizations Security and Privacy.pdf
Strengthen Your Organizations Security and Privacy.pdfStrengthen Your Organizations Security and Privacy.pdf
Strengthen Your Organizations Security and Privacy.pdf
 
Journey to the cloud.
Journey to the cloud.Journey to the cloud.
Journey to the cloud.
 
AWS Manufacturing Day Philadelphia-Boston-April 2019
AWS Manufacturing Day Philadelphia-Boston-April 2019AWS Manufacturing Day Philadelphia-Boston-April 2019
AWS Manufacturing Day Philadelphia-Boston-April 2019
 
‘Smart Place’ Essentials: IoT Networks and Platforms
‘Smart Place’ Essentials: IoT Networks and Platforms‘Smart Place’ Essentials: IoT Networks and Platforms
‘Smart Place’ Essentials: IoT Networks and Platforms
 
Virtual_Insurers_New_Tools_For_A_New_World
Virtual_Insurers_New_Tools_For_A_New_WorldVirtual_Insurers_New_Tools_For_A_New_World
Virtual_Insurers_New_Tools_For_A_New_World
 
AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用AWS最新區塊鏈服務與應用
AWS最新區塊鏈服務與應用
 
Keynote_Disney_UnleashthePossibilitiesAvoidthePitfallswithCloud
Keynote_Disney_UnleashthePossibilitiesAvoidthePitfallswithCloudKeynote_Disney_UnleashthePossibilitiesAvoidthePitfallswithCloud
Keynote_Disney_UnleashthePossibilitiesAvoidthePitfallswithCloud
 
The Secret Treasures of Cloud Migration Journey
The Secret Treasures of Cloud Migration JourneyThe Secret Treasures of Cloud Migration Journey
The Secret Treasures of Cloud Migration Journey
 
AWS-IoT-工業智造
 AWS-IoT-工業智造 AWS-IoT-工業智造
AWS-IoT-工業智造
 
Getting Started with IoT on AWS
Getting Started with IoT on AWSGetting Started with IoT on AWS
Getting Started with IoT on AWS
 
AWSome Day Online 2020_Module 2: Getting started with the cloud
AWSome Day Online 2020_Module 2: Getting started with the cloudAWSome Day Online 2020_Module 2: Getting started with the cloud
AWSome Day Online 2020_Module 2: Getting started with the cloud
 
Education : Digital transformation & AWS Foundations
Education : Digital transformation & AWS FoundationsEducation : Digital transformation & AWS Foundations
Education : Digital transformation & AWS Foundations
 

Similar a Distributed Solar Systems: Revolutionizing Time-Series Predictive Analytics, IoT, and Machine Learning with AWS

Track 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptx
Track 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptxTrack 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptx
Track 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptx
Amazon Web Services
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT Services
Amazon Web Services
 

Similar a Distributed Solar Systems: Revolutionizing Time-Series Predictive Analytics, IoT, and Machine Learning with AWS (20)

Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
 
How Can Edge Computing and IoT Transform Your Business?
How Can Edge Computing and IoT Transform Your Business?How Can Edge Computing and IoT Transform Your Business?
How Can Edge Computing and IoT Transform Your Business?
 
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
 
Bringing Cloud to the Edge - AWS Summit Sydney
Bringing Cloud to the Edge - AWS Summit SydneyBringing Cloud to the Edge - AWS Summit Sydney
Bringing Cloud to the Edge - AWS Summit Sydney
 
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
 
IoT at scale - Monitor and manage devices with AWS IoT Device Management - SV...
IoT at scale - Monitor and manage devices with AWS IoT Device Management - SV...IoT at scale - Monitor and manage devices with AWS IoT Device Management - SV...
IoT at scale - Monitor and manage devices with AWS IoT Device Management - SV...
 
Exploiting IoT & Machine Learning to transform Power and Utilities
Exploiting IoT & Machine Learning to transform Power and UtilitiesExploiting IoT & Machine Learning to transform Power and Utilities
Exploiting IoT & Machine Learning to transform Power and Utilities
 
Accelerate Digital Transformation for Telecom Operators with Cloud-Native Amd...
Accelerate Digital Transformation for Telecom Operators with Cloud-Native Amd...Accelerate Digital Transformation for Telecom Operators with Cloud-Native Amd...
Accelerate Digital Transformation for Telecom Operators with Cloud-Native Amd...
 
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS SummitGetting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
 
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
 
AWS O&G Day - Ambyint and AWS
AWS O&G Day - Ambyint and AWSAWS O&G Day - Ambyint and AWS
AWS O&G Day - Ambyint and AWS
 
How Different Large Organizations are Approaching Cloud Adoption
How Different Large Organizations are Approaching Cloud AdoptionHow Different Large Organizations are Approaching Cloud Adoption
How Different Large Organizations are Approaching Cloud Adoption
 
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
 
Cloud Computing Introduction
Cloud Computing IntroductionCloud Computing Introduction
Cloud Computing Introduction
 
AWS and industrial IoT
AWS and industrial IoTAWS and industrial IoT
AWS and industrial IoT
 
Code in the Cloud- Deploy on Microcontroller and Edge Devices
Code in the Cloud- Deploy on Microcontroller and Edge DevicesCode in the Cloud- Deploy on Microcontroller and Edge Devices
Code in the Cloud- Deploy on Microcontroller and Edge Devices
 
Track 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptx
Track 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptxTrack 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptx
Track 6 Session 5_ 如何藉由物聯網 (IoT) 與機器學習提高預測性維修與產品良率.pptx
 
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
 
SRV201 Push Intelligence to the Edge Machine Learning on AWS Greengrass Devices
SRV201 Push Intelligence to the Edge Machine Learning on AWS Greengrass Devices SRV201 Push Intelligence to the Edge Machine Learning on AWS Greengrass Devices
SRV201 Push Intelligence to the Edge Machine Learning on AWS Greengrass Devices
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT Services
 

Más de Amazon Web Services

Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
Amazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
Amazon Web Services
 

Más de Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 
Come costruire un'architettura Serverless nel Cloud AWS
Come costruire un'architettura Serverless nel Cloud AWSCome costruire un'architettura Serverless nel Cloud AWS
Come costruire un'architettura Serverless nel Cloud AWS
 

Distributed Solar Systems: Revolutionizing Time-Series Predictive Analytics, IoT, and Machine Learning with AWS

  • 1. © 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates. Olawale Oladehin, Worldwide Technical Leader, IoT Distributed Solar Systems: Revolutionizing Time-Series Predictive Analytics, IoT, and Machine Learning with AWS May 15, 2019
  • 2. © 2019, Amazon Web Services, Inc. or its Affiliates. Agenda • Introduction • Technical solution • Best Practices
  • 3. © 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates. Introduction
  • 4. © 2019, Amazon Web Services, Inc. or its Affiliates. Connect, communicate, secure Onboard, provision, manage Devices & sensors Connectivity & infrastructure Analyze, visualize, act Analytics & insights Engage, empower, delight Applications & services Transform, shift culture Change management IoT solutions are complex & multidimensional
  • 5. Nobody just buys IoT technology… they seek business outcomes
  • 6. © 2019, Amazon Web Services, Inc. or its Affiliates. Revenue growth IoT data drives business growth Operational efficiency IoT data decreases OpEx New services & business models Products that get better with time Better relationship with customers Increased efficiency Intelligent decision making Data driven discipline Business outcomes with IoT
  • 7. © 2019, Amazon Web Services, Inc. or its Affiliates.
  • 8. © 2019, Amazon Web Services, Inc. or its Affiliates. AWS IoT architecture
  • 9. © 2019, Amazon Web Services, Inc. or its Affiliates. AWS IoT architecture
  • 10. © 2019, Amazon Web Services, Inc. or its Affiliates. How It Works
  • 11. © 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates. Technical Solution
  • 12. © 2019, Amazon Web Services, Inc. or its Affiliates. EDF Renewables +12 GW installed capacity 83% 17% + 13 GW under O&M 3500 employees 1.7 GW in construction 22 countries
  • 13. © 2019, Amazon Web Services, Inc. or its Affiliates. Data challenges on solar assets An example: Inverters Inverters Inverters DC combiner boxes DC combiner boxes Panel temperature sensors MET station Substation Meter Real Time Automation Controller (RTAC) Supervisory Control And Data Acquisition (SCADA) Data historian Modbus or proprietary communications over TCP/IP or RS485 Modbus / DNP3 Utility DNP3 Modbus / OPC DA / DNP3 Modbus / OPC DA / DNP3 Trackers Video / camera
  • 14. © 2019, Amazon Web Services, Inc. or its Affiliates. Data acquisition from solar sites
  • 15. © 2019, Amazon Web Services, Inc. or its Affiliates. Solution overview AWS Cloud Solar site assets Inverters, panel sensors, meter, met station, camera… GridEdge Gateway Reporting, Analytics, Machine Learning, Monitoring/Alerting Solar Site (Edge) AWS Cloud Data Consumers Operations control center, third parties, asset owners, utilities…
  • 16. © 2019, Amazon Web Services, Inc. or its Affiliates. MQTT High-level architecture Solar site assets Inverters, panel sensors, meter, met station, camera… GridEdge Gateway AWS CloudSolar Site (Edge) Notifications Raw and processed data
  • 17. © 2019, Amazon Web Services, Inc. or its Affiliates. Edge detailed architecture MQTT Topic Structure Shadow Sync AWS Cloud Shadow Device Registry Greengrass Group Certificate and Policy Device Provisioning Site Configuration Solar Site (Edge) Solar site assets Inverters, panel sensors, meter, met station, camera… GridEdge Gateway Greengrass Lambda function Certificate Shadow Modbus over TCP
  • 18. © 2019, Amazon Web Services, Inc. or its Affiliates. Edge configuration and IEC61850 mappings Site layout configuration, stored in the Cloud: { "siteID" : "mySite01" "points" : [ { "modbus_start_register":"25", "modbus_end_register":"26", "iec_name":"INV1MMXU1.AvWPhs.mag.f", "explanation":"active power for inverter 1", "type":"Input Register", "rtac_poll_frequency_ms":"1000” } ... ] } Config File Solar Site (Edge) Solar site assets Inverters, panel sensors, meter, met station, camera… GridEdge Gateway AWS Greengrass Lambda function Certificate Modbus over TCP
  • 19. © 2019, Amazon Web Services, Inc. or its Affiliates. Edge data sampling and stacking Payload: { "timestamp": "20181015 09:01:00", "someField": 11 } Time Value 09:00:10 10 09:00:20 12 09:00:30 11 09:00:40 14 09:00:50 9 09:01:00 10Config File Solar Site (Edge) Solar site assets Inverters, panel sensors, meter, met station, camera… GridEdge Gateway AWS Greengrass Lambda function Certificate Modbus over TCP
  • 20. © 2019, Amazon Web Services, Inc. or its Affiliates. Solar Site (Edge) Edge data cleaning and tagging Payload: { "timestamp": 20181015 09:01:00, "someField ":11, "dataQuality": { "max": 14, "min": 9, "sample_count": 4, "confidence": 0.66, } } AWS Cloud Raw Data Raw samples Solar site assets GridEdge Gateway AWS Greengrass Lambda function Certificate Modbus over TCP Time Value 09:00:10 10 09:00:20 NULL 09:00:30 11 Time Value 09:00:40 14 09:00:50 9 09:01:00 9999
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Edge summary { "timestamp": "2018-10-11 11:39:29", "gridedgeid": "000001", "payload": [{ "type": "SOLAR", "name": "device.name", "values": { "INV6MMXU1.AvWPhs.mag.f": 809.8, ... }, "dq": { "INV6MMXU1.AvWPhs.mag.f": { "max": 810.3, "min": 809.1, "std_deviation": 0.1678, "sample_count": 22 }, ... } }] }
  • 22. © 2019, Amazon Web Services, Inc. or its Affiliates. Cloud - Ingestion Solar site assets Inverters, panel sensors, meter, met station, camera… GridEdge Gateway Solar Site (Edge) Notification AWS Cloud MQTT Shadow Rules Engine Reporting EDF/3rd party integration Datasets Templates and scripts Automation
  • 23. © 2019, Amazon Web Services, Inc. or its Affiliates. Upcoming Solar Site (Edge) Solar site assets Inverters, panel sensors, meter, met station, camera… GridEdge Gateway Greengrass Certificate Shadow Modbus / DNP3 Raw samples Feed into ML and complex analytics Notification AWS Cloud Data Lake Automation Configuration Operations Control Center Operators Management and Security Remote management Lambda InsightsAlerts Detect stale data Auto backfill data
  • 24. © 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates. Best Practices
  • 25. © 2019, Amazon Web Services, Inc. or its Affiliates. Best Practices • Start with a business outcome • Start small but think big • Think about infrastructure automation • Think about data normalization
  • 26. © 2019, Amazon Web Services, Inc. or its Affiliates.© 2019, Amazon Web Services, Inc. or its Affiliates. Thank you!