Search found 39 matches
- Tuesday 19 January 2021 17:56
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209063
Re: Python plugin: Presence detection from wireless router
Hi, If someone want to use this plugin with Unifi Dream Machine Pro (UDM Pro), here is the change for http_unifi.py tracker : connect() : response = self.http_session.post( "{}/api/auth/login".format(self.baseurl), data=json.dumps(login_data), verify=self.verify_ssl, headers={"content-type ...
- Saturday 19 December 2020 16:53
- Forum: Python
- Topic: Python Plugin: Domoticz-Google-Plugin
- Replies: 132
- Views: 33313
Re: Python Plugin: Domoticz-Google-Plugin
It's a pity this plugin hasn't been updated for a while. Wish I had the knowledge to do so.
- Wednesday 16 December 2020 14:06
- Forum: Bugs
- Topic: attempt to index local 'fileStorage' (a boolean value) [SOLVED]
- Replies: 18
- Views: 15474
Re: attempt to index local 'fileStorage' (a boolean value) [SOLVED]
Out of nowhere this happened to me today. It was __data_global_data.lua. Thanks for the solution.
- Friday 04 December 2020 17:54
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 89654
Re: Domoticz-Google-Assistant (dzga)
For many months I didn't have any issues, but lately I noticed that some of my lamps/switches didn't get their state correctly via in the home app. After looking into the log I noticed the following: 2020-12-04 17:24:13 - ERROR - 400 Client Error: Bad Request for url: https://homegraph.googleapis ...
- Friday 04 December 2020 17:35
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 89654
Re: Domoticz-Google-Assistant (dzga)
For many months I didn't have any issues, but lately I noticed that some of my lamps/switches didn't get their state correctly via in the home app. After looking into the log I noticed the following: 2020-12-04 17:24:13 - ERROR - 400 Client Error: Bad Request for url: https://homegraph.googleapis ...
- Monday 05 October 2020 15:05
- Forum: dzVents
- Topic: osExecute & dzVents.lua running more than 10 secs [Solved]
- Replies: 4
- Views: 1086
Re: osExecute & dzVents.lua running more than 10 secs [Solved]
Is this error given for each script taking longer than 10 secs or does it also apply to a chain of scripts being run on a specific time? It applies to the sum of execution times of all scripts executing in one dzVents pass. e.g. All script executing at the same time trigger or all scripts executing ...
- Monday 05 October 2020 11:37
- Forum: dzVents
- Topic: osExecute & dzVents.lua running more than 10 secs [Solved]
- Replies: 4
- Views: 1086
Re: osExecute & dzVents.lua running more than 10 secs [Solved]
Is this error given for each script taking longer than 10 secs or does it also apply to a chain of scripts being run on a specific time?
Thanks Waaren.
Thanks Waaren.
- Monday 05 October 2020 11:02
- Forum: dzVents
- Topic: osExecute & dzVents.lua running more than 10 secs [Solved]
- Replies: 4
- Views: 1086
osExecute & dzVents.lua running more than 10 secs [Solved]
I noticed dzVents warning me about dzVents.lua has been running for more than 10 seconds. I recently migrated some more complex cron tasks to dzVents, because it gives me more flexibility/efficiency to run specific tasks depending on device states. My questions are: - Does it do any harm when this ...
- Sunday 18 August 2019 17:29
- Forum: Zigbee
- Topic: [Xiaomi] device updates stopped from gateway and missing devices
- Replies: 6
- Views: 3124
Re: [Xiaomi] device updates stopped from gateway and missing devices
I'm using 3 gateways, because of device limits and range, across my home and don't have any problems. For more than 2 years now.
How is the signal range of zigate?
How is the signal range of zigate?
- Monday 29 July 2019 21:47
- Forum: Zigbee
- Topic: Using two Xiaomi Gateways
- Replies: 21
- Views: 4740
Re: Using two Xiaomi Gateways
I followed the wiki and 2 gateways each with their own sensors work excellent. Had to 'enable new hardware for 5 minutes' in the settings to get the devices in Domoticz. Thanks for your feedback! Great to hear it is working correctly for you! I know actually am receiving a few of these ertoe ...
- Friday 26 July 2019 21:03
- Forum: Z-Wave
- Topic: Raspberry Pi 4 with Razberry
- Replies: 1
- Views: 1676
Re: Raspberry Pi 4 with Razberry
Anyone? I'm going to try it out this weekend. If somebody already got it working, please advise.
- Friday 26 April 2019 15:54
- Forum: dzVents
- Topic: Tado Per-User Geolocation in dzVents
- Replies: 2
- Views: 925
Re: Tado Per-User Geolocation in dzVents
Nice job.
Is it possible to add functionality to show the distance from home and calculate possible travel time (car) to home? I understand it's not the main function, but I can always ask
Is it possible to add functionality to show the distance from home and calculate possible travel time (car) to home? I understand it's not the main function, but I can always ask

- Monday 25 February 2019 22:56
- Forum: Examples & Solutions
- Topic: Light on at different dim level depending on daytime, with auto off [SOLVED]
- Replies: 30
- Views: 7453
Re: Light on at different dim level depending on daytime, with auto off [SOLVED]
Thanks waaren. Working perfectly now.
- Monday 25 February 2019 14:42
- Forum: Examples & Solutions
- Topic: Light on at different dim level depending on daytime, with auto off [SOLVED]
- Replies: 30
- Views: 7453
Re: Light on at different dim level depending on daytime, with auto off [SOLVED]
Dim as a group to a variable dimLevel is not natively possible in domoticz but with dzVents you can loop over devices in a group to do this See attached Thanks waaren. Managed to test it. It seems to work, but a few things I noticed: Using the following time slots: local dimTimeTable ...
- Sunday 17 February 2019 20:53
- Forum: Examples & Solutions
- Topic: Light on at different dim level depending on daytime, with auto off [SOLVED]
- Replies: 30
- Views: 7453
Re: Light on at different dim level depending on daytime, with auto off [SOLVED]
How would this script look like when you want to do this depending on lux level ranges from a lux device within time slots :?: Can you give some examples on what mean ? something like if between 08:00-12:00 and lux between 100-500 then dimLevel 30 ? Yes, exactly that. I have groups, possible to dim ...
- Sunday 17 February 2019 14:07
- Forum: Examples & Solutions
- Topic: Light on at different dim level depending on daytime, with auto off [SOLVED]
- Replies: 30
- Views: 7453
Re: Light on at different dim level depending on daytime, with auto off [SOLVED]
Thx for sharing. As long as the script does where it is designed for, 'better' is subjective. The example below could be seen as easier to maintain and/or extend but it is still a matter of personal preference how you like your code to look like. Hi Waaren. How would this script look like when you ...
- Sunday 30 December 2018 21:36
- Forum: Examples & Solutions
- Topic: Smartest way to shutdown my pellets stove from any state
- Replies: 12
- Views: 2226
- Sunday 30 December 2018 11:28
- Forum: Examples & Solutions
- Topic: Smartest way to shutdown my pellets stove from any state
- Replies: 12
- Views: 2226
Re: Smartest way to shutdown my pellets stove from any state
Could be something with the delay or a misalignment between real vent-state and the state in dz.globalData. I added extra logWrites and a small delay between the sequential triggering of the IR script. Yes, the ventilation stepping is now much more accurate. Didn't see it firing more than once per ...
- Saturday 29 December 2018 23:55
- Forum: Examples & Solutions
- Topic: Smartest way to shutdown my pellets stove from any state
- Replies: 12
- Views: 2226
Re: Smartest way to shutdown my pellets stove from any state
Understand. Is this the kind of approach you are looking for ? Another possibility that the venting levels don't reach level 1 from whatever level it's coming from is that the IR code is a bit off. Sending with a minimum delay (milliseconds) is always spot on. I don't know what happens within the ...
- Saturday 29 December 2018 23:36
- Forum: Examples & Solutions
- Topic: Smartest way to shutdown my pellets stove from any state
- Replies: 12
- Views: 2226
Re: Smartest way to shutdown my pellets stove from any state
Understand. Is this the kind of approach you are looking for ? Just tested it. The heating is spot on. No matter what level the heating is on, it always goes back to off (0). But the ventilation behaves strange. Just to be clear, the ventilation has no off state. It's just level 1 till 6. After 6 ...