Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module configs for grove port / m5tack-env-iv sensor #219

Merged
merged 5 commits into from
Dec 12, 2024

Conversation

jesserockz
Copy link
Member

@jesserockz jesserockz commented Dec 10, 2024

After taking control of the device configuration, you can add extra packages to add functionality without having to manage the entire configuration yourself

substitutions:
  name: home-assistant-voice-090333
  friendly_name: Home Assistant Voice 090333
packages:
  Nabu Casa.Home Assistant Voice PE: github://esphome/home-assistant-voice-pe/home-assistant-voice.yaml

  grove-i2c: github://esphome/home-assistant-voice-pe/modules/grove-i2c.yaml

esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

@youkorr

This comment was marked as off-topic.

Move grove power switch to grove yaml
@jesserockz jesserockz marked this pull request as ready for review December 11, 2024 23:55
balloob
balloob previously approved these changes Dec 12, 2024
Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

@jesserockz
Copy link
Member Author

jesserockz commented Dec 12, 2024

https://shop.m5stack.com/products/env-iv-unit-with-temperature-humidity-air-pressure-sensor-sht40-bmp280

  • Temperature
  • Humidity
  • Atmospheric Pressure

Requires grove-i2c

packages:
  grove-i2c: github://esphome/home-assistant-voice-pe/modules/grove-i2c.yaml
sensor:
  - platform: sht4x
    i2c_id: grove_i2c
    temperature:
      name: Temperature
    humidity:
      name: Humidity

  - platform: bmp280_i2c
    i2c_id: grove_i2c
    address: 0x76
    pressure:
      name: Pressure

@jesserockz
Copy link
Member Author

jesserockz commented Dec 12, 2024

https://shop.m5stack.com/products/pir-module

  • PIR Motion

Requires grove-power

packages:
  grove-power: github://esphome/home-assistant-voice-pe/modules/grove-power.yaml
binary_sensor:
  - platform: gpio
    pin:
      number: 2
    name: Motion
    device_class: motion

@jesserockz
Copy link
Member Author

https://shop.m5stack.com/products/tvoc-eco2-gas-unit-sgp30

  • TVOC
  • eCO2

Requires grove-i2c

packages:
  grove-i2c: github://esphome/home-assistant-voice-pe/modules/grove-i2c.yaml
sensor
  - platform: sgp30
    i2c_id: grove_i2c
    tvoc:
      name: "TVOC"
    eco2:
      name: "eCO2"

Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

@jesserockz
Copy link
Member Author

https://shop.m5stack.com/products/dlight-unit-ambient-light-sensor-bh1750fvi-tr

  • Ambient Light

Requires grove-i2c

packages:
  grove-i2c: github://esphome/home-assistant-voice-pe/modules/grove-i2c.yaml
sensor:
  - platform: bh1750
    i2c_id: grove_i2c
    name: "Light Intensity"

@balloob balloob merged commit 93089df into dev Dec 12, 2024
11 checks passed
@balloob balloob deleted the jesserockz-2024-573 branch December 12, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants