Jeff Geerling
Jeff Geerling
FYI, this was done: https://github.com/geerlingguy/ansible-for-devops-manuscript
Leaving open as a 'bug', since I still see the dropouts from time to time on one of my two setups. Though I may be moving to ESPHome soon... we'll...
@karthicraghupathi - Oh... something like that could work, and would make the setup of the Dock a bit more robust (I hope). If someone can work on a PR implementing...
The best hack IMO is to get an account on Linode or DigitalOcean and spin up VMs to test there—at least that would universally work... The second best is to...
Going to test: - [ ] [UTM](https://mac.getutm.app) - [ ] [Tart](https://tart.run/quick-start/) - [ ] [Lima](https://lima-vm.io/docs/) My main criteria for each one, basically can I: - Create a VM with a...
## UTM Installation / setup (assumes you have an [Ubuntu Server for Arm install ISO](https://ubuntu.com/download/server/arm)): 1. `brew install --cask utm` 2. `sudo ln -sf /Applications/UTM.app/Contents/MacOS/utmctl /usr/local/bin/utmctl` 3. Open UTM, create...
@zyga - While true, I don't want to tell everyone to buy a licensed bit of software for testing, when so many free alternatives exist :)
A few options now: - https://github.com/ajfriesen/ESPHome-AirGradient - https://github.com/MallocArray/airgradient_esphome - https://github.com/m-reiner/airgradient-esphome-prometheus One really interesting aspect of @m-reiner's configuration is that it also builds a Prometheus scraping endpoint, which is quite nice...
Merged some code based on @m-reiner's and @ajfriesen's work! 
Thanks; I would suggest asking molecule support questions on Matrix/IRC, or in other forums, this repository is more for issues relating to the book directly.