Search found 19 matches
- Friday 26 October 2018 19:07
- Forum: Other questions and discussions
- Topic: Topic can be closed
- Replies: 2
- Views: 426
Re: Need Suggestions on Security Camera Installation
I use this: https://www.ispyconnect.com/ It's free and have great options. You can connect almost every camera to it. Also you send commands with an url, for instance to trigger a specific camera. I use it together with Domoticz as an alarm system. When the alarm is on, Domoticz sends an url to iSpy ...
- Tuesday 25 September 2018 9:45
- Forum: dzVents
- Topic: How to get the time a switch is activated in log/notification
- Replies: 2
- Views: 663
Re: How to get the time a switch is activated in log/notification
Thanks!
I used the second option (domoticz.time.raw), this time is accurate enough. And with your explanation it makes sense why I got the wrong time.
I used the second option (domoticz.time.raw), this time is accurate enough. And with your explanation it makes sense why I got the wrong time.
- Monday 24 September 2018 23:08
- Forum: dzVents
- Topic: How to get the time a switch is activated in log/notification
- Replies: 2
- Views: 663
How to get the time a switch is activated in log/notification
I am trying to get the time a switch is turned on into the log. Tried it like this: return { on = { devices = { 'Keypad Access Control' } }, execute = function(domoticz, device) if (device.state == 'On') then domoticz.log('Device ' .. device.name .. ' is ingeschakeld om: ' .. device.lastUpdate.raw ...
- Thursday 20 September 2018 21:19
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 34584
Re: Python plugin: Battery Level for Z-Wave Devices
Oke, got it working in both Notifications from the Custom Sensor as in the dzVents. In dzVents you can use the .state attribute to get the Battery Level, like this: return { on = { timer = {'Every minute'} }, execute = function(domoticz) local LEVEL = tonumber(domoticz.devices('Battery - Deursensor ...
- Thursday 20 September 2018 20:10
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 34584
Re: Python plugin: Battery Level for Z-Wave Devices
I just got a notification from the sensors in Domoticz. Changed the When from Less to Less or Equal. Don't know why it was not working with only Less, but will wait a little bit longer. The Low Battery function in the Domoticz settings doesn't work well. Many times the device battery is already ...
- Thursday 20 September 2018 13:55
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 34584
Re: Python plugin: Battery Level for Z-Wave Devices
Great plugin!! Somehow Notifications are not working. In the Utility page I have a sensor with a battery level from 90%. So I made a notification like this: Type: Usage When: Less Value: 81 Ignore Interval: Enabled But no notifications. Also tried to make a dzVents script, but no luck with it. It ...
- Monday 06 November 2017 20:25
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 23505
Re: ideAlarm v2.1.0 released (A dzVents alarm environment)
Hi, That did the trick! Got a message after updating from domoticz that it was clearing browser cache. Also have a "Cleare Cache" extension in Chrome which I run. So i assumed that the cache was cleared. Now I cleared the cache with Ctrl+h and Bingo, got a whole new view and dzVents 2.3.0. Thanks ...
- Monday 06 November 2017 19:45
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 23505
Re: ideAlarm v2.1.0 released (A dzVents alarm environment)
Good to hear that it is still working there on 2.2.0. And I am running the latest stable version from Domoticz so it's not in it yet. Will try tomorrow if it's working here too. I believe that you have better odds to get ideAlarm working if you upgrade Domoticz using a Beta release. Newer versions ...
- Saturday 04 November 2017 21:46
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 23505
Re: ideAlarm v2.1.0 released (A dzVents alarm environment)
I am always a little scared to try Beta releases because I use Domoticz already frequently for many things. And yes, would be nice if it will work on the latest stable versions in the future. Just installed it in the stable version with dzvents 2.2.0. But i have errors in the log: 2017-11-04 21:44 ...
- Friday 03 November 2017 23:26
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 23505
Re: ideAlarm v2.1.0 released (A dzVents alarm environment)
Good to hear that it is still working there on 2.2.0. And I am running the latest stable version from Domoticz so it's not in it yet.
Will try tomorrow if it's working here too.
Will try tomorrow if it's working here too.
- Friday 03 November 2017 20:45
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 23505
Re: ideAlarm v2.1.0 released (A dzVents alarm environment)
Hi, I am using Domoticz version 3.8153 stable with dzVents 2.2.0. According the Prerequisits on the Wiki page I need dzVents 2.3.0 or later for ideAlarm. But in the Troubleshooting and FAQ on the Wiki I read: Do you have dzVents 2.2.0 and if so, did you apply the fix? So yes indeed I have dzVents 2 ...
- Sunday 22 October 2017 11:34
- Forum: dzVents
- Topic: Dzvents timing issue
- Replies: 2
- Views: 811
Re: Dzvents timing issue
Update: Turns out that Domoticz v3.8153 still has the dzVents v2.2.0 instead of the latest 2.3.0. Between is only working in the latest version. Now I have to find out how to update dzVents. Would be great if somebody can update the Domoticz version 3.8153 released (Stable) topic and add the dzVents ...
- Sunday 22 October 2017 10:51
- Forum: dzVents
- Topic: Dzvents timing issue
- Replies: 2
- Views: 811
Dzvents timing issue
I am trying to get the timer trigger working, but no success. Somehow sunrise, sunset, between, all of them not working or partly working. So I made a simple script to test: return { active = true, on = { timer = { 'every minute between 10:33 and 10:35', 'every minute at nighttime', 'every minute ...
- Thursday 01 December 2016 21:14
- Forum: Z-Wave
- Topic: Domitech ZE27EU don't report status, and set random dim-levels
- Replies: 11
- Views: 2443
Re: Domitech ZE27EU don't report status, and set random dim-levels
Mine has the same problem. Polling helps to let Domoticz know it's switched off, but it still will take some time to update the status.
- Saturday 19 March 2016 13:30
- Forum: Cameras
- Topic: Raspberry Cam on different Pi?
- Replies: 15
- Views: 9588
Re: Raspberry Cam on different Pi?
I use MotionPie on some other Raspberry's and it's working great. https://www.squirrelhosting.co.uk/hosting-blog/hosting-blog-info.php?id=94 In Domoticz you have to set it like this: IP address: the address from the Pi with MotionPie Port: 80 ImageUrl: picture/1/current/ If you click on the ...
- Friday 11 March 2016 18:17
- Forum: Z-Wave
- Topic: Fibaro FGMS-001 settings
- Replies: 12
- Views: 10741
Re: Fibaro FGMS-001 settings
Update: Temperature is changed. The last seen time from the FGMS was 16:57:19, so expected to get the first reading at that time. But it was updated at 17:16:59. I have set parameter 64 to 1800 so the next update should be 30 minuts later. And it was. Looks like it works now. Devices screen 02.jpg ...
- Friday 11 March 2016 17:08
- Forum: Z-Wave
- Topic: Fibaro FGMS-001 settings
- Replies: 12
- Views: 10741
Re: Fibaro FGMS-001 settings
Guess there is something wrong. Updated 42 and 64, but still no temperature. Also not after a restart. This are the settings: 40. Illumination report threshold: 200 (Default: 200) 42. Illumination reports interval: 1800 (Default: 0) 60. Temperature report threshold: 10 (Default: 10, = 1 degree) 62 ...
- Friday 11 March 2016 16:27
- Forum: Z-Wave
- Topic: Fibaro FGMS-001 settings
- Replies: 12
- Views: 10741
Re: Fibaro FGMS-001 settings
Checking parameter 64, this is default set to 0. But the odd thing is that I didn't change this default and it was reporting for some hours yesterday, till it stopped at midnight after a reboot. Also parameter 42 was set to 0. But it is still reporting Lux. I changed parameter 42 and 64 to 1800 (30 ...
- Friday 11 March 2016 15:27
- Forum: Z-Wave
- Topic: Fibaro FGMS-001 settings
- Replies: 12
- Views: 10741
Fibaro FGMS-001 settings
I had a lot of problems to add the FGMS-001 v2.7 (Z-Wave+) to Domoticz. After reading some forumtopics noticed that the Product Type ID is 0801. But Domoticz can't find it with this ID. So I added a line in the manufacturer_specific.xml like this: <Product type="0801" id="1001" name="FGMS001 Motion ...