v0.1.2-beta.2
·
301 commits
to develop
since this release
v01.2-beta update
🚀 Enhancements
- Improved Power Support:
- Batch 2 units can now power on the built-in amplifier and power a speaker via a standard 5V USB connection. This means a 9V USB power adapter is no longer a hard requirement, however 9V or more is still recommended for optimal performance of the built-in amplifier.
- Both batch 1 & batch 2 units now have USB-C Power Delivery negotiation support for up to 20V.
- Pre-Built Firmware Variants: All future releases will include pre-built firmware variants you can choose from to flash to your Sat1 using our firmware flashing tool, available at docs.futureproofhomes.net. Firmware variants include:
- Production Firmware
- No mmWave
- LD2410 mmWave
- LD2450 mmWave
- Beta Firmware
- No mmWave
- LD2410 mmWave
- LD2450 mmWave
- Production Firmware
- Media Player Stability:
- Improved stability during long streaming sessions.
⚠️ Breaking Changes
- No breaking changes: This firmware is fully compatible with your existing Sat1 device.
🔧 ESPHome 2025.5.0 Compatibility Notice (Released by Nabu Casa 6 hours ago)
- The latest ESPHome 2025.5.0 release is currently incompatible with the Sat1 firmware and will fail to build it.
- If you plan to take control of your Sat1 firmware or update an existing custom firmware, please ensure you are using ESPHome 2025.4.x or earlier.
Bug-Fixes
- missing dac settings in i2s_speaker config (software volume control was used)
- fix: fusb reported internally wrong contract voltage (automations could trigger on wrong voltages)
- use local copy of audio component with decoder fix (sudden media player stops)
- Merge pull request #309 from FutureProofHomes/dac_proxy_adaptations (volume and mute state were not set correctly at boot up)
What's Changed
- Missing dac settings in i2s_speaker config by @gnumpi in #289
- Supporting 20V USB-C Power Adapter by @that1guy in #292
- Fusb302b fixes for non-pd power supplies by @gnumpi in #302
- 5V support for TAS2780 by @gnumpi in #303
- Some cleanups by @gnumpi in #307
- Use local audio component to apply decoder fix by @gnumpi in #308
- Adapt dac_proxy to changes in TAS2780 and ESPHome 2025.2 MP by @gnumpi in #309
- Use local audio component also in dashboard builds by @gnumpi in #315
- Pre-build mmWave Firmwares by @gnumpi in #314
- v0.1.2-beta update by @gnumpi in #317
Full Changelog: v0.1.2-beta.1...v0.1.2-beta.2