How to do a custom build? #2942
Replies: 3 comments 2 replies
-
Currently our Buildroot scripts and GitHub actions really require a key/certificate to create an update bundle. You can create a build without creating an update bundle locally, which means you'll have to flash the device from scratch. There is development documentation at https://developers.home-assistant.io/docs/operating-system/getting-started which should allow you to build locally. So I assume you have issues with Bluetooth then? There were some bugs in early 10.x versions related to the BlueZ variant. Did you try using the latest 11.1 release? (You might need to update twice, to 10.5 then to 11.1). If you are using your production setup to do testing make sure to create a full backup and download it just in case 😅 |
Beta Was this translation helpful? Give feedback.
-
I have been keeping up-to-date with Home Assistant, and Home Assistant OS within a few days of new releases. I am using a test setup (with a different Bluetooth chip in it, actually an old iMac) with Proxmox, similar to how I run my production HA instance. I was able to reproduce exactly the same problem on this hardware. See also home-assistant/core#92839. |
Beta Was this translation helpful? Give feedback.
-
Validating that it is indeed the commit with the kernel update is also useful information, don't you think? When I look in homeassistant.log, I do not see any problems being reported. Did you mean for me to look in some other log file? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to figure out why starting version 10.0.rc1 there is a problem with SwitchBot devices.
I have recently installed both 9.5 and 10.0.rc1 with the latest version of Home Assistant (in a Proxmox instance).
It is clear that with 9.5 things are ok, and 10.0.rc1 is the first version that has issues.
I would like to narrow down the exact commit that breaks it. I thought I could simply fork and build using github workflows, but that seems to fail on a missing cert.pem (https://github.com/rhpijnacker/haos/actions/runs/6961283898).
Is there a way to fix this?
Or can I do a build in some other way (e.g. a build on my local hardware)?
Beta Was this translation helpful? Give feedback.
All reactions