Search found 17 matches
- Monday 22 October 2018 20:23
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2380
- Views: 661337
Re: Domoticz app 2.0
I am on version 0.2.8 (4831), Android 8.1.0 on Xiaomi A2 64Gb It works fine a few App versions before. I am not able to select the Switches anymore. It always shows the Dashboard. I did clear the cache. I have the same problem. Note that the shortcut on the bottom of the screen (I had never even ...
- Friday 06 April 2018 12:55
- Forum: LUA
- Topic: X10 Dimmers; A simple solution
- Replies: 28
- Views: 7625
Re: X10 Dimmers; A simple solution
After a "segmentation fault" and a complete re-install (with new versions of Linux and Domoticz) the LUA script did not work (LUA script running for more than 10 seconds: The LUA script now seems to wait for the end of the BASH script.) Modifying the BASH script by adding a 0 seconds time-out as ...
- Saturday 03 February 2018 10:44
- Forum: Other questions and discussions
- Topic: Domofence triggers at phone reboot
- Replies: 3
- Views: 638
Re: Domofence triggers at phone reboot
Thank you for the suggestion, but I do not see how that could work. The App does not emit anything before being switched off (or running out of battery or whatever) so it would be tricky to distinguish a transit from a power-on. The gate only opens on a restart my phone when I am within the fence ...
- Friday 19 January 2018 17:48
- Forum: Other questions and discussions
- Topic: Domofence triggers at phone reboot
- Replies: 3
- Views: 638
Re: Domofence triggers at phone reboot
In fact, an Exit is also triggered (if you happen to be outside of the fenced area when your phone starts.) I feel that only transits should trigger an Entry or Exit. DomoFence should do nothing unless actually entering or exiting the fenced area or alternatively, Domofence should interrogate the ...
- Friday 19 January 2018 13:59
- Forum: Other questions and discussions
- Topic: Domofence triggers at phone reboot
- Replies: 3
- Views: 638
Domofence triggers at phone reboot
I setup Domoticz with DomoFence so as to open the gate at my house when I am at 250m. This is impressive and works most of the time. (The phone does not always seem to transmit the passage over the fence in Android 7, 6 seemed to work better on my Samsung A5) When I restart my phone (like after an ...
- Thursday 18 January 2018 17:55
- Forum: Suggestions
- Topic: Website protection
- Replies: 0
- Views: 619
Website protection
Everytime I spent some time on Domoticz I am more impressed. I have one minor grievance: At one time I filled in a Username and Password for Website Protection on the System tab of the Settings screen, and a little later decided I could do without it and set both to blank. I am using Google Chrome ...
- Tuesday 13 June 2017 14:06
- Forum: LUA
- Topic: X10 Dimmers; A simple solution
- Replies: 28
- Views: 7625
Re: X10 Dimmers; A simple solution
I have a CM15Pro and the scripts I published in the first post of this thread work on LW12W in the way you require/propose: The current status is ignored, the instruction (via a dummy on DOmoticz interface) to dim to X% will make the LW12W dim to X% regardless of its previous status.
- Tuesday 24 January 2017 0:40
- Forum: Suggestions
- Topic: X10 Dimmers implementation
- Replies: 2
- Views: 1057
Re: X10 Dimmers implementation
@franzelare Maybe the X10 dimmer issue can be solved step by step. Implementing what I propose, solves the problem of dimming: Setting the dimmer slide to 50% will set the lamp to 50% (or as near as it would using any other hardware.) which would be a big step. Your readback of 2 way dimmers, if and ...
- Saturday 21 January 2017 12:25
- Forum: LUA
- Topic: X10 Dimmers; A simple solution
- Replies: 28
- Views: 7625
Re: X10 Dimmers; A simple solution
Hello, Thanks for reacting. I had read your solution, but did not want to add Heyu+CM11 to my system and did not feel up to the dealing with the complexity of your scripts (My posted scripts were the first I ever made) I am not sure my dimmes can be "read" (Marmitek LW11) what is the brand/model of ...
- Friday 20 January 2017 14:37
- Forum: Suggestions
- Topic: X10 Dimmers implementation
- Replies: 2
- Views: 1057
X10 Dimmers implementation
I know X10 is not respected hardware (I agree, but that is what I and a lot of other DOmoticz users have) and the X10 protocol is not an example of clarity but PL A1 xdim xx (where 0 =< xx <= 63) works on Marmitek LW11 modules -the most common I believe- and would be fairly easy to implement ...
- Friday 20 January 2017 14:20
- Forum: LUA
- Topic: X10 Dimmers; A simple solution
- Replies: 28
- Views: 7625
X10 Dimmers; A simple solution
Domoticz does not support X10 dimmers, various solutions have been proposed, none of which I found easy to implement. Mochad, the X10 interface used by Domoticz, supports dimming like so: echo pl A1 xdim 63 | nc localhost 1099 the value must be 1-63 (other values are accepted but have different ...
- Sunday 08 January 2017 20:27
- Forum: LUA
- Topic: LUA script for Sony Bravia TV
- Replies: 48
- Views: 47208
Re: LUA script for Sony Bravia TV
@ StefanPuntNL Thanks for that, works perfectly
- Sunday 08 January 2017 14:05
- Forum: Other questions and discussions
- Topic: 433Mhz CC1101 USB Wireless RF Transceiver Module 10mW USB UART MAX232 RS232
- Replies: 14
- Views: 10040
Re: 433Mhz CC1101 USB Wireless RF Transceiver Module 10mW USB UART MAX232 RS232
I woule love for this or something like it, to work with Domoticz. RFlink and RFXcom are too large and expensive for what they do.
- Sunday 08 January 2017 13:48
- Forum: Other questions and discussions
- Topic: Install from dev-domoticz
- Replies: 0
- Views: 428
Install from dev-domoticz
Hello I'm replacing a laptop/ubuntu/domoticz with a Raspberry. I need a minor tweak in domoticz for it to work for me (https://www.domoticz.com/forum/viewtopic.php?f=56&t=10755&p=76987#p76987) so I complied the program in dev-domoticz. This works fine and I can start domoticz manually with sudo ...
- Saturday 27 February 2016 15:54
- Forum: Others
- Topic: Mochad CM15 Domoticz sends repeat commands for blinds
- Replies: 1
- Views: 834
Re: Resolved: Mochad CM15 Domoticz sends repeat commands for blinds
In the file MochadTCP.cpp I changed sprintf (s_buffer,"RF %c%d on\n",(char)(pdata[4]), pdata[5]); to sprintf (s_buffer,"PL %c%d on\n",(char)(pdata[4]), pdata[5]); (and the same for off\n) And this seems to work!! (First time I ever touched anthng "non Basic" :P ) Pete is a happy boy! Clicked the ...
- Friday 26 February 2016 12:57
- Forum: Others
- Topic: Mochad CM15 Domoticz sends repeat commands for blinds
- Replies: 1
- Views: 834
Mochad CM15 Domoticz sends repeat commands for blinds
I have Domoticz (on an old laptop with Ubuntu 14) Domoticz seems to repeat commands to MOchad, (Just like pushing she wall switch for blinds twice, this will stop the blinds) Command line commands in Mochad work OK. I have Ebode RMV X10 switches, I have similar problems with ActiveHome Pro (but ...
- Saturday 06 February 2016 16:01
- Forum: Switches and Scenes
- Topic: X10 / Marmitek dimmers
- Replies: 7
- Views: 2962
Re: X10 / Marmitek dimmers/ Ebode RMW motor controls
Hello,
I have a CM15 X10 interface and can dim/brighten lights on the command line with mochad, but the slides on the Domoticz / Domoticz light controls for dimmers and blind controls can not be moved. Am I doing something wrong or is not possible to dim lights with my setup?
Thanks
Pete
I have a CM15 X10 interface and can dim/brighten lights on the command line with mochad, but the slides on the Domoticz / Domoticz light controls for dimmers and blind controls can not be moved. Am I doing something wrong or is not possible to dim lights with my setup?
Thanks
Pete