|
You are here |
www.attrs.org | ||
| | | | |
virtualenv.pypa.io
|
|
| | | | | ||
| | | | |
blog.fosstrading.com
|
|
| | | | | ||
| | | | |
sqlite-utils.datasette.io
|
|
| | | | | ||
| | | | |
blog.tafkas.net
|
|
| | | The first step of my plan, building a Raspberry Pi based photovoltaic monitoring solution, is finished. I created a python package that works with the Kostal Piko 5.5 inverter (and theoretically should work with other Kostal inverters as well) and offers a clean interface for accessing the data: import pikopy #create a new piko instance p = Piko('host', 'username', 'password') #get current power print p.get_current_power() #get voltage from string 1 print p. | ||