Search found 3 matches
- Saturday 09 July 2016 14:31
- Forum: Other questions and discussions
- Topic: Upload (previous) sensor values of last hour with JSON
- Replies: 5
- Views: 2157
Re: Upload (previous) sensor values of last hour with JSON
The delays are a bit of a nuisance indeed. I have a SMA 5000T which has an UTP connection. However as I understand, you can only activate UTP OR Bluetooth on this inverter. The bluetooth is however needed by the company monitoring/servicing the inverter. If I understand incorrectly, or you know a ...
- Saturday 09 July 2016 12:33
- Forum: Other questions and discussions
- Topic: Upload (previous) sensor values of last hour with JSON
- Replies: 5
- Views: 2157
Re: Upload (previous) sensor values of last hour with JSON
Yep had to add sensor values directly to the db by using the sqlite3 commands in python. Resulting code: #========================================================================= # I have solar panels and a SMA solar inverter. # The data from the SMA solar inverter is streamed to a website which I ...
- Wednesday 06 July 2016 19:35
- Forum: Other questions and discussions
- Topic: Upload (previous) sensor values of last hour with JSON
- Replies: 5
- Views: 2157
Upload (previous) sensor values of last hour with JSON
Hi, I have a SMA solar inverter which outputs its data to a website beyond my control. I don't have direct access to the SMA inverter, so can't link this to my RPi-Domoticz setup. I made a Python script which scrapes the website only a few times a day (to avoid overloading the website). This ...