Skip to content

A small python package to interface with the network-local event streams available on Powersensor devices.

License

Notifications You must be signed in to change notification settings

DiUS/python-powersensor_local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powersensor (local)

A small package to interface with the network-local event streams available on Powersensor devices. Specifically, this package abstracts away the connections to all Powersensor gateway devices (plugs) on the network, and provides a uniform event stream from all devices (including sensors relaying their data via the gateways).

The main API is in `powersensor_local.devices' via the PowersensorDevices class, which provides an abstracted view of the discovered Powersensor devices on the local network.

There are also two small utilities included, ps-events and ps-rawfirehose. The former is effectively a consumer of the the PowersensorDevices event stream which dumps all events to standard out. The latter, ps-rawfirehose is a debugging aid which dumps the lower-level event streams from each Powersensor gateway.

About

A small python package to interface with the network-local event streams available on Powersensor devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages