2022-09-01 13:52:07 +02:00
|
|
|
substitutions:
|
|
|
|
name: "raspiaudio-muse-luxe"
|
2023-05-01 20:57:16 +02:00
|
|
|
friendly_name: "RaspiAudio Muse Luxe"
|
|
|
|
|
2022-09-01 13:52:07 +02:00
|
|
|
esphome:
|
2023-05-01 20:57:16 +02:00
|
|
|
name: "${name}"
|
|
|
|
name_add_mac_suffix: False
|
|
|
|
project:
|
|
|
|
name: raspiaudio.muse-luxe
|
|
|
|
version: "1.0"
|
|
|
|
|
|
|
|
esp32:
|
|
|
|
board: esp-wrover-kit
|
|
|
|
framework:
|
|
|
|
type: arduino
|
|
|
|
|
|
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
|
|
api:
|
|
|
|
encryption:
|
|
|
|
key: !secret apikey
|
|
|
|
ota:
|
|
|
|
password: !secret ota
|
|
|
|
|
|
|
|
i2c:
|
|
|
|
sda: GPIO18
|
|
|
|
scl: GPIO23
|
2022-09-01 13:52:07 +02:00
|
|
|
|
|
|
|
wifi:
|
2022-12-17 11:49:09 +01:00
|
|
|
ssid: Voltage-legacy
|
|
|
|
password: !secret voltage_legacy_psk
|
2022-09-01 15:25:46 +02:00
|
|
|
use_address: raspiaudio-muse-luxe.home
|
|
|
|
power_save_mode: high
|
|
|
|
fast_connect: on
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
|
|
ap:
|
|
|
|
ssid: "Raspiaudio Fallback Hotspot"
|
|
|
|
password: !secret fallback_psk
|
|
|
|
|
2023-05-01 20:57:16 +02:00
|
|
|
captive_portal:
|
2022-09-01 15:25:46 +02:00
|
|
|
|
2023-05-01 20:57:16 +02:00
|
|
|
improv_serial:
|
|
|
|
|
|
|
|
external_components:
|
|
|
|
- source: github://pr#3552
|
|
|
|
components: [es8388]
|
|
|
|
refresh: 0s
|
|
|
|
|
|
|
|
i2s_audio:
|
|
|
|
i2s_lrclk_pin: GPIO25
|
|
|
|
i2s_bclk_pin: GPIO5
|
|
|
|
|
|
|
|
media_player:
|
|
|
|
- platform: i2s_audio
|
|
|
|
name: ${friendly_name} Player
|
|
|
|
dac_type: external
|
|
|
|
i2s_dout_pin: GPIO26
|
|
|
|
mode: stereo
|
|
|
|
mute_pin:
|
|
|
|
number: GPIO21
|
|
|
|
inverted: true
|
|
|
|
|
|
|
|
es8388:
|
2022-09-01 15:25:46 +02:00
|
|
|
|
|
|
|
sensor:
|
2023-05-01 20:57:16 +02:00
|
|
|
- platform: adc
|
|
|
|
pin: GPIO33
|
|
|
|
name: ${name} Battery
|
|
|
|
icon: "mdi:battery-outline"
|
|
|
|
device_class: voltage
|
|
|
|
state_class: measurement
|
|
|
|
unit_of_measurement: V
|
|
|
|
update_interval: 15s
|
|
|
|
accuracy_decimals: 3
|
|
|
|
attenuation: 11db
|
|
|
|
raw: true
|
|
|
|
filters:
|
|
|
|
- multiply: 0.00173913 # 2300 -> 4, for attenuation 11db, based on Olivier's code
|
|
|
|
- exponential_moving_average:
|
|
|
|
alpha: 0.2
|
|
|
|
send_every: 2
|
|
|
|
- delta: 0.002
|
2022-09-01 15:25:46 +02:00
|
|
|
# WiFi signal strength
|
|
|
|
- platform: wifi_signal
|
|
|
|
name: "WiFi Signalstärke"
|
|
|
|
update_interval: 60s
|
2023-05-01 20:57:16 +02:00
|
|
|
|
|
|
|
binary_sensor:
|
|
|
|
- platform: gpio
|
|
|
|
pin:
|
|
|
|
number: GPIO19
|
|
|
|
inverted: true
|
|
|
|
mode:
|
|
|
|
input: true
|
|
|
|
pullup: true
|
|
|
|
name: ${friendly_name} Volume Up
|
|
|
|
on_click:
|
|
|
|
- media_player.volume_up:
|
|
|
|
- platform: gpio
|
|
|
|
pin:
|
|
|
|
number: GPIO32
|
|
|
|
inverted: true
|
|
|
|
mode:
|
|
|
|
input: true
|
|
|
|
pullup: true
|
|
|
|
name: ${friendly_name} Volume Down
|
|
|
|
on_click:
|
|
|
|
- media_player.volume_down:
|
|
|
|
- platform: gpio
|
|
|
|
pin:
|
|
|
|
number: GPIO12
|
|
|
|
inverted: true
|
|
|
|
mode:
|
|
|
|
input: true
|
|
|
|
pullup: true
|
|
|
|
name: ${friendly_name} Play Button
|
|
|
|
on_click:
|
|
|
|
- media_player.toggle:
|
|
|
|
|
|
|
|
light:
|
|
|
|
- platform: fastled_clockless
|
|
|
|
name: ${friendly_name} LED
|
|
|
|
pin: GPIO22
|
|
|
|
chipset: SK6812
|
|
|
|
num_leds: 1
|
|
|
|
rgb_order: grb
|