I received a pair of them today, they spent about a week in post.
They look pretty,
Immediately as I tried to plug one in, I ended up pushing it out of the 3d printed enclosure as I tried pushing it into the usb port, usb port was tight. No biggie, it went right back in snugly, it’s all good. I actually like the finger grip-y-ness that the 3d printer layers end up producing.
I have no prior experience with mqtt or zigbee internals, and I managed to somehow work around some issues with homeassistant and install mosquitto and zigbee2mqtt on my hass.io pi over the course of the last 45 minutes, and I’m seeing some ok-ish looking stuff in logs.
… now off to see if my ikea remote and/or lights get to pair somehow, if I can get the pairing toggle exposed in the ui, and I need to figure out how those events look like, and on and on. …
… no idea yet on range.
add-on log
after removing a bogus … “bool?” parameter, manually creating a directory for the config so the zigbee2mqtt add-on could create the configuration.yaml
from json that was in the add-on configuration box, and then some other unrelated things (not sure why my homeassistant just stopped processing events 2 days ago, but either restarts or upgrades fixed it)… I got it running, I think.
> node index.js zigbee2mqtt:info 7/23/2019, 9:21:18 PM Logging to directory: '/share/zigbee2mqtt/log/2019-07-23.21-20-38' zigbee2mqtt:info 7/23/2019, 9:21:20 PM Starting zigbee2mqtt version 1.5.1 (commit #unknown) zigbee2mqtt:info 7/23/2019, 9:21:20 PM Starting zigbee-shepherd zigbee2mqtt:info 7/23/2019, 9:21:30 PM zigbee-shepherd started zigbee2mqtt:info 7/23/2019, 9:21:30 PM Coordinator firmware version: '20190608' zigbee2mqtt:info 7/23/2019, 9:21:30 PM Currently 0 devices are joined: zigbee2mqtt:info 7/23/2019, 9:21:30 PM Zigbee: disabling joining new devices. zigbee2mqtt:info 7/23/2019, 9:21:30 PM Connecting to MQTT server at mqtt://homeassistant zigbee2mqtt:info 7/23/2019, 9:21:30 PM zigbee-shepherd ready zigbee2mqtt:info 7/23/2019, 9:21:37 PM Connected to MQTT server zigbee2mqtt:info 7/23/2019, 9:21:37 PM MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online' zigbee2mqtt:info 7/23/2019, 9:21:37 PM MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"version":"1.5.1","commit":"unknown","coordinator":20190608,"log_level":"info","permit_join":false}'
Thanks Hans !