esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
128 stars 93 forks source link

Request: ESP32-S3-BOX-3 #87

Closed saya6k closed 6 months ago

saya6k commented 8 months ago

ESP32-S3-BOX-3 has been advertised by Home Assistant like new standard for esp32 voice assistant.

Today I got my package, and realized esp32-s3-box.yaml don't work with box-3.

Please make new firmware for ESP32-S3-BOX-3.

jarodwsams commented 8 months ago

I'll second this. I just received my Box 3 this weekend.

ChristophCaina commented 7 months ago

Hi there :) I also received my Box3 today...

Right now, I am trying to figure out, what exactly might has changed, because my current configuration of the S3-Box (without VoiceAssist) does not work on the new S3-Box3...

Display Backlight and the Display seem to use a different GPIO than for the S3-Box...

In addition to that, it would be great, if the additional Hardware (Sensor-Board) could somehow be implemented, at least, with a documentation what GPIOs and so on needs to be configured.

As far as I got, the box3 comes with a built in Gyroscope, in addition to that, the additional Sensor Board will support a RADAR Sensor for Presence Detection, an IR emitter and receiver, Temp & Hum Sensor, Battery Charger...

At least, I got the LCD-Backlight :) This is connected to GPIO47, and not to GPIO45 as it is for the older S3-Box

output:
  - platform: ledc
    pin: GPIO47
    id: lcd_backlight_pin

light:
  - platform: monochromatic
    output: lcd_backlight_pin
    id: lcd_backlight
    name: "LCD Backlight"
    restore_mode: ALWAYS_ON

FR for support of the Radar-Sensor: https://github.com/esphome/feature-requests/issues/2475

FR for support of the AHT-30 Sensro: https://github.com/esphome/feature-requests/issues/2472

niemyjski commented 7 months ago

I was kind of shocked as well as this device is listed on the blog.

saya6k commented 6 months ago

I will close this since there's working config of ESP32-S3-BOX-3