Fibaro Wallplug

Hi,
I have some Fibaro Wall Plugs for HomeKit. I have managed to include them into Homey Pro 2023 using HomeKit Controller. I have also installed MQTT Hub to get information to a Python script and a MySQL database. I can see that the Hub reports the devices (I use MQTT Explorer to do this) but all values are ”null”.

The log in HomeKit Controller reports following.

2025-02-14T08:34:58.412Z [log] [ManagerDrivers] [Driver:hapIP] [Device:b77aa0d0-e3ac-4fa2-98a9-70725b32625c] Fibaro Wall Plug-973392 UNSUPPORTED Event: {“aid”:1,“iid”:15,“value”:0.12}
2025-02-14T08:34:58.412Z [log] [ManagerDrivers] [Driver:hapIP] [Device:b77aa0d0-e3ac-4fa2-98a9-70725b32625c] Fibaro Wall Plug-973392 UNSUPPORTED Event: {“aid”:1,“iid”:14,“value”:0}

Question: Is it possible to get this unsupported event to be feed correctly to MQTT Hub or is this not possible?