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
*Note: On Ubuntu 22.04 if you notice the ESP gateway is continually disconnect from the USB serail port,check this using `dmesg` then`sudo apt remove brltty` will fix this. This is because there is an ebook reader which shares the same serial adaptor chip as the ESP gateway and the udev rules conflict.*
@@ -65,28 +65,28 @@ For Ubuntu 22.04 the simplest solution is to remove the package brltty via sudo
Copy file name to clipboardExpand all lines: models/Config.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ x-examples:
6
6
protocol: '-'
7
7
espflash: 4194304
8
8
espinfo: ESP32r1 2 core WiFi BLE BT
9
-
buildenv: openevse_esp-wrover-kit
9
+
buildenv: espressif_esp-wrover-kit
10
10
version: 4.1.0.dev
11
11
diode_check: true
12
12
gfci_check: true
@@ -329,7 +329,7 @@ properties:
329
329
default: 600
330
330
description: |
331
331
The maximum number of seconds to randomly add/subtract from the a scheduled charge start time, eg a value of 600 will adjust the start time my +/- 10 minutes. This is to help prevent large syncrinised loads when multiple verchiles start charging at the same time.
332
-
is_threephase:
332
+
is_threephase:
333
333
type: boolean
334
334
description: |
335
335
Needs to be enabled if charging with 3 phases setup for proper calculations
0 commit comments