OEM Bootlog
HELO
CPU0
PMCM
esphome: | |
name: living-room-thermostat | |
platform: ESP32 | |
board: esp32doit-devkit-v1 | |
on_boot: | |
priority: -100 | |
then: | |
script.execute: opentherm_startup | |
external_components: |
ID0:HB0: Master status: CH enable | |
ID0:HB1: Master status: DHW enable | |
ID0:HB2: Master status: Cooling enable | |
ID0:HB3: Master status: OTC active | |
ID0:HB4: Master status: CH2 enable | |
ID0:HB5: Master status: Summer/winter mode | |
ID0:HB6: Master status: DHW blocking | |
ID0:LB0: Slave Status: Fault indication | |
ID0:LB1: Slave Status: CH mode | |
ID0:LB2: Slave Status: DHW mode |
| Series | Announcement Date | Main Processor | Clock Freq (up to) | Co-processor | Cache | BT | WiFi | GPIO | SRAM | ROM | Flash encryption | RTC memory | SPI | UART | USB | Touch Sensor | Timers | RMT | | |
|--------- |------------------- |----------------------------- |-------------------- |-------------- |-------- |--------------------- |------------------------- |-------------------------- |-------- |-------- |------------------ |------------ |----- |------ |------------- |-------------- |----------------------- |--------------- | | |
| S2 | 2019, September | Xtensa single-core LX7 | 240 MHz | ULP (RISC-V) | 8/16KB | No | 4 | 43 | 320KB | 128 KB | XTS-AES-128/256 | 16KB | 4 | 2 | USB OTG 1.1 | 14 | 4x 64-bit | 4x TX/RX | | |
| S3 | 2020, Decemb |
diff --git a/bridge/discord/discord.go b/bridge/discord/discord.go | |
index 51dbe6bc..3e9d2c05 100644 | |
--- a/bridge/discord/discord.go | |
+++ b/bridge/discord/discord.go | |
@@ -83,8 +83,8 @@ func (b *Bdiscord) Connect() error { | |
b.Log.Info("Connection succeeded") | |
// Add privileged intent for guild member tracking. This is needed to track nicks | |
// for display names and @mention translation | |
- b.c.Identify.Intents = discordgo.MakeIntent(discordgo.IntentsAllWithoutPrivileged | | |
- discordgo.IntentsGuildMembers) |
Sensor | Voltage | Addresss | T acc | RH acc |
---|---|---|---|---|
SHTC1 | 1.62v-2.98v | 0x70 | ±0.3°C | ±3% |
SHTC3 | 1.62-3.6v | ±0.2°C | ±2% | |
SHT20 | 2.1-3.6v | 0x40/41 | ±0.3°C | ±3% |
SHT21 | 2.1-3.6v | 0x40/41 | ±0.3°C | ±2% |
SHT25 | 2.1-3.6v | 0x40/41 | ±0.2°C | ±1.8% |
SHT30 | 2.15-5.5v | 0x44 | ±0.2°C | ±2% |
SHT31 | 2.15-5.5v | ±0.2°C | ±2% | |
SHT35 | 2.15-5.5v | ±0.1°C | ±1.5% |
Sensor | T/H/P? | H Accuracy | H Resolution | T Resolution | T Accuracy | Protocol |
---|---|---|---|---|---|---|
AHT10 | ||||||
AHT21 | t+h | .024RH | +-2RH | 0.01C | +-0.3C | |
AHT20 | t+h | 0.024RH | +-2RH | 0.01C | +-0.3C | |
AM2320 | t+h | 0.1RH | +-3RH | 0.1C | +-0.5C | i2c |
BME280 | t+h+p | 0.008RH | +-3RH | 0.01C | +-0.5C | i2c |
BME680 | t+p+h | 0.008RH | +-3RH | 0.01C | +-0.5C | i2c |
BMP085 | t+p | 0.1C | +-0.5C | i2c | ||
BMP180 | t+p | +-0.5C | i2c |
S2 | S3 | C2 | C3 | C6 | ESP32 | ESP8266 | |
---|---|---|---|---|---|---|---|
Announcement Date | 2019, September | 2020, December | 2020, November | 2021, April | 2016, September | 2014, August | |
Main Processor | Xtensa single-core LX7 | Xtensa LX7 dual-core | RISC-V single-core | RISC-V single-core | RISC-V single-core | Xtensa LX6 single/dual-core | Tensilica L106 |
Clock Freq (up to) | 240 MHz | 240 MHz | 120 MHz | 160 MHz | 160 MHz | 160/240 MHz | 160MHz |
Co-processor | ULP (R |
Global Direct Line Saver | |
YunExpress Registered Priority General | |
Distributor: HERMES / EVRI | |
International Registered Mail | |
4PX | |
Distributor: Royal Mail | |
Note: Package arrived with no seller name or even country of origin printed on the label. Only a return address for one of 4PX's UK warehouses. | |
Customs: Spent 20 mins in customs at Heathrow, arrived with no visible markings or any other sign customs even looked at the package. |
Changes to data items from OpenTherm v2.2 to v2.3b | |
9,"REMOTE ROOM SETPOINT",READ,F8.8,-40,127,"0,00",Yes | |
Remote room setp now has range -40..127 instead of previous 1..30 (and 0 being no override) | |
33,"EXHAUST TEMPERATURE",READ,S16,-40,127,20,Yes | |
New range -40..127 instead of -40..500 | |
50,"OTC HC-RATIO BOUNDS",READ,S8,0,40,0,S8,0,40,0,Yes | |
58,"OTC HEATCURVE RATIO",READ,F8.8,0,40,"0,00",Yes |