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 integration - admin - 03.10.2024 There should not be any difference between heating and auto mode so that's why the control is binary. We've only implemented most common features because we don't have the actual device to test the integration. Which other features are you missing? RE: Zigbee gateway integration - hepa - 03.10.2024 (03.10.2024, 13:31)admin Wrote: There should not be any difference between heating and auto mode so that's why the control is binary. That is not correct unfortunately. The auto mode is controlled by week timers and what not, the only functional mode on this heater is "Manual", where the heater is working after the given setpoint, so this is absolutely necessary for basic operation. What we would like for our implementation is KeypadLockout and DisplayAutoOffActivation. EDIT: As it is now, we have no way of setting the panel heater back to manual when the user changes to auto, neither any way to block local user input. RE: Zigbee gateway integration - nathalia.av - 04.10.2024 (03.01.2022, 06:41)admin Wrote: You will need additional hardware for this. See this guide: https://www.zigbee2mqtt.io/guide/adapters/flashing/flashing_the_cc2531.html Checked! It worked on the first try. But be careful, in my case it worked with a bare CC2531 board without any prior configuration. RE: Zigbee gateway integration - nathalia.av - 07.10.2024 Hello Community. Has anyone tried this sensor with LM? I would like to know in order to implement it in a project. I have a bare board CC2531 from TI with firmware (Z-Stack_Home_1.2 20211115/20211116) CC2531_DEFAULT_20211115 from github https://www.zigbee2mqtt.io/devices/Open'...lec-open-r RE: Zigbee gateway integration - domotiqa - 07.10.2024 can i have the zigbee ipk for offline ? Thanks. I tried : https://dl.openrb.com/pkg/zigbee-20240522.ipk but doesn't work RE: Zigbee gateway integration - domotiqa - 08.10.2024 I have this zigbee lamp INNNR RB255C I can ON/OFF, LEVEL, but not RGB control. Can you add the profil ? Thankx Code: Manufacturer: innr RE: Zigbee gateway integration - Daniel - 08.10.2024 (07.10.2024, 11:55)domotiqa Wrote: can i have the zigbee ipk for offline ? SE hardware has special modifications and our zigbee apps are also different. Due to hw none compatibility we do not share our app as SE users like you might want to use it and have issues. Contact SE support for both topics. RE: Zigbee gateway integration - domotiqa - 08.10.2024 (08.10.2024, 14:01)Daniel Wrote:(07.10.2024, 11:55)domotiqa Wrote: can i have the zigbee ipk for offline ? ok thanks but I also have Lmachine on our company, not only SL HL RE: Zigbee gateway integration - hocine - 08.10.2024 Hi, I've tested several zigbee thermostats and none of them work properly. The last one I tested complies with the Zigbee 3.0 standard but doesn't work either. Can you integrate one? I'm looking for a thermostat with an outdoor temperature sensor. the last file Vir (33)Vimar - WheelThermostat_v1.0 - device information Manufacturer: Vimar Model: WheelThermostat_v1.0 Firmware version: 1.0.0_z Device type: Router Power source: Mains Receive when idle: Yes Endpoint 10 Profile: 260 Input clusters - Basic (0) - Identify (3) - HvacThermostat (513) Endpoint 242 Profile: 41440 Output clusters - GreenPower (33) RE: Zigbee gateway integration - admin - 15.10.2024 ZigBee app has been updated with new profiles and new helper functions for scripting. These functions allow reading/writing device attributes and can be used to implement functionality that is not available in built-in profiles. Documentation: https://kb.logicmachine.net/libraries/zigbee/#getnamedattribute RE: Zigbee gateway integration - tomnord - 15.10.2024 Hello, the below mentioned thermostat, is this a unit that won't be supported? Code: Manufacturer: Schneider Electric RE: Zigbee gateway integration - Sral1987 - 06.11.2024 Hi, is it possible to update Firmware for LSS100400 ? or is there no need for ? RE: Zigbee gateway integration - Daniel - 06.11.2024 Yes there is, if there will be a new firmware you will see this in the app. RE: Zigbee gateway integration - stianj - 11.11.2024 I have 1 Tradfri bulb that works just as expected, both value status and onoff status. All good. Also RGB (and perfect RGB-status, thanks to admin!) So when I got that one working, I bought a bunch of Philip Hue bulbs, thought they would for sure work. Except that they dont... I have four different kinds, and neither of them give status. If I go to "Control & status" on the zigbee page and click "Read" on device status, then the group adresses are updated correctly. But not from me sending on/off or brightness value. I don't quite understand what I'm doing wrong, since I'm sure "everyone" has these bulbs... They are all listed here: https://kb.logicmachine.net/misc/zigbee-devices/ (except that manufacturer is "Signify Netherlands B.V." and not Philips, but I guess that goes for all of them). And the Tradfri works perfect... RE: Zigbee gateway integration - Daniel - 11.11.2024 Drop the device information from the zigbee app. If manufacture is different then it is a new device for us. All my Philips are Philips as manufacture. RE: Zigbee gateway integration - stianj - 11.11.2024 (11.11.2024, 11:30)Daniel Wrote: Drop the device information from the zigbee app. If manufacture is different then it is a new device for us. All my Philips are Philips as manufacture. That's weird... Code: Manufacturer: Signify Netherlands B.V. Code: Manufacturer: Signify Netherlands B.V. Code: Manufacturer: Signify Netherlands B.V. Code: Manufacturer: Signify Netherlands B.V. RE: Zigbee gateway integration - Dmitry.T - 11.11.2024 Hello. Trying to integrate GU10 RGB Lights from EMOS (Legrand). Device is being detected as "TuYa - LED Strip Controller (RGB/CCT)". Everything seems works fine except one thing. Once lamp is added to LM/Apple Home, I am unable to set it to full brightness as it was before pairing. It do reacts on brightness control in Apple Home or from LM zigbee interface but it is not so bright as I would like to (as before pairing). Why? RE: Zigbee gateway integration - Daniel - 12.11.2024 Most likely now lights allows you to control only RGB or CT not both. When you turned it on, all were on. RE: Zigbee gateway integration - Dmitry.T - 12.11.2024 Thanks Daniel. Is there any chance to gain full control over this bulb? RE: Zigbee gateway integration - stianj - 15.11.2024 (11.11.2024, 11:30)Daniel Wrote: Drop the device information from the zigbee app. If manufacture is different then it is a new device for us. All my Philips are Philips as manufacture. Hi Daniel! Is the change of manufacturer name the reason that my status GA's are not updating? If so, can I assume this will be fixed in the next app version sometime? |