Zigbee2mqtt error

Hallo all

Are the anyone there have an ideer to why I turn off a Zigbee2mqtt group, it also turn off a nother group`?

this here also turn off my group [have_lys] ?

Is there a way to many clean up my zigbee2mqtt ?

[{"id":"fcc56b2b5aa62012","type":"mqtt out","z":"e30520b3ee2a2b18","name":"vitus_lys","topic":"zigbee2mqtt/vitus_lys/set","qos":"","retain":"","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"711011c119463c3b","x":480,"y":400,"wires":[]},{"id":"d4d4da2c49577505","type":"change","z":"e30520b3ee2a2b18","name":"OFF","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\t    \"state\":\"OFF\"\t}","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":350,"y":400,"wires":[["fcc56b2b5aa62012"]]},{"id":"b748fab484a7fdae","type":"inject","z":"e30520b3ee2a2b18","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":220,"y":400,"wires":[["d4d4da2c49577505"]]},{"id":"711011c119463c3b","type":"mqtt-broker","name":"MQTT Broker","broker":"192.168.1.106","port":"1883","clientid":"","autoConnect":true,"usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"userProps":"","sessionExpiry":""}]

Now I have removed all light from the group "vitus_lys"

and still....

When I turn on the light on the group "have_lys", and then send a OFF to "vitus_lys", it turn off "have_lys". I dont get it.

plz, if some one can help me out here.

Jeg tror du er dansker så derfor:
Du har brug for en zigbee2mqtt ud node.
Alt zigbee2mqtt kører via en zigbee2mqtt bridge.

I think you are Danish so therefore:
You need a zigbee2mqtt out node.
Everything zigbee2mqtt runs via a zigbee2mqtt bridge.

[{"id":"65ed381b70a658cc","type":"zigbee2mqtt-out","z":"896cf6df38fae385","name":"","server":"c35e87748865dc41","friendly_name":"vitus_lys","device_id":"1","command":"state","commandType":"z2m_cmd","payload":"payload","payloadType":"msg","optionsValue":"","optionsType":"nothing","x":460,"y":1160,"wires":[]},{"id":"edc13e68756cb2ba","type":"inject","z":"896cf6df38fae385","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"on","payloadType":"str","x":210,"y":1140,"wires":[["65ed381b70a658cc"]]},{"id":"e8f567b131b23813","type":"inject","z":"896cf6df38fae385","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"off","payloadType":"str","x":210,"y":1180,"wires":[["65ed381b70a658cc"]]},{"id":"51fb89e6b5ee75aa","type":"zigbee2mqtt-bridge","z":"896cf6df38fae385","name":"","server":"c35e87748865dc41","topic":null,"x":420,"y":1080,"wires":[[]]},{"id":"c35e87748865dc41","type":"zigbee2mqtt-server","name":"Zigbee2Mqtt","host":"localhost","mqtt_port":"1883","mqtt_username":"","mqtt_password":"","mqtt_qos":"0","tls":"","usetls":false,"base_topic":"zigbee2mqtt"}]

Tak fordi du skrev tilbage.

Men det er ikke det der er mit problem.

Problemet er, at når jeg tænder og slukker min gruppe Vitus, er det lyset i Have gruppen der tænder og slukker.

Så noget er gået helt galt i mine grupper. Det ser rigtig ud, når jeg går ind under grupperne i zigbee2mqtt interface i HA. Der står de rigtige devices i de rigtige grupper.

Jeg har prøver at slette grupperne, og skabe dem igen. men der samme sker. Jeg har prøvet at tømme min broker igennem MQTT Explore.

Thank you for writing back.
However, that's not my issue.
The problem is that when I turn on and off my Vitus group, it's the lights in the Garden group that turn on and off.
So something has gone completely wrong with my groups. It looks correct when I go into the groups in the zigbee2mqtt interface in Home Assistant. The correct devices are listed in the correct groups.
I've tried deleting the groups and creating them again, but the same thing happens. I've also attempted to clear my broker through MQTT Explorer.

You might be better asking on a Zigbee2MQTT forum, as it is not a node red issue.

okay, I do that

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.