I have updated my zigbee2mqtt software to 1.21.2 and now my zigbee2mqtt groups are no longer working.
After that i downgraded to vs 1.21.1 and now those groups are working fine.
In the zigbee2mqtt log it says:
Oct 26 17:37:35 raspberrypi npm[698]: (node:713) UnhandledPromiseRejectionWarning: TypeError: Object.fromEntries is not a function
Oct 26 17:37:35 raspberrypi npm[698]: at Publish.onMQTTMessage_ (/opt/zigbee2mqtt/lib/extension/publish.ts:146:20)
Oct 26 17:37:35 raspberrypi npm[698]: at EventEmitter.emit (events.js:203:15)
Oct 26 17:37:35 raspberrypi npm[698]: at EventBus.emitMQTTMessage (/opt/zigbee2mqtt/lib/eventBus.ts:94:72)
Oct 26 17:37:35 raspberrypi npm[698]: at MQTT.onMessage (/opt/zigbee2mqtt/lib/mqtt.ts:112:27)
Oct 26 17:37:35 raspberrypi npm[698]: at MqttClient.emit (events.js:198:13)
Oct 26 17:37:35 raspberrypi npm[698]: at MqttClient._handlePublish (/opt/zigbee2mqtt/node_modules/mqtt/lib/client.js:1277:12)
Oct 26 17:37:35 raspberrypi npm[698]: at MqttClient._handlePacket (/opt/zigbee2mqtt/node_modules/mqtt/lib/client.js:410:12)
Oct 26 17:37:35 raspberrypi npm[698]: at work (/opt/zigbee2mqtt/node_modules/mqtt/lib/client.js:321:12)
Oct 26 17:37:35 raspberrypi npm[698]: at Writable.writable._write (/opt/zigbee2mqtt/node_modules/mqtt/lib/client.js:335:5)
Oct 26 17:37:35 raspberrypi npm[698]: at doWrite (/opt/zigbee2mqtt/node_modules/readable-stream/lib/_stream_writable.js:409:139)
Oct 26 17:37:35 raspberrypi npm[698]: (node:713) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
I am running the latest version of home assistant.
Does anybody have a clue what’s going on?