Posts: 30
Threads: 5
Joined: Dec 2018
Reputation:
0
(24.10.2023, 13:08) admin Wrote: LM5 M4 does not have RS232, only 2x RS485.
My fault..
Wrong firmware on LM5.
It is a LM5p2-PMC, and with firmware "LM5 Lite + Ext" everything is working fine.
Thanks a lot
Posts: 10
Threads: 2
Joined: Oct 2017
Reputation:
0
01.11.2023, 10:36
(This post was last modified: 01.11.2023, 11:06 by Sjef de Laat .)
Is it possible to Add a profile for this Device, harder and softer does work, but it is not possible to adjust the collors, but you can do so on the lamp?
With Homey I can adjust the colors with RGB or color temperature.
IKEA of Sweden - TRADFRI bulb GU10 CWS 345lm - device information
Manufacturer: IKEA of Sweden
Model: TRADFRI bulb GU10 CWS 345lm
Firmware version: 1.0.021
Device type: Router
Power source: Mains
Receive when idle: Yes
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- Identify (3)
- Groups (4)
- Scenes (5)
- OnOff (6)
- LevelCtrl (8)
- LightingColorCtrl (768)
- HaDiagnostic (2821)
- LightLink (4096)
- 64636
Output clusters
- Ota (25)
Endpoint 242
Profile: 41440
Output clusters
- GreenPower (33)
Reported attributes
- level: 30
- onoff: true
Attached Files
Thumbnail(s)
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Profile for TRADFRI bulb GU10 CWS 345lm will be added in the next app version.
Posts: 95
Threads: 16
Joined: Aug 2019
Reputation:
0
Hello everyone!
I see there's a new option in the zigbee app - Add install code, could it be that we can now add profiles ourselves? Does anyone know how it works?
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Install code is a security feature. Some devices require using an install code for pairing. Check this link for more info:
https://www.silabs.com/documents/public/...evices.pdf
Posts: 264
Threads: 39
Joined: Feb 2016
Reputation:
1
07.11.2023, 17:03
(This post was last modified: 07.11.2023, 17:24 by domotiqa .)
hi,
any hope to have this device include.
https://www.amazon.fr/gp/product/B087QSD...UTF8&psc=1
https://www.amazon.fr/Woox-701136-T%C3%A...989&sr=8-7
Interresting 4 buton remote that can be attach to key.
Only batterie value received
https://zigbee.blakadder.com/Nedis_ZBRC10WT.html
https://gist.github.com/nksglns/a0cc110f...c5b1ce7e44
Code:
Manufacturer: _TZ3000_fsiepnrh
Model: TS0215A
Device type: End device
Power source: Battery
Receive when idle: No
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- PowerCfg (1)
- SsIasZone (1280)
- SsIasAce (1281)
Output clusters
- Ota (25)
- Time (10)
The four buton are:
Code:
> arm_day_zones
> arm_all_zones
> disarm
> emergency
Code:
"TuyaKeyfobMap": {
"vendor": "Woox",
"doc": "4 button remotes from Woox and Nedis",
"modelids": ["_TZ3000_0zrccfgx", "_TZ3000_fsiepnrh"],
"map": [
[1, "0x01", "IAS_ACE", "ARM", "1", "S_BUTTON_1", "S_BUTTON_ACTION_SHORT_RELEASED", "Arm day/home zones only"],
[1, "0x01", "IAS_ACE", "ARM", "0", "S_BUTTON_2", "S_BUTTON_ACTION_SHORT_RELEASED", "Disarm"],
[1, "0x01", "IAS_ACE", "EMERGENCY", "0", "S_BUTTON_3", "S_BUTTON_ACTION_SHORT_RELEASED", "Emergency"],
[1, "0x01", "IAS_ACE", "ARM", "3", "S_BUTTON_4", "S_BUTTON_ACTION_SHORT_RELEASED", "Arm all zones"]
]
},
This I'm nnot sure
Code:
"samjinButtonMap": {
"vendor": "Samjin",
"doc": "Remote",
"modelids": ["button"],
"map": [
[1, "0x01", "IAS_ZONE", "STATUS_CHANGE", "0x01", "S_BUTTON_1", "S_BUTTON_ACTION_SHORT_RELEASED", "Single press"],
[1, "0x01", "IAS_ZONE", "STATUS_CHANGE", "0x02", "S_BUTTON_1", "S_BUTTON_ACTION_DOUBLE_PRESS", "Double press"],
[1, "0x01", "IAS_ZONE", "STATUS_CHANGE", "0x03", "S_BUTTON_1", "S_BUTTON_ACTION_HOLD", "Hold"]
]
},
log:
Code:
[2023-11-07 17:59:36] ZB: sending ZCL message to broadcast, cluster 0021:
{ FrameControl = [ "FrameTypeLocal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 22, GreenPowerClusterFrame = { CommandIdentifier = "GPCommMode", GPCommMode = { CommisioningWindow = 0, Options = 10 } } }
[2023-11-07 17:59:36] CC: sending SREQ_AF_DATA_REQUEST_EXT, data:
{ Data = [ 25, 22, 2, 10, 0, 0 ], Options = [ ], ClusterId = 33, DstEndpoint = 242, Radius = 30, DstPanId = 0, DstAddrMode = "Addr16Bit", DstAddr = "000000000000FFFD", TransId = 162, SrcEndpoint = 242 }
[2023-11-07 17:59:36] ZNP: sending request:
[31] FE 1A 24 02 02 FD FF 00 00 00 00 00 00 F2 00 00 F2 21 00 A2 00 1E 06 00 19 16 02 0A 00 00 A0
[2023-11-07 17:59:36] CC: MT type AREQ (2), subsystem ZDO (0x05), command id 0xB6, data:
[5] 45 B6 00 00 00
[2023-11-07 17:59:36] CC: MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP, payload:
{ SrcAddr = 0, Status = 0 }
[2023-11-07 17:59:36] CC: MT type SRSP (3), subsystem AF (0x04), command id 0x02, data:
[3] 64 02 00
[2023-11-07 17:59:36] CC: MT command SRSP_AF_DATA_REQUEST_EXT, payload:
{ Status = 0 }
[2023-11-07 17:59:36] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 00 F2 A2
[2023-11-07 17:59:36] CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 0, TransId = 162, Endpoint = 242 }
[2023-11-07 17:59:38] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x81, data:
[25] 44 81 00 00 01 05 89 EF 01 01 00 24 00 66 6F 0A 00 00 03 01 76 02 89 EF 1D
[2023-11-07 17:59:38] CC: MT command AREQ_AF_INCOMING_MSG, payload:
{ LinkQuality = 36, Data = [ 1, 118, 2 ], SrcAddr = 61321, SecurityUse = 0, Radius = 29, ClusterId = 1281, SrcEndpoint = 1, MacSrcAddr = 61321, GroupId = 0, TransSeqNumber = 0, Timestamp = 683878, DstEndpoint = 1, WasBroadcast = 0 }
[2023-11-07 17:59:38] CC: incoming message from EF89, cluster 0501, dst EP 1
[2023-11-07 17:59:38] ZB: packet from bc33acfffe619e4e:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer" ], TransactionSequenceNumber = 118 }
[2023-11-07 17:59:38] ZB: sending ZCL message to bc33acfffe619e4e, cluster 0501:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 118, GeneralCommandFrame = { CommandIdentifier = "DefaultResponse", DefaultResponse = { Status = "SUCCESS", CommandIdentifier = 2 } } }
[2023-11-07 17:59:38] CC: sending SREQ_AF_DATA_REQUEST, data:
{ ClusterId = 1281, DstEndpoint = 1, Data = [ 24, 118, 11, 2, 0 ], DstAddr = 61321, Radius = 30, Options = [ ], TransId = 163, SrcEndpoint = 1 }
[2023-11-07 17:59:38] ZNP: sending request:
[20] FE 0F 24 01 89 EF 01 01 01 05 A3 00 1E 05 18 76 0B 02 00 97
[2023-11-07 17:59:38] CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
[2023-11-07 17:59:38] CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
[2023-11-07 17:59:38] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 00 01 A3
[2023-11-07 17:59:38] CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 0, TransId = 163, Endpoint = 1 }
[2023-11-07 17:59:39] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x81, data:
[28] 44 81 00 00 01 05 89 EF 01 01 00 24 00 2D CD 0A 00 00 06 01 77 00 03 00 17 89 EF 1D
[2023-11-07 17:59:39] CC: MT command AREQ_AF_INCOMING_MSG, payload:
{ LinkQuality = 36, Data = [ 1, 119, 0, 3, 0, 23 ], SrcAddr = 61321, SecurityUse = 0, Radius = 29, ClusterId = 1281, SrcEndpoint = 1, MacSrcAddr = 61321, GroupId = 0, TransSeqNumber = 0, Timestamp = 707885, DstEndpoint = 1, WasBroadcast = 0 }
[2023-11-07 17:59:39] CC: incoming message from EF89, cluster 0501, dst EP 1
[2023-11-07 17:59:39] ZB: packet from bc33acfffe619e4e:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer" ], TransactionSequenceNumber = 119 }
[2023-11-07 17:59:39] ZB: sending ZCL message to bc33acfffe619e4e, cluster 0501:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 119, GeneralCommandFrame = { CommandIdentifier = "DefaultResponse", DefaultResponse = { Status = "SUCCESS", CommandIdentifier = 0 } } }
[2023-11-07 17:59:39] CC: sending SREQ_AF_DATA_REQUEST, data:
{ ClusterId = 1281, DstEndpoint = 1, Data = [ 24, 119, 11, 0, 0 ], DstAddr = 61321, Radius = 30, Options = [ ], TransId = 164, SrcEndpoint = 1 }
[2023-11-07 17:59:39] ZNP: sending request:
[20] FE 0F 24 01 89 EF 01 01 01 05 A4 00 1E 05 18 77 0B 00 00 93
[2023-11-07 17:59:39] CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
[2023-11-07 17:59:39] CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
[2023-11-07 17:59:39] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 00 01 A4
[2023-11-07 17:59:39] CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 0, TransId = 164, Endpoint = 1 }
[2023-11-07 17:59:39] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x81, data:
[28] 44 81 00 00 01 05 89 EF 01 01 00 2B 00 8B 23 0B 00 00 06 01 78 00 01 00 17 89 EF 1D
[2023-11-07 17:59:39] CC: MT command AREQ_AF_INCOMING_MSG, payload:
{ LinkQuality = 43, Data = [ 1, 120, 0, 1, 0, 23 ], SrcAddr = 61321, SecurityUse = 0, Radius = 29, ClusterId = 1281, SrcEndpoint = 1, MacSrcAddr = 61321, GroupId = 0, TransSeqNumber = 0, Timestamp = 729995, DstEndpoint = 1, WasBroadcast = 0 }
[2023-11-07 17:59:39] CC: incoming message from EF89, cluster 0501, dst EP 1
[2023-11-07 17:59:39] ZB: packet from bc33acfffe619e4e:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer" ], TransactionSequenceNumber = 120 }
[2023-11-07 17:59:39] ZB: sending ZCL message to bc33acfffe619e4e, cluster 0501:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 120, GeneralCommandFrame = { CommandIdentifier = "DefaultResponse", DefaultResponse = { Status = "SUCCESS", CommandIdentifier = 0 } } }
[2023-11-07 17:59:39] CC: sending SREQ_AF_DATA_REQUEST, data:
{ ClusterId = 1281, DstEndpoint = 1, Data = [ 24, 120, 11, 0, 0 ], DstAddr = 61321, Radius = 30, Options = [ ], TransId = 165, SrcEndpoint = 1 }
[2023-11-07 17:59:39] ZNP: sending request:
[20] FE 0F 24 01 89 EF 01 01 01 05 A5 00 1E 05 18 78 0B 00 00 9D
[2023-11-07 17:59:39] CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
[2023-11-07 17:59:39] CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
[2023-11-07 17:59:39] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 00 01 A5
[2023-11-07 17:59:39] CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 0, TransId = 165, Endpoint = 1 }
[2023-11-07 17:59:39] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x81, data:
[28] 44 81 00 00 01 05 89 EF 01 01 00 2B 00 EF 8F 0B 00 00 06 01 79 00 00 00 17 89 EF 1D
[2023-11-07 17:59:39] CC: MT command AREQ_AF_INCOMING_MSG, payload:
{ LinkQuality = 43, Data = [ 1, 121, 0, 0, 0, 23 ], SrcAddr = 61321, SecurityUse = 0, Radius = 29, ClusterId = 1281, SrcEndpoint = 1, MacSrcAddr = 61321, GroupId = 0, TransSeqNumber = 0, Timestamp = 757743, DstEndpoint = 1, WasBroadcast = 0 }
[2023-11-07 17:59:39] CC: incoming message from EF89, cluster 0501, dst EP 1
[2023-11-07 17:59:39] ZB: packet from bc33acfffe619e4e:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer" ], TransactionSequenceNumber = 121 }
[2023-11-07 17:59:39] ZB: sending ZCL message to bc33acfffe619e4e, cluster 0501:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 121, GeneralCommandFrame = { CommandIdentifier = "DefaultResponse", DefaultResponse = { Status = "SUCCESS", CommandIdentifier = 0 } } }
[2023-11-07 17:59:39] CC: sending SREQ_AF_DATA_REQUEST, data:
{ ClusterId = 1281, DstEndpoint = 1, Data = [ 24, 121, 11, 0, 0 ], DstAddr = 61321, Radius = 30, Options = [ ], TransId = 166, SrcEndpoint = 1 }
[2023-11-07 17:59:39] ZNP: sending request:
[20] FE 0F 24 01 89 EF 01 01 01 05 A6 00 1E 05 18 79 0B 00 00 9F
[2023-11-07 17:59:39] CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
[2023-11-07 17:59:39] CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
[2023-11-07 17:59:40] CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 00 01 A6
[2023-11-07 17:59:40] CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 0, TransId = 166, Endpoint = 1 }
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Posts: 8
Threads: 0
Joined: Nov 2021
Reputation:
0
(13.09.2023, 12:09) admin Wrote: @Sral1987, did you reset and pair your device again after updating the ZigBee app?
@Zen, we are still testing Danfoss valve but from what we've seen it's not better than others. It turns out that operating mode cannot be changed - it's permanently in heating mode, so only the setpoint can be adjusted. Some improvements will be made in the next app version.Hello admin, I am testing the Yale lock - YDM7116A_WB55 ZB3 through the zigbee 3.0 module. On Zigbee App it controls and reads the status normally. but when I assign it to the GA variable, it has no effect. Can you help me with this problem? Thank you very much!
Posts: 95
Threads: 16
Joined: Aug 2019
Reputation:
0
Hello, everyone,
The winter season is here and I'm starting to think about putting TRV on the radiators at home. I have a LM with zigbee rs232 that I use for testing at home and the idea is to connect it to TRV. There is only one Schneider TRV in the list of supported zigbee devices, but it's not a very good looking one. Is there any alternative that already works with LM?
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
@domotiqa, we don't have support for SsIasAce cluster yet. Without the actual device it will be really hard to integrate it.
@lamgia99, please provide full device info in text form.
@a455115, we are currently integrating Bosch Thermostat but it's not finished yet. Any other solutions that we've tested were unstable.
Posts: 8
Threads: 0
Joined: Nov 2021
Reputation:
0
(10.11.2023, 11:18) admin Wrote: @domotiqa, we don't have support for SsIasAce cluster yet. Without the actual device it will be really hard to integrate it.
@lamgia99, please provide full device info in text form.
@a455115, we are currently integrating Bosch Thermostat but it's not finished yet. Any other solutions that we've tested were unstable.
model lock: Yale - YDM7116A_WB55 ZB3
model module zigbee : HCP-ZB3.0 T231(L- shape)
https://www.yalehome.com/vn/en/products/...r/ydm7116a
thanks you!
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
In the ZigBee app click the info button and copy/paste the contents on the info window here.
Posts: 8
Threads: 0
Joined: Nov 2021
Reputation:
0
(13.11.2023, 08:12) admin Wrote: In the ZigBee app click the info button and copy/paste the contents on the info window here.Manufacturer: Yale
Model: YDM7116A_WB55 ZB3
Device type: End device
Power source: Battery
Receive when idle: No
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- PowerCfg (1)
- Identify (3)
- Alarms (9)
- PollCtrl (32)
- ClosuresDoorLock (257)
- HaDiagnostic (2821)
Output clusters
- Time (10)
- Ota (25)
Posts: 264
Threads: 39
Joined: Feb 2016
Reputation:
1
(10.11.2023, 11:18) admin Wrote: @domotiqa, we don't have support for SsIasAce cluster yet. Without the actual device it will be really hard to integrate it.
@lamgia99, please provide full device info in text form.
@a455115, we are currently integrating Bosch Thermostat but it's not finished yet. Any other solutions that we've tested were unstable.
I can send you one as gift
send pm if so
thks
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Posts: 8
Threads: 0
Joined: Nov 2021
Reputation:
0
(14.11.2023, 06:37) lamgia99 Wrote: (13.11.2023, 08:12) admin Wrote: In the ZigBee app click the info button and copy/paste the contents on the info window here. Manufacturer: Yale
Model: YDM7116A_WB55 ZB3
Device type: End device
Power source: Battery
Receive when idle: No
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- PowerCfg (1)
- Identify (3)
- Alarms (9)
- PollCtrl (32)
- ClosuresDoorLock (257)
- HaDiagnostic (2821)
Output clusters
- Time (10)
- Ota (25)Hello admin. can you help me with this problem ?.
Thanks so much!
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Your door lock will be added into the next app version. Most likely it will be released next week.
Posts: 8
Threads: 0
Joined: Nov 2021
Reputation:
0
(16.11.2023, 08:13) quản trị viên Wrote: Khóa cửa của bạn sẽ được thêm vào phiên bản ứng dụng tiếp theo. Nhiều khả năng nó sẽ được phát hành vào tuần tới.
Thank you !
Posts: 237
Threads: 31
Joined: May 2018
Reputation:
2
Hi!
I have a Schneider Wiser Micromodule and I´m trying to add whith your RS232 Zigbee module but I can´t. I´ve seen that micromodules aren´t in zigbee list but I can see that those modules have install codes. I add it to zigbee app but doesn´t work.
How can I add this device? Its posible?
Thanks!
Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
(17.11.2023, 14:55) DGrandes Wrote: Hi!
I have a Schneider Wiser Micromodule and I´m trying to add whith your RS232 Zigbee module but I can´t. I´ve seen that micromodules aren´t in zigbee list but I can see that those modules have install codes. I add it to zigbee app but doesn´t work.
How can I add this device? Its posible?
Thanks!
What model exactly?
Most likely you need to reset it before pairing. Press pairing button 4 times and after the forth keep pressing for 10sec till you see RED LED flashing, then pair again. No need for install code.
------------------------------
Ctrl+F5
Posts: 237
Threads: 31
Joined: May 2018
Reputation:
2
(17.11.2023, 15:00) Daniel Wrote: (17.11.2023, 14:55) DGrandes Wrote: Hi!
I have a Schneider Wiser Micromodule and I´m trying to add whith your RS232 Zigbee module but I can´t. I´ve seen that micromodules aren´t in zigbee list but I can see that those modules have install codes. I add it to zigbee app but doesn´t work.
How can I add this device? Its posible?
Thanks!
What model exactly?
Most likely you need to reset it before pairing. Press pairing button 4 times and after the forth keep pressing for 10sec till you see RED LED flashing, then pair again. No need for install code.Ill do dat many times.
Device model: cct5011-0002 w50110
Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
This device works fine in my installation. Power down the zigbee interface and try again.
This device has dual firmware, one is zigbee and another is BLE. Do as I mention above only keep pressing for 20sec. It might be in BLE state.
------------------------------
Ctrl+F5