2026.03.14 06:40:52 3: BOSEST: Unknown event, please implement:
$VAR1 = {
'updates' => {
'audiospeakerattributeandsetting' => {
'audiospeakerattributeandsetting' => {
'subwoofer01' => {
'controllable' => 'true',
'available' => 'false',
'active' => 'false',
'wireless' => 'false'
},
'rear' => {
'active' => 'false',
'wireless' => 'false',
'available' => 'false',
'controllable' => 'true'
}
}
},
'deviceID' => '9884E307C182'
}
};
mqtt: !include mqtt.yaml#########################################
switch:
#########################################
## Demoswitch von fhem
- name: demoswitch
unique_id: "fhem-demoswitch"
command_topic: "fhem/demoswitch/set"
state_topic: "fhem/demoswitch/state"
payload_on: "on"
payload_off: "off"
state_on: "on"
state_off: "off"
availability_topic: "fhem/connection/status"
payload_available: "connected"
payload_not_available: "disconnected"