greeneye-monitor


Namegreeneye-monitor JSON
Version 4.0.1 PyPI version JSON
download
home_pagehttps://github.com/jkeljo/greeneye-monitor
SummaryReceive data packets from GreenEye Monitor (http://www.brultech.com/greeneye/)
upload_time2023-08-06 19:56:47
maintainer
docs_urlNone
authorJonathan Keljo
requires_python~=3.10
license
keywords greeneye
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================
`greeneye-monitor`
==================

Receive data from your `GreenEye Monitor <http://www.brultech.com/greeneye/>`_ in Python.

This module provides a layered API for parsing individual packets (`greeneye.packets`), processing streams of packets
(`greeneye.streams`), or monitoring the current state reported by one or more monitors (`greeneye.monitor`). It's an
API intended to be integrated with other systems; it does not itself provide those integrations or any sort of data
storage. If you're looking for something like that, check out
`btmon.py <https://github.com/matthewwall/mtools/blob/master/bin/btmon.py>`_.

Features include:
* Parsing for all binary packet formats
* Receive data from multiple monitors
* Computes rate-of-change (Watts, pulses/sec) in addition to reporting total values

***********
Quick start
***********

API Usage
=========
See `dump_packets.py <https://github.com/jkeljo/greeneye-monitor/blob/master/dump_packets.py>`_ for a simple usage example.

GEM Setup
=========
Your GEM must be set to send binary format packets (formats that begin with Bin, e.g. Bin32 NET) to
the IP address of the computer on which you're running this software.
Your `GEM configuration manual <https://www.brultech.com/software/files/downloadSoft/GEM_Configuration_CFG_ver3_2.pdf>`_
is the canonical source for how to do this, but here are the steps as of this writing:

1. Navigate to your GEM's web UI (`http://<GEM IP>:8000`)
2. Click "Enter Setup Mode"
3. Click the "Packet Send" tab
4. Set the "Primary (Com1) Packet Format" to one of the "Bin" formats. I recommend:
    * Bin32 ABS if you have a 32-channel GEM with no channels set for net metering
    * Bin32 NET if you have a 32-channel GEM and some channels are set for net metering
    * Bin48 ABS if you have a 48-channel GEM with no channels set for net metering
    * Bin48 NET if you have a 48-channel GEM and some channels are set for net metering
5. Set the "Packet Send Interval" if you want something other than the default
6. Click "Save"
7. Click the "Network" tab
8. Enter the IP address of the computer on which you'll be running this software, and the port of your choice
9. Click "Save"
10. Click "Return" when it becomes available
11. Click "Exit Setup Mode"

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jkeljo/greeneye-monitor",
    "name": "greeneye-monitor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.10",
    "maintainer_email": "",
    "keywords": "greeneye",
    "author": "Jonathan Keljo",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "==================\n`greeneye-monitor`\n==================\n\nReceive data from your `GreenEye Monitor <http://www.brultech.com/greeneye/>`_ in Python.\n\nThis module provides a layered API for parsing individual packets (`greeneye.packets`), processing streams of packets\n(`greeneye.streams`), or monitoring the current state reported by one or more monitors (`greeneye.monitor`). It's an\nAPI intended to be integrated with other systems; it does not itself provide those integrations or any sort of data\nstorage. If you're looking for something like that, check out\n`btmon.py <https://github.com/matthewwall/mtools/blob/master/bin/btmon.py>`_.\n\nFeatures include:\n* Parsing for all binary packet formats\n* Receive data from multiple monitors\n* Computes rate-of-change (Watts, pulses/sec) in addition to reporting total values\n\n***********\nQuick start\n***********\n\nAPI Usage\n=========\nSee `dump_packets.py <https://github.com/jkeljo/greeneye-monitor/blob/master/dump_packets.py>`_ for a simple usage example.\n\nGEM Setup\n=========\nYour GEM must be set to send binary format packets (formats that begin with Bin, e.g. Bin32 NET) to\nthe IP address of the computer on which you're running this software.\nYour `GEM configuration manual <https://www.brultech.com/software/files/downloadSoft/GEM_Configuration_CFG_ver3_2.pdf>`_\nis the canonical source for how to do this, but here are the steps as of this writing:\n\n1. Navigate to your GEM's web UI (`http://<GEM IP>:8000`)\n2. Click \"Enter Setup Mode\"\n3. Click the \"Packet Send\" tab\n4. Set the \"Primary (Com1) Packet Format\" to one of the \"Bin\" formats. I recommend:\n    * Bin32 ABS if you have a 32-channel GEM with no channels set for net metering\n    * Bin32 NET if you have a 32-channel GEM and some channels are set for net metering\n    * Bin48 ABS if you have a 48-channel GEM with no channels set for net metering\n    * Bin48 NET if you have a 48-channel GEM and some channels are set for net metering\n5. Set the \"Packet Send Interval\" if you want something other than the default\n6. Click \"Save\"\n7. Click the \"Network\" tab\n8. Enter the IP address of the computer on which you'll be running this software, and the port of your choice\n9. Click \"Save\"\n10. Click \"Return\" when it becomes available\n11. Click \"Exit Setup Mode\"\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Receive data packets from GreenEye Monitor (http://www.brultech.com/greeneye/)",
    "version": "4.0.1",
    "project_urls": {
        "Homepage": "https://github.com/jkeljo/greeneye-monitor"
    },
    "split_keywords": [
        "greeneye"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ffd7b6f0c62c2e9d6686406188d812f55f911bab2dfac0b31d6db5f67390d8e",
                "md5": "f65eedca7654972dcafd279e06e52567",
                "sha256": "bd27166737850d747e411d553e95cb75a903e5dc0076d7afd48c6859c797dd1d"
            },
            "downloads": -1,
            "filename": "greeneye_monitor-4.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f65eedca7654972dcafd279e06e52567",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.10",
            "size": 12178,
            "upload_time": "2023-08-06T19:56:47",
            "upload_time_iso_8601": "2023-08-06T19:56:47.404822Z",
            "url": "https://files.pythonhosted.org/packages/3f/fd/7b6f0c62c2e9d6686406188d812f55f911bab2dfac0b31d6db5f67390d8e/greeneye_monitor-4.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-06 19:56:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jkeljo",
    "github_project": "greeneye-monitor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "greeneye-monitor"
}
        
Elapsed time: 0.71510s