Indeve - the Production Planner released

Indeve is an industry calculator and a BP manager. Now it has a production planner tool, that is designed to model particular industry project in details.

https://indeve.space/plans/

Features

  • Several target products supported. In theory, unlimited.
  • Multi-level manufacturing supported. Including reactions and some reprocessing activities (gas decompression, scrap processing).
  • Different settings presets might be assigned to different activities.
  • Intermediate jobs can be distributed among user-provided lines.
  • Existing user-provided stock can be handled.
  • Actual materials prices can be imported from characters wallet transactions histories via ESI.
  • Shopping lists can be exported in multibuy or market-quickbar-group formats.
  • Separate plan phases can be exported (as plain text).
  • Output can be exported (e-tables paste-ready format).

Screenshots

A couple Tempests without any intermediates manufacturing:

Strong Blue Pill + Strong Mindflood, all reactions and gas decompression:

Loki+Tengu from the Intact’s with Accelerant Decryptor, all reactions, intermediates manufacturing and gas decompression:

The Avatar full manufacturing map:

2 Likes

Hello, is this still being developed?

Hello,

I once had a similar idea for in-game “Production Plans” feature. More info here:
https://forums.eveonline.com/t/feature-request-production-plans

If you are interested doing it yourself, consider using workflow engine called Camunda
https://github.com/camunda

The project is open source and has web based BPMN diagram editor render engine
A screencast of the bpmn-js editing toolkit in action
Source: https://bpmn.io/

Imagine designing and visualizing EVE Online production plans in-game this way :face_holding_back_tears:

I tried to use it but I got into some errors. It seems like a nice tool. Would you consider PRs with fixes?

I would be interested in a private release as well or are you considering making it open source?

Hi. Rzewiuza. I’d like to inspect what kind of errors have you encountered?

Hi, Elinore en Divalone. Actually under-the-hood data contains all these nodes and links. Details are computed automatically and only aggregated data is displayed. The idea was - to drop in ‘everything I’m expecting to get in the end plus all processes I’m going to run’, get the materials quote and just follow the plan.

1 Like

Hy, I’m getting the error from below when i try to access a category from Market Groups or Plans; oh ….and the site says Latest prices update: 300+ hours ago.

image

Yep, I see the problem. Missed the moment CCP changed API access rate limiting policy, the updater code is invalid atm - it removed old prices and is unable to fetch new ones. Indeve cannot work without prices =\. Working on it.

UPD: Fixed.