Search found 27 matches
- Tuesday 23 February 2016 12:42
- Forum: Show your projects
- Topic: Home fan speed setting using ACM-LV10
- Replies: 38
- Views: 26527
Re: Home fan speed setting using ACM-LV10
@Quentin, Thanks for the extensive how-to. The Zehnder Comfofan S looks exactly the same. I recently got an e-mail from Qubino that they are releasing a 0-10v dimmer. In this case you won't need the 0-10v speed regulator and the Fibaro RGBW module. :) In my case I own a Zehnder Comfofan S CO2, and I ...
- Friday 07 August 2015 14:01
- Forum: Other questions and discussions
- Topic: Turn screen Android tablet off when sleep/not home
- Replies: 74
- Views: 29817
Re: Turn screen Android tablet off when sleep/not home
Thanks for your reply! I decided to use an Anroid rom on my windows tablet. I tried YouWAVE, but that wasn't working very well on my tablet. I've tested BlueStacks on PC but that wouldn't even install on my tablet because of it's specs. :roll: :lol: I will look into installing Android on this tablet ...
- Friday 07 August 2015 13:41
- Forum: Bash / PowerShell / Batch etc.
- Topic: Different Backups from Crontab to network
- Replies: 97
- Views: 41683
Re: Different Backups from Crontab to network
Just posting my script here, maybe someone can use it. It creates a backup of the database, the www folder (i have custom frontpage.html for my tablet in it) and the scripts folder. It is based on locations on my NAS, and the backups are also stored on this same NAS. #Delete backups older than 31 ...
- Wednesday 29 July 2015 23:39
- Forum: Other questions and discussions
- Topic: Turn screen Android tablet off when sleep/not home
- Replies: 74
- Views: 29817
Re: Turn screen Android tablet off when sleep/not home
I really like this functionality. Does anyone know of this is possible on a Windows tablet aswell? I searched the internet but I can't find a thing really.
- Monday 29 June 2015 3:58
- Forum: Suggestions
- Topic: [513] Google Nest Protect (Smoke + CO sensor) support
- Replies: 45
- Views: 13655
Re: [513] Google Nest Protect (Smoke + CO sensor) support
Did some searching and I found the code for the Nest thermostat & Protect plugin for the Vera controller. Does anyone know if this is easy adjustable to work with Domoticz?
Git code:
https://github.com/watou/vera-nest/tree/master/src
Readme/explanation:
http://watou.github.io/vera-nest/
Git code:
https://github.com/watou/vera-nest/tree/master/src
Readme/explanation:
http://watou.github.io/vera-nest/
- Sunday 31 May 2015 1:55
- Forum: Switches and Scenes
- Topic: IP Camera motion detection
- Replies: 30
- Views: 28569
Re: IP Camera motion detection
The IDX number of the virtual switch has to be filled in there. The virtual switch has to be created so that you can see the status in Domoticz. I adjusted the script by the way. Now the motion status will only be updated when there has been a change of status. I am at work now, so I will post this ...
- Wednesday 27 May 2015 12:05
- Forum: Bash / PowerShell / Batch etc.
- Topic: Different Backups from Crontab to network
- Replies: 97
- Views: 41683
Re: Different Backups from Crontab to network
Hi guys, I am trying to establish a connection with my Synology via SFTP to upload my backups. Via Filezilla, I can get a working connection, but via the script, I got the following output when executing my script via CLI. I'm certain that the problem lies with the authentication of fingerprint/keys ...
- Monday 18 May 2015 15:36
- Forum: Switches and Scenes
- Topic: IP Camera motion detection
- Replies: 30
- Views: 28569
Re: IP Camera motion detection
MMM, Unfortunately this is not supported anymore in the 9821W v1 / v2 devices. I have to somehow parse the result from: http://<IP_OF_CAM:PORT/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=USERNAME&pwd=PASSWORD <CGI_Result> <result>0</result> <IOAlarm>0</IOAlarm> <motionDetectAlarm>1</motionDetectAlarm ...
- Wednesday 06 May 2015 22:29
- Forum: Suggestions
- Topic: [513] Google Nest Protect (Smoke + CO sensor) support
- Replies: 45
- Views: 13655
[513] Google Nest Protect (Smoke + CO sensor) support
It would be really nice if the Google Nest Protect can be supported in Domoticz. (Not to be mistaken with the Google Nest Thermostat. The request for the Google Nest Thermostat can be found here: http://www.domoticz.com/forum/viewtopic.php?f=5&t=6077) - Read status of Protect in Domoticz so ...
- Monday 20 April 2015 11:25
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
You are the best! With this code my dimmer functionality now even works perfectly with my Philips RGBW lights.vil1driver wrote:try this, i add 0-100 dimmer
https://drive.google.com/file/d/0BxlxVZ ... sp=sharing
- Monday 20 April 2015 10:34
- Forum: Bash / PowerShell / Batch etc.
- Topic: Get Roomba/Thinking Cleaner Status
- Replies: 14
- Views: 6258
Re: Get Roomba/Thinking Cleaner Status
Your error probably has to do with your status containing spaces. For example, "waiting for command". Try to edit it to WaitingForCommand and it should work. Don't forget to do this for all translations you made at the rules containing the "sed" command. Let me know if you got it to work. ;)
- Sunday 19 April 2015 20:35
- Forum: Bash / PowerShell / Batch etc.
- Topic: Get Roomba/Thinking Cleaner Status
- Replies: 14
- Views: 6258
Re: Get Roomba/Thinking Cleaner Status
If you try it with this, it must work. RoombaStatus=`grep -oP '(?<=<cleaner_state>).*(?<=</cleaner_state>)' Roomba.txt` Repeat this for the other data you want to get in Domoticz. PS. You can find a new version of my script at the wiki. I added code so you can use user variables in combination with ...
- Thursday 16 April 2015 21:03
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
@vil1driver, Thanks for your share! I am using your dimmer function and it works. :) I don't understand why, but the dimmer function only works for my Philips LivingWhites lights. When I want to dim my Philips LivingColors or Philips Hue lights, the lights only dim downwards. This happens when I ...
- Monday 06 April 2015 6:03
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
As some of us have traffic info in their dashboards, I came across something I think is very nice. On this page they describe how you can implement the "Flitsmeister" widget. This includes traffic (jam) info & speed traps. http://tesla.flitsmeister.nl/widgets.html It would also be very neat to get ...
- Thursday 02 April 2015 10:55
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
I use Hue color, LivingColors and LivingWhites. I double checked the code, and as far as I can see, it doesn't differ from yours. There probably must be a faulty piece of code in my files though, because my RPi cpu usage goes sky high when I enable the dimmer function for one or multiple lamps ...
- Monday 30 March 2015 11:27
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
Thanks for sharing your code. It looks very nice! Unfortunately, I can't get the dimmer function to work when using your code. It does show the "- On +" text/signs, but after pressing, there is no effect. (I want to use it in combination with my Philips Hue & Living Colors lamps in my Z-wave setup ...
- Sunday 29 March 2015 22:09
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
Here is the link were youy can download my frontpage. http://www.filedropper.com/frontpagegz The frontpage has a.o. the following changes compared to earlier versions posted in this topic. - text with cell description changes according to the state (eg alarm on/off, sunrise/set) - removed bounce ...
- Saturday 31 January 2015 15:09
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
I found out why my scene status wasn't displaying. I was missing this chunk of code: /* Change the text for on/off switches*/ var txt_on = 'Aan'; var txt_off = 'Uit'; /*Change thetText displayed in PopUps*/ var txt_switch_protected = '\'Schakelaar is beveiligd\''; var txt_switch_on = '\'Inschakelen ...
- Friday 30 January 2015 20:27
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
It's not only the roomplan. It also has to do with the devices you added to your roomplan. If you want all devices to work, simply add a"0" in the script. If that doesn't work you have an other problem so solve. I have been using floorplan = 0 from the start, so I'm afraid it is something else. :(
- Friday 30 January 2015 19:28
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407384
Re: NEW frontpage.html - request comments
I checked the IDX with JSON (DomoticzURL/json.htm?type=scenes) so they must be correct.
The only JS error I get is this one:
ReferenceError: switch_off_timeout is not defined javascript.js:220
I think my roomplan must also be ok. I added a screenshot.
The only JS error I get is this one:
ReferenceError: switch_off_timeout is not defined javascript.js:220
I think my roomplan must also be ok. I added a screenshot.