-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt Everest/ccc guide regarding EVerest 2024.9.0 release #28
Adapt Everest/ccc guide regarding EVerest 2024.9.0 release #28
Conversation
…nagement Signed-off-by: Fabian Hartung <fabian.hartung@chargebyte.com>
…support Signed-off-by: Fabian Hartung <fabian.hartung@chargebyte.com>
…0 release (refs EVEREST-1291) Signed-off-by: Fabian Hartung <fabian.hartung@chargebyte.com>
…ntation Signed-off-by: Fabian Hartung <fabian.hartung@chargebyte.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor comments, otherwise a great improvement.
**API** (`view on GitHub <https://github.com/EVerest/everest-core/tree/main/modules/API>`__) | ||
|
||
This module is not mandatory for an EVSE setup using Charge Control C in EVerest. However, the module | ||
:code:`API` is responsible to provide a simple MQTT based API to EVerest internals. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:code:`API` is responsible to provide a simple MQTT based API to EVerest internals. | |
:code:`API` is responsible for providing a simple MQTT based API to EVerest internals. |
docs/source/getting_started.rst
Outdated
Here is an example of how to change the "connector_type" parameter of the CbTarragonDriver module to | ||
"IEC62196Type2Cable" in the EVerest configuration file. | ||
|
||
Snippet of a EVerest configuration file: | ||
|
||
.. code-block:: sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this be formatted as YAML, or would that active peculiar colors?
.. code-block:: sh | |
.. code-block:: yaml |
I can't seem to find a proper list of supported languages. I looked at this list. I hope it's the one that applies. sh
isn't even mentioned, nor is console
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yaml is working
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also have changed the types of the other console outputs from sh -> console
Signed-off-by: Fabian Hartung <fabian.hartung@chargebyte.com>
No description provided.