mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 14:49:10 -04:00
Compare commits
3 Commits
feature/ad
...
feature/ad
| Author | SHA1 | Date | |
|---|---|---|---|
| dc210d7380 | |||
| 41aad90140 | |||
| 76cd6e1188 |
@@ -2,16 +2,6 @@ esphome:
|
||||
name: batteries
|
||||
friendly_name: batteries
|
||||
|
||||
platformio_options:
|
||||
build_unflags:
|
||||
- -fno-lto
|
||||
- -Og
|
||||
- -O0
|
||||
build_flags:
|
||||
- -flto
|
||||
- -Os
|
||||
- -Wl,--gc-sections
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
@@ -33,7 +23,14 @@ ota:
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
fast_connect: true
|
||||
|
||||
captive_portal:
|
||||
|
||||
esp32_ble_tracker:
|
||||
scan_parameters:
|
||||
interval: 1100ms
|
||||
window: 1100ms
|
||||
active: true
|
||||
|
||||
ble_client:
|
||||
- mac_address: "C8:47:80:29:0F:DB"
|
||||
@@ -58,6 +55,8 @@ sensor:
|
||||
jk_bms_ble_id: jk_bms0
|
||||
total_voltage:
|
||||
name: "JK0 Total Voltage"
|
||||
current:
|
||||
name: "JK0 Current"
|
||||
state_of_charge:
|
||||
name: "JK0 SoC"
|
||||
power:
|
||||
@@ -66,8 +65,12 @@ sensor:
|
||||
name: "JK0 Temp 1"
|
||||
temperature_sensor_2:
|
||||
name: "JK0 Temp 2"
|
||||
balancing:
|
||||
name: "JK0 balancing"
|
||||
charging_cycles:
|
||||
name: "JK0 charging cycles"
|
||||
total_runtime:
|
||||
name: "JK0 total runtime"
|
||||
balancing_current:
|
||||
name: "JK0 balancing current"
|
||||
|
||||
@@ -76,6 +79,8 @@ sensor:
|
||||
jk_bms_ble_id: jk_bms1
|
||||
total_voltage:
|
||||
name: "JK1 Total Voltage"
|
||||
current:
|
||||
name: "JK1 Current"
|
||||
state_of_charge:
|
||||
name: "JK1 SoC"
|
||||
power:
|
||||
@@ -84,8 +89,12 @@ sensor:
|
||||
name: "JK1 Temp 1"
|
||||
temperature_sensor_2:
|
||||
name: "Jk1 Temp 2"
|
||||
balancing:
|
||||
name: "JK1 balancing"
|
||||
charging_cycles:
|
||||
name: "JK1 charging cycles"
|
||||
total_runtime:
|
||||
name: "JK1 total runtime"
|
||||
balancing_current:
|
||||
name: "JK1 balancing current"
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
# graphics tools
|
||||
gimp3
|
||||
xcursorgen
|
||||
xf86_input_wacom
|
||||
# browser
|
||||
chromium
|
||||
firefox
|
||||
|
||||
@@ -43,6 +43,12 @@
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
port = 922;
|
||||
};
|
||||
leviathan = {
|
||||
hostname = "192.168.90.127";
|
||||
user = "richie";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
port = 332;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user