You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: includes/cb_energy.inc
+4-4
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ Features like generating charging session report and the energy management are c
26
26
from chargebyte GmbH. For more information have a look `on our website <https://chargebyte.com/software/energy-manager>`_.
27
27
28
28
29
-
Both parts have to be in the same network. In order to monitor and control the wallboxes, the Everest charging stack is needed. The Everest stack provides an API module, that is used by CB Energy either on localhost (on the same hardware) or to access other instances in the same local network.
29
+
Both parts have to be in the same network. In order to monitor and control the wallboxes, the EVerest charging stack is needed. The EVerest stack provides an API module, that is used by CB Energy either on localhost (on the same hardware) or to access other instances in the same local network.
30
30
31
-
Note: This documentation is a quick start to get the nymea ecosystem running as fast as possible with Everest charging stack. If you are testing CB Energy on one of chargebyte's Linux controllers, both EVerest and CB Energy are preinstalled in the latest firmware images. A more detailed documentation can be found `on the nymea website <https://nymea.io>`_.
31
+
Note: This documentation is a quick start to get the nymea ecosystem running as fast as possible with EVerest charging stack. If you are testing CB Energy on one of chargebyte's Linux controllers, both EVerest and CB Energy are preinstalled in the latest firmware images. A more detailed documentation can be found `on the nymea website <https://nymea.io>`_.
32
32
33
33
.. important::
34
34
The `API module <https://github.com/EVerest/everest-core/tree/main/modules/API>`_ must be installed and active in the EVerest configuration.
@@ -65,7 +65,7 @@ The CB energy app can be installed from the official stores.
65
65
Setup and configuration
66
66
=======================
67
67
68
-
On a chargebyte controller, the nymea Daemon will start automatically, together with the Everest stack while the system is booting up.
68
+
On a chargebyte controller, the nymea daemon will start automatically, together with the EVerest stack while the system is booting up.
69
69
Once the services are running the app will be able to detect the instance automatically on localhost or in the local network.
70
70
71
71
@@ -74,7 +74,7 @@ Once the services are running the app will be able to detect the instance automa
74
74
Client discovery
75
75
================
76
76
77
-
The CB energy App (client) automatically discovers available instances (servers) in your local network. Please make sure to allow the Smartphone App to have access to your local network devices after installing it.
77
+
The CB energy app (client) automatically discovers available instances (servers) in your local network. Please make sure to allow the smartphone app to have access to your local network devices after installing it.
Copy file name to clipboardexpand all lines: includes/development.inc
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Creating a Development Image
109
109
============================
110
110
111
111
In order to build the custom image, follow the section "`Building an image <https://github.com/chargebyte/chargebyte-bsp/tree/kirkstone-everest/README.md#user-content-build>`_"
112
-
found in "chargebyte-bsp" repository which produces a Linux root filesystem. This can be either
112
+
found in the "chargebyte-bsp" repository which produces a Linux root filesystem. This can be either
directly, or used to `create a firmware image using RAUC <https://github.com/chargebyte/chargebyte-bsp/tree/kirkstone-everest/README.md#user-content-flash>`_.
0 commit comments