15.11.2024, 11:36
(12.11.2024, 14:11)Dmitry.T Wrote: Thanks Daniel.
Is there any chance to gain full control over this bulb?
This is question to light manufacture but answer will be no.
------------------------------
Ctrl+F5
Ctrl+F5
Zigbee gateway integration
|
15.11.2024, 11:36
(12.11.2024, 14:11)Dmitry.T Wrote: Thanks Daniel. This is question to light manufacture but answer will be no.
------------------------------
Ctrl+F5
15.11.2024, 13:16
@stianj, enable debug logging in ZigBee app then reset and pair your lamp again. Send the logs afterwards.
(15.11.2024, 13:16)admin Wrote: @stianj, enable debug logging in ZigBee app then reset and pair your lamp again. Send the logs afterwards. Thanks. Logs attached. I enabled debug logging, deleted the bulb from the app, reset the bulb, opened the network, re-joined the bulb, configured all the GA's, then turned it on and off and changed brightness using the GA's. The bulb in question has address 001788010b270b60 But result is still the same, the status GA's do not update unless I use "Read" on the Control and status page. This goes for all six Hue bulbs I have. I can't quite see I'm doing anything wrong here, but I'm very open to you proving me otherwise ![]()
18.11.2024, 13:14
Hello all,
It seems that my zigbee library is missing in my device How can I find the library and add it? Resident script:3: module 'applibs.zigbee' not found: no field package.preload['applibs.zigbee'] no file './applibs/zigbee' no file 'Library applibs/zigbee' no file 'Library applibs/zigbee' no file 'Library applibs/zigbee.so' no file 'Library applibs.so'
18.11.2024, 13:56
Which firmware and hardware do you use?
------------------------------
Ctrl+F5
18.11.2024, 14:46
HW: Wiser for KNX (i.MX6) v3
SW: 3.0.0
18.11.2024, 14:58
KNX Hybrid (0.1.9) installed. And I already have 45 devices running.
I tested this library before and it was working but seems it is not there now.
18.11.2024, 15:00
Uninstall it and install again but it sound like you have some data corruption.
------------------------------
Ctrl+F5
18.11.2024, 15:22
Will I lose all my Zigbee installation?
18.11.2024, 15:57
You should not but make yourself a backup. If data is corrupted it is hard to say what will happen. Is everything else working correctly?
------------------------------
Ctrl+F5
18.11.2024, 17:04
Everything else is working properly
How can I investigate if there is data corruption or not?
19.11.2024, 07:51
Try this instead:
Code: 1 zb = require('applibs.zigbee.zigbee')
19.11.2024, 12:42
Hi,
is Wiser Smoke Alarm Battery CCT599002 Supported ?
19.11.2024, 12:45
We support this, but SE tend to have same devices under different names. Ask SE if it is the same.
Schneider Electric W599001 Schneider Electric - Wiser Smoke Alarm Schneider Electric W599501 Schneider Electric - Wiser Smoke Alarm
------------------------------
Ctrl+F5
19.11.2024, 12:50
Thank you Daniel,
i try it out an give Feedback if it was succsessfull or not
19.11.2024, 12:57
(This post was last modified: 19.11.2024, 12:58 by Erwin van der Zwart.)
W599001 Schneider Electric - Wiser Smoke Alarm = Battery powered version
W599501 Schneider Electric - Wiser Smoke Alarm = Mains 230V powered version (19.11.2024, 12:42)Sral1987 Wrote: Hi, Hello I have this product at home and it work well Hello, With the latest updateof the zigbee app, the Vimar thermostat is recognised and I can control the temperatures. Unfortunately the information does not refresh automatically. Do you have a trick to activate it? THX 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)
19.11.2024, 17:15
Have you done reset and pair procedure after updating the app?
19.11.2024, 17:16
(18.11.2024, 17:04)Ozturker Wrote: Everything else is working properly This worked thank you. So it means there is no data corruption right? But what happened why did it change? I am trying the get the rmscurrent from the smart switch but failing. Could you please guide me on this? Code: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 zb = require('applibs.zigbee.zigbee')
local address = '70b3d52b600a3f9c'
endpoint = 3
cluster = 0x0B04 --
attrs = { 254 , 69 ,17, 401 }
-- Get rmscurrent from HaElectricalMeasurement cluster
local res, err = zb.cmdsync('getrawattribute', address, cluster, 401)
-- Log the result or the error
if err then
log("Error retrieving rmscurrent: " .. err)
else
log("RMS Current: " .. tostring(res))
end
--[[
Manufacturer: _TZ3000_okaz9tjs
Model: TS011F
Firmware version: 500+TZSKT31BS102
Device type: Router
Power source: Mains
Receive when idle: Yes
Endpoint 1
Profile: 260
Input clusters
- Basic (0)
- OnOff (6)
- Identify (3)
- Groups (4)
- Scenes (5)
- 57345
- HaElectricalMeasurement (2820)
- SeMetering (1794)
Reported attributes
- calclevel: 254
- currentsummdelivered: 665
- haactivepower: 69
- onoff: true
- prevlevel: 254
- rmscurrent: 401
- rmsvoltage: 241
]]-- |
« Next Oldest | Next Newest »
|