homeconnect-oven-matter
homeconnect-oven-matter
Matter bridge service for a HomeConnect oven using homeconnect_local over TLS-PSK.
The service is non-interactive and binds Matter UDP on an ephemeral port (port: 0). When uncommissioned, it prints the Matter QR code and setup PIN to stdout.
Endpoints
endpoint 1microwave slider:OnOff + LevelControl(0..100%->1..100s)endpoint 2preheat slider:LevelControl(0..100%->100..200°C)endpoint 3cavity temperature sensor:TemperatureMeasurementendpoint 4door contact sensor:BooleanStateendpoint 5operation-state contact sensor:BooleanStateendpoint 6power button endpoint:OnOffendpoint 7pause/resume button endpoint:OnOff
Local Run
Use the Home Connect Profile Downloader to download your Appliance profiles, select "openHAB" as target. The downloaded ZIP-file contains each Appliance encryption Key and feature descriptions, place these in the certs folder.
crystal run src/homeconnect-oven-matter.cr -- \
--ip=192.168.4.79 \
--psk64='gU_uf9kitLaAaisF5C8NIA' \
--identity=homeconnect \
--cipher=PSK \
--device-xml=./certs/039024000094_DeviceDescription.xml \
--feature-xml=./certs/039024000094_FeatureMapping.xml
Environment variables are also supported:
HC_OVEN_IPHC_PSK64HC_IDENTITYHC_CIPHERHC_DEVICE_XMLHC_FEATURE_XMLMATTER_STORAGE_FILEHC_POLL_INTERVALLOG_LEVEL
For commissioning troubleshooting, set LOG_LEVEL=debug.
Docker
Add the required keys into .env
HC_OVEN_IP=192.168.4.79
HC_PSK64=gU_Z0uf9kitLaAaisFxUAo5A
HC_DEVICE_XML=24000094_DeviceDescription.xml
HC_FEATURE_XML=24000094_FeatureMapping.xml
then
chmod -R a+rwX ./data
docker compose up
docker-compose.yml uses network_mode: host and mounts:
./certs -> /app/certs(read-only)./data -> /app/data(needs permissive write permissions)
Validation
For real oven validation, use read-only status checks first. Do not send program commands until manual iOS testing.
homeconnect-oven-matter
- 0
- 0
- 0
- 0
- 3
- about 1 hour ago
- February 14, 2026
MIT License
Sat, 14 Feb 2026 23:46:06 GMT