A simple Python script which provides a Bluetooth to MQTT gateway, easily extensible via custom workers. See https://github.com/zewelor/bt-mqtt-gateway/wiki for more information.
This worker supports the Osaka TV Bed available in the UK.
I have the basic MQTT forwarding done, but I'm struggling to configure it appropriately to appear as an MQTT Cover in Home Assistant, and would love some help if anyone can. I think the various different topic formatters in BaseWorker aren't very clearly defined or documented so I'm not sure what to do.
Out of scope for this PR: the audio controls
Type of change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
This worker supports the Osaka TV Bed available in the UK.
I have the basic MQTT forwarding done, but I'm struggling to configure it appropriately to appear as an MQTT Cover in Home Assistant, and would love some help if anyone can. I think the various different topic formatters in BaseWorker aren't very clearly defined or documented so I'm not sure what to do.
Out of scope for this PR: the audio controls
Type of change
Please delete options that are not relevant.