pre + string fields

This commit is contained in:
Alex Janka 2024-01-18 16:26:44 +11:00
parent 326e4de792
commit 0247bcc607
3 changed files with 491 additions and 102 deletions

588
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package] [package]
name = "tesla-charge-controller" name = "tesla-charge-controller"
version = "1.0.6" version = "1.0.7-prerelease"
edition = "2021" edition = "2021"
license = "MITNFA" license = "MITNFA"
description = "Controls Tesla charge rate based on solar charge data" description = "Controls Tesla charge rate based on solar charge data"
@ -30,3 +30,4 @@ prometheus = "0.13"
env_logger = "0.10" env_logger = "0.10"
log = "0.4" log = "0.4"
serialport = "4.3" serialport = "4.3"
libmodbus-rs = "0.8.3"

View file

@ -1,5 +1,7 @@
cabin_overheat_protection: cabin_overheat_protection:
FanOnly FanOnly
Off
On
climate_keeper_mode: climate_keeper_mode:
off off
hvac_auto_request: hvac_auto_request: