Merged
Conversation
…sent the specification Signed-off-by: thanaParis <thana.paris@s44.team>
…ectus never crashes on startup Signed-off-by: thanaParis <thana.paris@s44.team>
…eport flow works intuitively out of the box Signed-off-by: thanaParis <thana.paris@s44.team>
…ing component findOrCreate to avoid warning for unknown attribute Signed-off-by: thanaParis <thana.paris@s44.team>
…e; moving tbc check to after database update so that PENDING status is not removed if device model is unable to load Signed-off-by: thanaParis <thana.paris@s44.team>
Feature/device model improvements
…to reduce code repetition in Server and Swarm Signed-off-by: thanaParis <thana.paris@s44.team>
…efactored moved common server classes to 00_Base and 02_Util where appropriate …
…he name case-insensitive
…ver down to base config.
…e path and breaking
Feature/env var based config
Bugfix/namespace evse type value
…onfig Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
…pendencies feat: Adjusting Docker related files to expose debugger port chore: Created run configuration support files to run Docker and attach debugger
Feature/system config refactor
* rc-1.1.0: exporting websocket config including env var changes to system config adding todo fixing typo adjusting configs to match new format, fixing calls which reference config fix EVSEType value # Conflicts: # Server/src/config/envs/docker.ts # Server/src/config/envs/local.ts # Server/src/index.ts # Swarm/src/config/envs/local.ts # Swarm/src/index.ts
…zontal scaling of citrine Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Feature/persistent admin api
Signed-off-by: <>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: Zihe Cheng <lydiazcheng@users.noreply.github.com>
Signed-off-by: lydiazcheng <lydiazcheng@users.noreply.github.com>
Signed-off-by: Zihe Cheng <lydiazcheng@users.noreply.github.com>
Feature: Advanced UI
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
Feature/workspaces
Bugfix/misc directus
Signed-off-by: <>
Signed-off-by: thanaParis <thana.paris@s44.team>
…h check for directus to docker compose, changed directus config from js to commonjs Signed-off-by: thanaParis <thana.paris@s44.team>
…ount/display.vue Co-authored-by: lydiazcheng <lydiazcheng@users.noreply.github.com> Signed-off-by: thanaParis <83840862+thanaParis@users.noreply.github.com>
Signed-off-by: thanaParis <thana.paris@s44.team>
…m/citrineos/citrineos-core into feature/station-connection-status Signed-off-by: <>
Feature/station connection status
Signed-off-by: thanaParis <thana.paris@s44.team>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.1.0
Major new features:
a) Includes: Variable Monitoring messages, setting Display Messages, updating cost information
a) New 'OcppRouter' module supports apis like other modules: a PUT/GET for SystemConfig, and a CRUD for Subscriptions which allow 3rd parties to POST a callbackUrl to receive connection, close, onMessage, and/or sentMessage events, with the option of adding a regex filter for message-related events.
a) OCPP entities: VariableMonitor, EventData, VariableMonitorStatus, MessageInfo
b) Custom entities: Subscriptions, Tariff, Locations, ChargingStations
a) Message api flows have been added to 'ChargingStations' collection, creating buttons which streamline the processes of sending ocpp messages to chargers via CitrineOS's message api
b) A custom extension bundle was added in a new folder at root, DirectusExtensions; it provides a 'true count' display, an endpoint to receive CitrineOS Subscription callbacks, and a hook which subscribes to connection and close events for newly created Charging Stations