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

Testing the satellite1.factory.yaml config from develop branch - results #207

Open
ms1design opened this issue Dec 17, 2024 · 0 comments
Open
Assignees

Comments

@ms1design
Copy link

Testing environment

Home Assistant: 2024.12.3
Music Assistant: 2.3.3
Branch: develop [385676b]
Flashed config: satellite1.factory.yaml
XMOS Firmware: v1.0.1-alpha.40
Onboarding method: BT Improv / iOS Companion App

Testing workflow

Add use_address to config/common/wifi_improv.yaml to enable to tail logs though WiFi:

wifi:
  id: wifi_id
  use_address: satellite1-XXXXX.local
  1. Flash:
esptool.py -p /dev/cu.usbmodem101 erase_flash | tee erase.log && \
esphome clean config/satellite1.factory.yaml | tee clean.log && \
esphome compile config/satellite1.factory.yaml | tee compile.log && \
esphome upload config/satellite1.factory.yaml | tee upload.log
  1. Powered using USB-C with 3A @ 9V PD
  2. Connected to WiFi using BT Improv onboarding from HA Companion App
  3. Tail logs using WiFi (I dunno, but it fails for me when used with factory config):
esphome logs config/satellite1.factory.yaml | tee runtime.log

Issues

esphome logs config/satellite1.factory.yaml | tee runtime.log gives no logs over WiFi, where `satellite1` config works.

Other observations

  • probably same user experience issues as when Ive tested develop flashing
  • XMOS was automatically flashed 👍 (from v1.0.1-alpha.39)

Dumped logs

compile.log
erase.log
runtime.log
upload.log

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

No branches or pull requests

2 participants