Zigbee gateway integration - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Zigbee gateway integration (/showthread.php?tid=3320) |
RE: Zigbee gateway - watamat - 20.10.2022 (20.10.2022, 06:20)admin Wrote: Support for Aqara SSM-U02 will be added in the next version. Thank you! RE: Zigbee gateway integration - Rune - 23.10.2022 Does the GW support actual power in Aqara Smart plug or Osram smart plug? RE: Zigbee gateway integration - admin - 24.10.2022 @Rune, which models exactly? The Osram plug that we have does not support any kind of energy measurement. Not all Aqara plugs support it too. RE: Zigbee gateway integration - Rune - 24.10.2022 (24.10.2022, 08:26)admin Wrote: @Rune, which models exactly? The Osram plug that we have does not support any kind of energy measurement. Not all Aqara plugs support it too. LUMI lumi.plug.maeu01 Aqara - Smart Plug I just found them two in the list since I am looking for a smart plug with power measurement. So it is the same for me, as long as it support power measurement. RE: Zigbee gateway integration - admin - 25.10.2022 Aqara Smart Plug supports power measurement. RE: Zigbee gateway integration - jmir - 30.10.2022 Will Zigbee be available on LM4 (i.MX28)? RE: Zigbee gateway integration - admin - 31.10.2022 ZigBee is only supported on iMX6 platform. It requires a faster CPU and more RAM that the old platform does not have. RE: Zigbee gateway - watamat - 01.11.2022 Hi! Please add support for MiBOXER RGBW LED Controller. Color cannot be changed. Thank you! Code: Manufacturer: _TZ3210_ttkgurpb RE: Zigbee gateway integration - admin - 03.11.2022 ZigBee app has been updated with new profiles and features. For existing devices with updated profiles a reset and new pairing is needed. The biggest new feature is ZigBee groups where several devices can be controlled together. It also allows direct binding of sensors (switches) to actuators (plugs, lamps, dimmers, etc). This way the control goes directly from one device to another without having to go through LM coordinator. RE: Zigbee gateway integration - clue9 - 06.11.2022 (03.11.2022, 07:37)admin Wrote: ZigBee app has been updated with new profiles and features. For existing devices with updated profiles a reset and new pairing is needed. The biggest new feature is ZigBee groups where several devices can be controlled together. It also allows direct binding of sensors (switches) to actuators (plugs, lamps, dimmers, etc). This way the control goes directly from one device to another without having to go through LM coordinator. Hi. I updated this latest app, and created 2 groups, and all worked well. Now I get this fault in the log, and discovered i had lights not responding. What could be wrong here? Edit, no zigbee response at all... lua: /tmp/tmp.zuUiif2Lpb/files/store/daemon/zigbee/lib/ctx.lua:191: ...tmp.zuUiif2Lpb/files/store/daemon/zigbee/zigbee/core.lua:813: ZB: could not start coordinator stack traceback: [C]: in function 'error' /tmp/tmp.zuUiif2Lpb/files/store/daemon/zigbee/lib/ctx.lua:191: in function 'task_resume' /tmp/tmp.zuUiif2Lpb/files/store/daemon/zigbee/lib/ctx.lua:204: in function 'callback' /tmp/tmp.zuUiif2Lpb/files/store/daemon/zigbee/lib/ctx.lua:158: in function 'task_timer_run' /tmp/tmp.zuUiif2Lpb/files/store/daemon/zigbee/lib/ctx.lua:39: in function 'run' /tmp/tmp.zuUiif2Lpb/files/store/daemon/zigbee/app.lua:361: in main chunk [C]: at 0x0001496c RE: Zigbee gateway integration - Daniel - 07.11.2022 Which groups did you create? RE: Zigbee gateway integration - clue9 - 07.11.2022 (07.11.2022, 09:24)Daniel Wrote: Which groups did you create? I createt 2 light groups in zigbee to pair a zigbee remote's buttons to each of the lights. The groups is in on/off and level mode. The pairng went fine and it did work as supposed, 30 minutes in i discovered the system popped theese logs, and got worse. (still does pop theese errors) I have to mention i have a script to poll the ligths to update the status object's for the lights, as they don't update as i want out of the zigbee app. (disabled script when problem accoured to rule out the script making some fuzz) The script is as follows and triggers on tag's for the GA for the lights, 16 GA is tagged to fire the script on change on the light from switch/app etc. (script complains sometimes with this faultcode) Code: Lys-status oppdaterlys 07.11.2022 14:42:28 Code: zb = require('applibs.zigbee') Current fault log from zigbee app itself. Code: Date Entry Could the dongle be out of memory failure maybe du to to much polling? System have 14 zigbee devices. It shall be ok du to specs from Edgars. (15 device limit) I have the new RS232 GW in order currently. Have tried restart of system, and uninstall and reinstall zigbee app. RE: Zigbee gateway integration - Daniel - 07.11.2022 This seems like dongle issue, wait for the RS232 version. RE: Zigbee gateway - watamat - 12.11.2022 (01.11.2022, 14:08)watamat Wrote: Hi! Thanks for the update but I cannot control the white LED. I can only set the RGB colors. RE: Zigbee gateway integration - admin - 14.11.2022 ZigBee does not support RGBW directly. Color is set via XY coordinates. The LED controller should be responsible for controlling white automatically. A different controller model (TS0505B) supports both RGB and white color temperature control. RE: Zigbee gateway integration - watamat - 15.11.2022 (14.11.2022, 06:54)admin Wrote: ZigBee does not support RGBW directly. Color is set via XY coordinates. The LED controller should be responsible for controlling white automatically. A different controller model (TS0505B) supports both RGB and white color temperature control. Thanks. RE: Zigbee gateway integration - tigi - 17.11.2022 (07.11.2022, 15:35)Daniel Wrote: This seems like dongle issue, wait for the RS232 version. Hi Daniel, Can I order the RS232 version already? RE: Zigbee gateway integration - Daniel - 18.11.2022 (17.11.2022, 18:09)tigi Wrote:(07.11.2022, 15:35)Daniel Wrote: This seems like dongle issue, wait for the RS232 version. The first batch is already sold out. Contact our sales team for the availability. RE: Zigbee gateway integration - CarlS - 19.11.2022 Hi Another Zigbee product I wish to use with LM This is a Namron Thermostat Code: NAMRON AS - 4512738 - device information Thanks RE: Zigbee gateway integration - admin - 21.11.2022 This thermostat has a lot of custom properties that we will not implement. Some standard properties like setpoint, temperature and power measurements can be implemented. |