syssi / esphome-soyosource-gtn-virtual-meter

ESPHome component to simulate the current clamp to control the Soyosource GTN1200 limiter
Apache License 2.0
78 stars 21 forks source link

Add number entities for some settings #52

Closed syssi closed 2 years ago

syssi commented 2 years ago
syssi commented 2 years ago
# Set PV mode
55 0B 30 2D 5A 64 00 00 00 06 01 D2

0x55 SOF
0x0B Function (0x0B: Write settings)
0x30 Start voltage (48 V)
0x2D Stop voltage (45 V)
0x5A Const output power (90 * 10 = 900 W)
0x64 Frequency (100/2 = 50 Hz)
0x00 Reserved
0x00 Reserved
0x00 Reserved
0x06 Start delay (6 seconds)
0x01 PV mode (0x11: PV limit, 0x02: Bat Const Mode, 0x12 Bat Limit Mode)
0xD2 CRC