I'm using an ESP8266 to upload data to thingspeak. I'd like to load this data from thingspeak to PVOutput. Can thingspeak code be written do this?
Reason being, it is easy to use a MCU to upload data in real time to thingspeak. It is more complex with PVOutput, as time & date stamps are required with each data upload, which means time retrieval from an NTP server, plus interval measurement in my microcontroller, or a RTC in my hardware.
My programming skills are only at Arduino IDE level. I suspect thingspeak could do what I want, but I don't know how.
Any help appreciated