Luckily I found this post but the documentation is wrong (it has -v) :
https://www.domoticz.com/wiki/System_Al ... ker_(Ping)
Search found 9 matches
- Tuesday 07 March 2023 16:20
- Forum: Other questions and discussions
- Topic: System alive Checker setup
- Replies: 4
- Views: 730
- Saturday 30 May 2020 14:09
- Forum: Zigbee
- Topic: zigate: IKEA remote, wrong group changing colors
- Replies: 8
- Views: 536
Re: zigate: IKEA remote, wrong group changing colors
Hi. I looked into it a bit more and this is my conclusion; The TrueNwkId and self.ListOfGroups[x]['Tradfri Remote']['Device Addr'] are the same thing with (possibly) different ids. It has nothing to do with the remote at all. In my case they have the same value, which made the if statment become ...
- Friday 29 May 2020 20:29
- Forum: Zigbee
- Topic: zigate: IKEA remote, wrong group changing colors
- Replies: 8
- Views: 536
Re: zigate: IKEA remote, wrong group changing colors
Hi. I didn't get to try your log-version as I already had started debugging it with my own logging, and the error is in line 71 in GrpIkeaRemote.py it should be OR instead of AND. I tried it and now all remotes work, yay! if NwkId != self.ListOfGroups[x]['Tradfri Remote']['Device Addr'] or TrueNwkId ...
- Friday 29 May 2020 11:01
- Forum: Zigbee
- Topic: zigate: IKEA remote, wrong group changing colors
- Replies: 8
- Views: 536
Re: zigate: IKEA remote, wrong group changing colors
The actions are pointed to the wrong group, where and how can I see where that is defined for the plugin?
- Friday 29 May 2020 10:18
- Forum: Zigbee
- Topic: zigate: IKEA remote, wrong group changing colors
- Replies: 8
- Views: 536
Re: zigate: IKEA remote, wrong group changing colors
Hi, I provided what is in the log when I switch colors, no warnings. Yes, its the five button round one. The remotes are paired with the corresponding groups as shown in picture above (the remotes are the first item in each group). They behave like they should with light/onofff/intensity. The groups ...
- Friday 29 May 2020 2:00
- Forum: Zigbee
- Topic: zigate: IKEA remote, wrong group changing colors
- Replies: 8
- Views: 536
zigate: IKEA remote, wrong group changing colors
Hello! So I have three IKEA remote controls, bedroom, kitchen and livingroom (Ball control). The remotes and lights are paired with each other in respective groups and also with the zigate controller. For a while they worked good but now they have gone haywire. All three controls work where they ...
- Thursday 28 May 2020 1:41
- Forum: Zigbee
- Topic: zigate: Ikea E14 Opal as light/switch instead of RGB
- Replies: 4
- Views: 343
Re: zigate: Ikea E14 Opal as light/switch instead of RGB
Thanks for your reply. First of all I have to say I tried copying the E27s line in DeviceConf.txt in the stable branch, changed the name and paired the E14 It showed up as an RGB and worked fine. I then tried the beta branch after having unpaired the bulb. It crashed the plugin with something about ...
- Tuesday 26 May 2020 23:56
- Forum: Zigbee
- Topic: zigate: Ikea E14 Opal as light/switch instead of RGB
- Replies: 4
- Views: 343
Re: zigate: Ikea E14 Opal as light/switch instead of RGB
I did a full zigate reset (erase PDM) and added a E27 and E14 but got exactly the same thing. I noticed that the E14 has a bunch of warnings (as in the log above). I also added some cheap LED strip from chiina and it has the same thing, bunch of warnings and no RGB. LED Strip: 2020-05-26 23:33:09 ...
- Tuesday 26 May 2020 21:33
- Forum: Zigbee
- Topic: zigate: Ikea E14 Opal as light/switch instead of RGB
- Replies: 4
- Views: 343
zigate: Ikea E14 Opal as light/switch instead of RGB
Hello! I bought a couple of IKEA bulbs, E27 Opal and E14 Opal. The E27's show up in Domoticz as RGB and there is a color selector etc, but the E14's show up as Light/Switch and I can only turn them on/off and use the dimmer. If I only pair them to the Ikea Tradfri remote, they change color fine ...