Business Problem
Solar operators were dependent on bundled hardware-and-software ecosystems. A vendor-agnostic dashboard would reduce lock-in and centralize plant visibility.
A field-validated proof of concept for vendor-agnostic solar plant monitoring, born from hands-on DG meter work, live solar plant exposure, and a real business problem: hardware-linked SaaS lock-in.
The solar monitoring work was intended as a commercial opportunity, not a toy project. Budget and timeline conversations happened, and the end goal was a deployable vendor-agnostic dashboard. The project did not convert into a contracted commercial rollout, so it should be presented honestly as a commercial-intent proof of concept.
Its value is still real. It was the first project that forced Salil into industrial systems: hardware, site conditions, sparse device documentation, cloud ingestion, payload parsing, database structure, dashboards, and the gap between what vendors say a device exports and what it actually sends.
Sanjay connected Salil to Prashant Pai, CEO/MD of G S Solar Systems. The first work was practical, not theoretical: hardware installation, DG meters, IoT sensors, and connectivity testing.
Salil visited K Automatic factory in Rohtak, installed DG meters, and tested whether the deployed hardware could communicate reliably from a real industrial site.
A five-day trip to Sriharikota exposed Salil to a full solar plant environment. Daily reports were prepared under Prashant Pai's supervision while studying how generation, inverter data, and plant operations worked in practice.
Prashant showed the existing monitoring product and the dependency problem: the software was tied to the hardware provider. The desired platform was a centralized, vendor-agnostic login and dashboard for monitoring live power generation.
The primary obstacle was the data logger. Documentation was limited and outdated. The expected CSV stream turned out not to be the real integration format; after weeks of log reading and parsing, the actual payload was found to be form-urlencoded request data.
The working proof used AWS API Gateway, Lambda, a payload transformation layer, MongoDB cloud storage, and a crude dashboard. It was not elegant, but it proved that live plant data could be captured and visualized outside the vendor's locked stack.
Solar operators were dependent on bundled hardware-and-software ecosystems. A vendor-agnostic dashboard would reduce lock-in and centralize plant visibility.
The data logger integration was poorly documented. The assumed CSV export did not match the live request format, forcing manual discovery and payload parsing.
The first working version used what was available and understandable at the time: API Gateway, Lambda, transformation templates, MongoDB, and a rough dashboard.
The Solar Monitoring POC belongs in the portfolio because it explains where Codeforge's industrial-software instincts came from. It shows hands-on exposure to hardware, factories, field installation, solar plant operations, cloud ingestion, and messy real-world data. It is not the biggest commercial win. It is the origin story for later confidence in IoT dashboards, enterprise systems, and operations software.