A package for data logging and management of HAMMA lightning sensors.
Project description
Brokkr
A Python package to receive science data and status information from a local HAMMA2 lightning sensor and a Sunsaver MPPT-15L charge controller, store it locally, and transmit it back to a central server (generally, but not necessarily one running the Sindri package). Further, it can maintain a reverse SSH tunnel to an accessible server for remote access, and receive and execute power, processing system and sensor control commands forwarded as custom binary TCP packets over said connection.
Installation and Setup
Built and tested under Python 3.7 (but should be compatible with Python >=3.6; lack thereof should be considered a bug) and recent (>= 2019) versions of the packages listed in the requirements.txt
file.
Works best on Linux, but is tested to be fully functional (aside from service features) on Windows (and should work equally macOS) under the Anaconda distribution.
Following standard installation via pip
(venv
highly recommended), the package will install the brokkr
command, which can then be used to install the config files, firewall access, and (on Linux) serial port access, Brokkr systemd service, and SSH/AutoSSh service and configuration with brokkr install-all
.
If on Linux, simply reboot to automatically complete setup and start the brokkr
service, or on all platforms you can manually execute it on the command line immediately with brokkr start
.
Use brokkr --help
to get help, brokkr --version
to get the current version and brokkr reset
to reset all preferences and config files to their defaults.
On Linux, the brokkr
systemd service can be interacted with via the standard systemd commands, e.g. sudo systemd {start, stop, enable, disable} brokkr
, systemd status brokkr
, journalctl -u brokkr
, etc, and the same for autossh-brokkr
which controls remote SSH connectivity.
Configuration
Configuration files are located under the XDG-standard ~/.config/brokkr
directory in the ini-like TOML format; they can be generated by running brokkr install-config
(which will not overwrite them if they already exist), and reset to defaults with brokkr reset
.
Everything but the *_local.toml
configs are designed to be updated automatically from the server, but the default settings in the main_network.toml
and main_site.toml
files should be edited to ensure optimum behavior in case the Internet is down or the server is not configured on first run.
To temporarily override the centrally-managed settings with local ones, configure the appropriate settings in {config-name}_local.toml
and set its override
to true
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file brokkr-0.2.0.tar.gz
.
File metadata
- Download URL: brokkr-0.2.0.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0.post20200616 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d8fb0f7a9690b7cac540e3651c8b4b6a74985b7ff59b24a5a24a935f6172bad |
|
MD5 | 4f2ac8048ef35911353bbd8f37302f85 |
|
BLAKE2b-256 | 75d1d51b7dcf7634cd0d7515b4b9892fa05c202c5ead36d61b54b5df4468ea6e |
File details
Details for the file brokkr-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: brokkr-0.2.0-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0.post20200616 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2461dbf648edc20a64753c7474c9fda3c10fe1af146e30a7b11e2d62aeb2f1a2 |
|
MD5 | 3d6739cd09dd34340e87862ad0e9db0f |
|
BLAKE2b-256 | 4ebf1066767ebfb451b3aa3f238d0fb81f5b8824d18f2726847a0820edc13ef7 |