Skip to content
/ apex Public

A module for issuing commands to and collecting data from the Neptune Apex Aquacontroller.

Notifications You must be signed in to change notification settings

maxvitek/apex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

APEX

This is a small and simple python package for interacting with the Neptune Systems Apex Aquacontroller. At the moment, it allows only for simple interactions, like fetching the status of the Apex system, probes, and outlets, and setting them.

Usage

>>> from apex import Apex
>>> a = Apex('10.0.1.35')
>>> a.get_api()
>>> a.set_outlet('Heater_4_5', 'auto')

Contributions

  1. Let's get the xml data off the server and return a pandas dataframe.
  2. What else?

About

A module for issuing commands to and collecting data from the Neptune Apex Aquacontroller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages