Search found 34 matches
- Sunday 26 January 2020 22:47
- Forum: Zigbee
- Topic: Some advice please?
- Replies: 7
- Views: 685
Re: Some advice please?
I have had a look in DeviceConf.txt I'm assuming the device below is. TRADFRI on/off switch":{"Ep":{"01":{"0000":"","0001":"","0003":"","0004":"","0006":"","0008":"","Type":"SwitchIKEA"}},"Type":""} I will buy another one and pair it on its own and see if I can use the input from the device with ...
- Sunday 26 January 2020 9:28
- Forum: Zigbee
- Topic: Some advice please?
- Replies: 7
- Views: 685
Re: Some advice please?
I have following the wiki and (I think?) I have it working as expected. I followed this procedure. 1 Paired Ikea bulb one with Zigate 2 Paired E1743 Tradfri On/Off/Dimmer switch with Zigate 3 Paired switch and bulb 4 Repeated steps 1 and 3 for two other bulbs 5 Enabled groups in plugin. I had to use ...
- Thursday 23 January 2020 6:50
- Forum: Zigbee
- Topic: Some advice please?
- Replies: 7
- Views: 685
Re: Some advice please?
Thank you. I was able to powershell in to the control panel on my headless pi from windows. I have ordered a dimmer and some candle LEDs(since they are the cheapest) from ikea and lets see what happens
.
Thanks again

Thanks again
- Wednesday 22 January 2020 14:55
- Forum: Zigbee
- Topic: Some advice please?
- Replies: 7
- Views: 685
Re: Some advice please?
Thanks for the quick reply. So stable release Domoticz users there is no control panel as such. You have to edit the config files. I have a couple of zigbee innr bulbs that are being controlled by Domtoicz etc... If I wanted to use the ikea dimmer to control the bulbs could I do that without the ...
- Wednesday 22 January 2020 14:24
- Forum: Zigbee
- Topic: Some advice please?
- Replies: 7
- Views: 685
Some advice please?
I have been using Domoticz for a number of years and some of my LightwaveRF kit is starting to be less reliable. I'm looking to replace some of the LWRF devices with Zigbee. I have been looking at https://www.ikea.com/gb/en/p/tradfri-wireless-dimmer-white-00468432/ and i'm unsure if I need to pair ...
- Monday 04 September 2017 7:20
- Forum: LUA
- Topic: single control script(s) - lua
- Replies: 3
- Views: 2144
Re: single control script(s) - lua
Apologies for not replying. No notification of replies. I suppose one thing I didn't explain very well in my original post. "I find this helps me without the overhead of something super rich as dzVents", really should have read "I find this helps me without the learning overhead of something super ...
- Sunday 20 August 2017 8:37
- Forum: LUA
- Topic: Lua - loop through devices
- Replies: 6
- Views: 2699
- Saturday 19 August 2017 23:18
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15334
Re: LIFX Support
If you are using Node Red already, node-red-contrib-node-lifx may help you. I have that and listen for any events from a virtual switch. I also push to Domoticz from node-red for any changes in status on LIFX bulb. One gotcha though: make sure you filter out the update that is passed back from ...
- Tuesday 04 April 2017 18:47
- Forum: Rfxcom Transceiver
- Topic: Numerous not used devices
- Replies: 3
- Views: 1514
Re: Numerous not used devices
Thanks. Was up to 28 
Going to purge and see what happens.

Going to purge and see what happens.
- Tuesday 04 April 2017 7:10
- Forum: Rfxcom Transceiver
- Topic: Numerous not used devices
- Replies: 3
- Views: 1514
Re: Numerous not used devices
Update.
Upto 12 ByronSX and 7 LightwaveRF.
Is the issue/feature RFXCom or Domoticz ?
Upto 12 ByronSX and 7 LightwaveRF.
Is the issue/feature RFXCom or Domoticz ?
- Monday 03 April 2017 23:23
- Forum: Rfxcom Transceiver
- Topic: Numerous not used devices
- Replies: 3
- Views: 1514
Numerous not used devices
Hi All, Not sure if this is normal. I have noticed multiple versions of devices appearing. Last count before I removed them was 92. I have deleted them, rebooted and after a couple of hours, already up to 13 devices. Is this normal? I have attached an screenshot. Screenshot 2017-04-03 at 22.18.00 ...
- Sunday 26 March 2017 7:52
- Forum: Device information
- Topic: Z-Wave Sigma Designs USB Controller
- Replies: 2
- Views: 4008
Re: Z-Wave Sigma Designs USB Controller
Thanks
Ordered one to replace current z wave stick as suspect issues with timeouts are due to faulty stick.
Ordered one to replace current z wave stick as suspect issues with timeouts are due to faulty stick.
- Saturday 25 March 2017 9:39
- Forum: Other questions and discussions
- Topic: Geofence UserVariable
- Replies: 1
- Views: 714
Re: Geofence UserVariable
Hi Not sure if this will be useful. I use IFTTT as described here to set a variable if i'm home or away based on phone geo location. It works ok but not great if you go short distances, ie down the road to the shop and back etc.. One thing to point out: you have to switch Domoticz website security ...
- Monday 20 March 2017 7:40
- Forum: Device information
- Topic: Z-Wave Sigma Designs USB Controller
- Replies: 2
- Views: 4008
Z-Wave Sigma Designs USB Controller
Hi all,
Seen the following http://www.vesternet.com/z-wave-sigma-d ... controller appear on some sites in the UK. I personally have not seen this stick before. Has anyone used it and thoughts on reliability/usability ?
Cheers
Seen the following http://www.vesternet.com/z-wave-sigma-d ... controller appear on some sites in the UK. I personally have not seen this stick before. Has anyone used it and thoughts on reliability/usability ?
Cheers
- Monday 20 March 2017 7:27
- Forum: Switches and Scenes
- Topic: Set temperature with virtual button for smartwares 433 thermostat valve
- Replies: 13
- Views: 3796
Re: Set temperature with virtual button for smartwares 433 thermostat valve
Hi
You can create a virtual setpoint device. You then can use lua/blocky code to send setpoint commands to all three TRVs.
I have question regarding the TRVs. Do they report temp back and how noisy are they?
You can create a virtual setpoint device. You then can use lua/blocky code to send setpoint commands to all three TRVs.
I have question regarding the TRVs. Do they report temp back and how noisy are they?
- Friday 10 March 2017 23:20
- Forum: LUA
- Topic: how to sort tables?
- Replies: 2
- Views: 789
Re: how to sort tables?
Looking at https://www.lua.org/pil/19.3.html arrays have no order and you have to force a key order. using the examples on the page would this suffice? function pairsByKeys (t, f) local a = {} for n in pairs(t) do table.insert(a, n) end table.sort(a, f) local i = 0 -- iterator variable local iter ...
- Tuesday 07 March 2017 21:12
- Forum: LUA
- Topic: single control script(s) - lua
- Replies: 3
- Views: 2144
single control script(s) - lua
Hi All, I thought I would share with you something I have knocked up to help split device,variable scripts into folders and help organise things. I apologise if this has been done before and I'm sure there are better ways. I find this helps me without the overhead of something super rich as dzVents ...
- Tuesday 28 February 2017 20:11
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84190
Re: How to check presence of Beacon ?
Yeah.... never was able to get onboard BT to work so I purchased.
https://www.amazon.co.uk/gp/product/B00 ... UTF8&psc=1
Ran your battery script both 100%.
I am running RFXcom and uzb1 off the same PI so that may be it.
Thanks again great forum...
https://www.amazon.co.uk/gp/product/B00 ... UTF8&psc=1
Ran your battery script both 100%.
I am running RFXcom and uzb1 off the same PI so that may be it.
Thanks again great forum...
- Tuesday 28 February 2017 19:02
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84190
Re: How to check presence of Beacon ?
Hi, I have had to abandon the use of nut minis. Not sure if bad luck or house construction or placement of pi. Over a couple of hours today I had 100+ variable updates on a tag that was sitting on a table in the room next door to my RPI. Not great when I plan to hang a number of commands off the ...
- Friday 24 February 2017 21:50
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84190
Re: How to check presence of Beacon ?
Yup definitely the NUT2. Ordered a NUT mini and worked straight off. Should have suspected as the NUT2 was a warehouse deal from Amazon.

