This is a working repo for a Bambu Lab X1C Integration into Home Assistant. It is not production ready, and will be moved to a HACS repo once ready for daily use
- Create a folder with
custom_components
calledbambulab
- Fork this repo
- Clone your fork into the
bambulab
folder:git clone <url> .
- Initial configuration flow is functionally working.
pybambu
is local to this project for now, but this needs to expose the device serial number, so that it can be passed to the unique ID of the Home Assistant Entity - Only creating a WiFi Signal sensor at the moment until the data can be passed to HA
- Coordinator does not currently get data or return to HA