- Notifications
You must be signed in to change notification settings - Fork14
A package for working with a Piko Inverter from Kostal
License
NotificationsYou must be signed in to change notification settings
Tafkas/KostalPikoPy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This package is for working with a Piko Inverter fromKostal
PikoPy has been tested with a Kostal Piko 5.5. It should work with other Kostal inverters as well since they provide the same interface.
- Python
- lxml
- httplib2
- httpretty (for testing)
$ pip install pikopy
import pikopy#create a new piko instancep = Piko('host', 'username', 'password')#get current powerprint p.get_current_power()#get voltage from string 1print p.get_string1_voltage()