@hestia,
I am also very interested to know how to backup the Zwave stick automatically. Right now I am doing with the windows tool once every few months.
Also good question how to restore zwave network topology to a stick from another vendor.
Search found 45 matches
- Friday 03 January 2020 23:21
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Full backup
- Replies: 5
- Views: 1845
- Friday 03 January 2020 19:31
- Forum: Zigbee
- Topic: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
- Replies: 9
- Views: 1220
Re: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
With the hue bridge you can operate your lights from within domoticz. The bridge is just an interface between apps/home automation hubs and the wireless technology. So this makes it no different than a seperate Zigbee switch. The power of domoticz and other home automation hubs is you can mix ...
- Friday 03 January 2020 18:54
- Forum: Zigbee
- Topic: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
- Replies: 9
- Views: 1220
Re: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
I'm pretty sure you can manage HUE lights with all zigbee sticks, but not sure if you can still use the Philips HUE app and scenes etc. Why do you want to replace your hue bridge? You can connect it to domoticz without any hassle. Also the power usage is very low of the bridge. This way you can ...
- Wednesday 01 January 2020 21:51
- Forum: Zigbee
- Topic: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
- Replies: 9
- Views: 1220
Re: Z-Stick Gen5 With Philips HUE Bridge and Ambilight TV
You cannot have one network. Philips hue uses zigbee technology, it runs on another frequency band than zwave, so you can use both at the same time without interference. I'm also using Philips hue and zwave simultaniously without any issues. Good idea to replace the kaku stuff, as they don't have ...
- Monday 23 December 2019 13:45
- Forum: Z-Wave
- Topic: Fibaro device stops working after power outage / restart
- Replies: 1
- Views: 450
Re: Fibaro device stops working after power outage / restart
One addition. In the domoticz log I see the following when I try to toggle the switch:
Code: Select all
2019-12-23 13:43:29.928 Status: User: Admin initiated a switch command (2001/Led trap/Off)
2019-12-23 13:43:29.929 Error: ZWave: Node not found! (NodeID: 68, 0x44)
- Sunday 22 December 2019 22:19
- Forum: dzVents
- Topic: Date of tomorrow [Solved]
- Replies: 4
- Views: 1186
Re: Date of tomorrow [Solved]
I don't think you can.
In the dzVents documentation is stated:
Note: it is currently not possible to change a time object instance.
Maybe you can do something like this in native LUA (untested):
In the dzVents documentation is stated:
Note: it is currently not possible to change a time object instance.
Maybe you can do something like this in native LUA (untested):
Code: Select all
t = os.date("*t")
t.day = t.day + 1
tomorrow = os.time(t)
- Sunday 22 December 2019 22:02
- Forum: Z-Wave
- Topic: Fibaro device stops working after power outage / restart
- Replies: 1
- Views: 450
Fibaro device stops working after power outage / restart
I have a really strange problem with one particular zwave node. 3 weeks ago I installed a new the Fibaro RGWB controller in my zwave network. After every power outage or domoticz crash / restart the switch stops working. When I try to switch the device on/off I get the following error: "Error ...
- Wednesday 12 December 2018 19:55
- Forum: dzVents
- Topic: Get color of RGBW device in dzVents [Solved]
- Replies: 25
- Views: 8500
Re: Get color of RGBW device in dzVents [Solved]
Interesting. Now I want know how we can use the output to set a bulb to same value.... Then you can store the color, change the color and later set it back to original color Verzonden vanaf mijn iPhone met Tapatalk Pro I don't really understand your use case. Of which kind of bulb do you want to ...
- Wednesday 12 December 2018 19:52
- Forum: dzVents
- Topic: Get color of RGBW device in dzVents [Solved]
- Replies: 25
- Views: 8500
Re: Get color of RGBW device in dzVents [Solved]
Do you look at the log using the GUI or at the OS level ? Hmm I tried to print just the color now and it is working 10 times in a row now: print(triggeredItem.color) I did get very inconsistent output when dumping using dump(), no color attribute or empty color attribute. Also other missing ...
- Tuesday 11 December 2018 22:07
- Forum: dzVents
- Topic: Get color of RGBW device in dzVents [Solved]
- Replies: 25
- Views: 8500
Re: Get color of RGBW device in dzVents [Solved]
Hmm I tried to print just the color now and it is working 10 times in a row now:
I did get very inconsistent output when dumping using dump(), no color attribute or empty color attribute. Also other missing attributes.
Code: Select all
print(triggeredItem.color)
- Tuesday 11 December 2018 22:03
- Forum: dzVents
- Topic: Get color of RGBW device in dzVents [Solved]
- Replies: 25
- Views: 8500
Re: Get color of RGBW device in dzVents [Solved]
Thanks for checking waaren. How did you get this nested output? I see the following in my log: 2018-12-11 21:57:17.526 Status: dzVents: > hardwareType: Dummy (Does nothing, use for virtual switches only) 2018-12-11 21:57:17.526 Status: dzVents: > color: 2018-12-11 21:57:17.526 Status: dzVents ...
- Tuesday 11 December 2018 20:13
- Forum: dzVents
- Topic: Get color of RGBW device in dzVents [Solved]
- Replies: 25
- Views: 8500
Get color of RGBW device in dzVents [Solved]
I am trying to create a color picker for my ambilight TV so I can control the color from domoticz. Got a python script up and running which I can use to switch the effect and color of the ambilight. Also created an RGB dummy device in domoticz. Next I wanted to create a small dzVents scripts which ...
- Friday 07 December 2018 10:56
- Forum: Z-Wave
- Topic: Neo Coolcam wallplug sending multiple kWh measurements
- Replies: 4
- Views: 591
Re: Neo Coolcam wallplug sending multiple kWh measurements
Here is a screenshot of the OpenZwave configuration panel for the concerning device. Not sure how I can see if it reports kVa. I am not experiencing any issues with my other Neo Coolcam plugs. I have 8 of them and some fibaro's. Actually I did a factory reset of the plug a few minutes ago, will let ...
- Friday 07 December 2018 10:21
- Forum: Z-Wave
- Topic: Neo Coolcam wallplug sending multiple kWh measurements
- Replies: 4
- Views: 591
Neo Coolcam wallplug sending multiple kWh measurements
I have some strange issues with one of my Neo Coolcam wall plugs. All measurements of my different devices are sent to InfluxDB to be visualized in Grafana. Since a few weeks my visualizations are misbehaving. The root cause seem to be my washing machine plug is reporting wrong measurements. I have ...
- Sunday 25 November 2018 10:58
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 47361
Re: Python Plugin: Chromecast
for me not resolve problem, thanks What is the output of the curl command? { "status" : "ERR" } i use my domoticz ip and port Hmm, that's the same I got and it is working for me now. Did you restart domoticz `sudo service domoticz.sh restart`? And which URL did you set in the plugin settings? Do ...
- Sunday 25 November 2018 10:34
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 47361
Re: Python Plugin: Chromecast
Thanks for the plugin. I was also struggling to get it up and running. For everyone having the list index errors please try the following. - Ssh into your domoticz instance - Execute `curl http://127.0.0.1:8080/json.htm` When you get a 401 unauthorized, this is your problem. This means your ...
- Sunday 25 November 2018 10:09
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 47361
Re: Python Plugin: Chromecast
Thanks for the plugin. I was also struggling to get it up and running. For everyone having the list index errors please try the following. - Ssh into your domoticz instance - Execute `curl http://127.0.0.1:8080/json.htm` When you get a 401 unauthorized, this is your problem. This means your domoticz ...
- Tuesday 14 August 2018 23:21
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 488923
Re: Controlicz - Domoticz to Google Home/Assistant integration
I have both an echo dot and an Google home mini setup in my living room. Previously I was using the Alexa with Controllicz but wanted to compare both devices to see which one suits my needs. Upgraded my free account to a paid subscription and Controllicz was a breeze to set up for both devices. I ...
- Sunday 05 August 2018 20:27
- Forum: Android
- Topic: Smart home dashboard app is now compatible with Domoticz - needs feedback
- Replies: 17
- Views: 10119
Re: Smart home dashboard app is now compatible with Domoticz - needs feedback
Very cool app and idea. Got my domoticz instance connected. Did some quick setup and ran into some issues. - Could not add my temperature sensors which are combined sensors temp/hum/bar - Cannot find any of my shutters/blinds when I select shutters type. Improvements. - Add widget for rgbw lights ...
- Saturday 28 July 2018 16:52
- Forum: Speech & Voice Systems
- Topic: Alexa text to speech
- Replies: 152
- Views: 52590
Re: Alexa text to speech
Another cool idea using the TTS feature. You could set the script in the notifications tab on the settings screen in Domoticz. Go to "custom HTTP/action" section. Set the URL:action to script:///home/pi/domoticz/scripts/alexa_remote_control.sh -e speak:'#MESSAGE' Now at your switch/action define ...