Skip to main content

Metenox app config

Project description

Metenox

AA module for Metenox management.

release python django license

Features:

  • Imports moon scans from the aa-moonmining application
  • Import Metenoxes from a corporation
    • Displays remaining fuel
    • Displays currently stored moon materials
  • Manager overview of corporation displaying their number of Metenoxes and profit

What this app won't do:

This module aims to be specific for Metenox management.

Screenshots

moon details metenox window metenox details corporation window

Installation

Step 1 - Check prerequisites

  1. Metenox is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official AA installation guide for details)

  2. Metenox requires the Django module django-eveonline-sde. Check installation instructions before installing metenox

Step 2 - Install app

Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the newest release from PyPI:

pip install aa-metenox

Step 3 - Configure Auth settings

Configure your Auth settings (local.py) as follows:

  • Add 'metenox' to INSTALLED_APPS
  • Add below lines to your settings file:
CELERYBEAT_SCHEDULE['metenox_update_prices'] = {
    'task': 'metenox.tasks.update_prices',
    'schedule': crontab(minute='0', hour='*/12'),
    'apply_offset': True,
}

CELERYBEAT_SCHEDULE['metenox_update_all_holdings'] = {
    'task': 'metenox.tasks.update_all_holdings',
    'schedule': crontab(minute='0', hour='*/1'),
    'apply_offset': True,
}

CELERYBEAT_SCHEDULE['metenox_send_daily_analytics'] = {
  'task': 'metenox.tasks.send_daily_analytics',
  'schedule': crontab(minute='0', hour='5')
}

For the send_daily_analytics refer to analytics

Optional: Alter the application settings. The list can be found in Settings

Step 4 - Finalize App installation

Run migrations & copy static files

python manage.py migrate
python manage.py collectstatic --noinput

Restart your supervisor services for Auth.

Step 5 - Load data

If you already have aa-moonmoning installed you can get that data from that application running:

python manage.py metenox_update_moons_from_moonmining

Once it's done update their prices with

python manage.py metenox_update_all_prices

Analytics

This application will send anonymous analytic data using Alliance Auth built-in analytics module. If you wish to disable the analytics for this application you can easily do so by removing the metenox_send_daily_analytics task.

The collected analytics are

  • number of owners
  • number of moons
  • number of metenoxes

Permissions

Permissions overview.

Name Description
view_moons This permissions allow to see all scanned moons of the database
view_metenoxes This permissions allow to add owners and see all metenoxes from the owners corporations
corporation_manager This permission allows to add webhooks to corporations and edit when a corporation should get fuel pings
auditor This permission allows to see all metenoxes regardless of having an owner in the corporation

Users need to have at least view_moons or view_metenoxes to be able to have any interactions with the application. For the permissions corporation_manager and auditor to work properly the user needs to also have the view_metenoxes permission.

Settings

List of settings that can be modified for the application. You can alter them by adding them in your local.py file.

Name Description Default
METENOX_ADMIN_NOTIFICATIONS_ENABLE Whether admins will get notifications about important events like when someone adds a new owner. True
METENOX_MOON_MATERIAL_BAY_CAPACITY Volume of the Metenox's Moon material Output Bay. Used to calculate how long a metenox takes before being full.
This value shouldn't be edited
500_000
METENOX_HOURLY_HARVEST_VOLUME Hourly volume in m3 that a metenox will harvest.
This value shouldn't be edited
30_000
METENOX_HARVEST_REPROCESS_YIELD Yield at which the metenox reprocess the harvested materials.
This value shouldn't be edited
0.40
METENOX_FUEL_BLOCKS_PER_HOUR How many fuel blocks a running Metenox consumes every hours.
This value shouldn't be edited
5
METENOX_MAGMATIC_GASES_PER_HOUR How many magmatic gases a running Metenox consumes every hours.
This value shouldn't be edited
110
METENOX_DAYS_BETWEEN_GOO_BAY_PINGS How many days minimum there should be between two ping that the moon material bay is too full 110

Commands

The following commands can be used when running the module:

Name Description
metenox_update_all_holdings Fetches all holdings in the database and updates their metenoxes with the ESI
metenox_update_all_prices Fetches new prices from fuzzwork and update the price of all known moons
metenox_update_moons_from_moonmining Checks the moonmining application and adds all missing moons
metenox_tag_moons_in_range Tag moons in a given range of base system

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_metenox-2.0.0b1.tar.gz (165.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aa_metenox-2.0.0b1-py3-none-any.whl (208.9 kB view details)

Uploaded Python 3

File details

Details for the file aa_metenox-2.0.0b1.tar.gz.

File metadata

  • Download URL: aa_metenox-2.0.0b1.tar.gz
  • Upload date:
  • Size: 165.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for aa_metenox-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 71d3e01e2ebd5477137a638dd6e5398a27e11ff444324a6080689a5a7a6bf88e
MD5 608a2fab5e74346447bc3c78ef9e6f2b
BLAKE2b-256 db4b80348bd1942140d81d0452082a4b62c67c790e98797656c7a356ffc80824

See more details on using hashes here.

File details

Details for the file aa_metenox-2.0.0b1-py3-none-any.whl.

File metadata

  • Download URL: aa_metenox-2.0.0b1-py3-none-any.whl
  • Upload date:
  • Size: 208.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for aa_metenox-2.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 660594d2a36362c6f76906a898221106bc2a9b2b5ef675ff75ecadb1b5011665
MD5 3dce71168315972eaa520f9db425a198
BLAKE2b-256 e169e6e26679cb7533bb1789f708f9990c02de5c29a09c8fe1856fc6421b8bad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page