Model: WZ-M100-W
Working voltage: USB 5v
Sensing distance: 0.3-9m (default 6m)
Illuminance sensor: 0-2000 LUX
Working temperature: -20’c ~ +70’c
Size: 58mm x 58mm x 11mm
I’ve read that its compatible with Z2M but it doesn’t appear to fully work - its certainly not recognised. I’m running v1.28.2 of Z2M.
Nov 28 12:24:07.416266 Collective-Core conmon[22426]: Zigbee2MQTT:warn 2022-11-28 12:24:07: Received message from unsupported device with Zigbee model ‘TS0601’ and manufacturer name ‘_TZE204_ztc6ggyl’
Nov 28 12:24:07.418567 Collective-Core conmon[22426]: Zigbee2MQTT:warn 2022-11-28 12:24:07: Please see: Support new devices | Zigbee2MQTT
Nov 28 12:24:07.422419 Collective-Core conmon[22426]: Zigbee2MQTT:info 2022-11-28 12:24:07: MQTT publish: topic ‘zigbee2mqtt/0xf4b3b1fffec9b214’, payload ‘{“last_seen”:1669638247413,“linkquality”:105}’
sudo oll-z2m --update should put you on the latest version, unless markus has it locked the a specific one, in which case edit the oll-z2m.conf file and change the version line to say :latest at the end, then run the update command.
Immediately… Core pulls directly from the Z2M repositories. Running the update command will put you on the latest version right then, but you do have to issue a --restart to the service for the update to take effect.
Firmware for the stick itself is 100% on you to decide if and when to update, CORE does not offer that functionality, and likely never will due to the variables and brick risk inherent therein.
Just been reading this thread and can see that I am on 1.27.0. when I put in sudo oll-z2m --version
Is it worth updating or just leave as is.
Just wondering what the advantages of updating are.
Thanks.
You can manually add the new converter to your existing version of z2m… it’s fairly straightforward:
Grab the converter file from github and change the prefix “…/” in all of the const declarations at the top to “zigbee-herdsman-converters”. For example, here’s one const declaration modified to work when used in an externally-declared converter:
Next, save the converter file on your Core in the z2m data directory for the oh-la user (same directory that all your config is stored in).
Open up z2m and go to settings. One of the tabs (may be under advanced?) is for external converters. Type in the filename (no path in front of it), apply, and then re-start z2m.
Your configuration.yaml file will automatically be updated to point to the new converter, and it should be loaded and ready to go.
Looking here, Releases · Koenkk/zigbee2mqtt · GitHub, it appears there are a large number of bugfixes and new devices supported in newer versions of z2m. 1.28.2 has been very stable for me, but ymmv.