Search found 32 matches

by jcjames13009
Monday 05 March 2018 21:23
Forum: Python
Topic: Python : Bose soundtouch Multiroom with domoticz
Replies: 4
Views: 2686

Re: Python : Bose soundtouch Multiroom with domoticz

Hi Is that package can be installed and works on Sinology? I tried to install it without success. I have error messages: unable to execute '/usr/local/i686-pc-linux-gnu/bin/i686-pc-linux-gnu-ccache-gcc': No such file or directory error: command '/usr/local/i686-pc-linux-gnu/bin/i686-pc-linux-gnu ...
by jcjames13009
Sunday 28 February 2016 18:00
Forum: Other questions and discussions
Topic: Domoticz gets unaccessible, PI is accessible, what to check ?
Replies: 4
Views: 7053

Re: Domoticz gets unaccessible, PI is accessible, what to check ?

Hi zanco, Can't help you more but to save your setting there is an option to backup the Domoticz db and then restore it Go to "Set-up > Setting > Backup/Restore > Backup database" and then once installed again Go to "Set-up > Setting > Backup/Restore > Restore database" But not sure where the db ...
by jcjames13009
Friday 26 February 2016 8:48
Forum: Other questions and discussions
Topic: Domoticz gets unaccessible, PI is accessible, what to check ?
Replies: 4
Views: 7053

Re: Domoticz gets unaccessible, PI is accessible, what to check ?

Hi zanco Maybe your DOmoticz service went "offline". To check if service in running or is stopped use sudo service domoticz.sh status If status return is fail "domoticz is not running ... failed!" than you have to restart Domoticz using sudo service domoticz.sh restart You'll find in the forum some ...
by jcjames13009
Saturday 16 January 2016 12:32
Forum: LUA
Topic: LUA. Ist this working
Replies: 3
Views: 1373

Re: LUA. Ist this working

:D
by jcjames13009
Friday 15 January 2016 17:02
Forum: LUA
Topic: LUA. Ist this working
Replies: 3
Views: 1373

Re: LUA. Ist this working

Hi

If I'm right you have to use:

Code: Select all

commandArray[1] = {['UpdateDevice'] = '27|0|'..test}
commandArray[2] = {['UpdateDevice'] = '28|0|'..TempText..' '..test}
JC
by jcjames13009
Friday 15 January 2016 11:36
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

Ok clear.
I believed you were still using V2.4026 from your profile :?
JC
by jcjames13009
Friday 15 January 2016 8:16
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

@G3rard

I can switch it Off pressing the icon. Then I need to press corresponding level to change status. Icon has no more action when switch is Off. FYI, I run version 2.4031

JC
by jcjames13009
Thursday 14 January 2016 23:05
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

Just discover an other issue. Selector switch shows only On/Off state in floor plan. Couldn't access levels selection :(
Hope this bug will be solved
Thanks in advance
JC
by jcjames13009
Thursday 14 January 2016 14:34
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

No issue. I use "Level Name" in lua script to control selector switch.

Something like:

Code: Select all

if (otherdevices[Heating] == 'Eco') then ...
if (otherdevices[Heating] == "Confort") then ...
if (otherdevices[Heating] == 'Off') then ...
JC
by jcjames13009
Thursday 14 January 2016 14:10
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

Now my heating system is managed using selector switch :D

But I can't see it in ImperiHome :( Hope it'll be available soon.

Thanks again to the developpers 8-)

JC
by jcjames13009
Wednesday 23 December 2015 22:15
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

Still testing... Planing is working fine with dummy selector switch Selector Switch 2.JPG Selector Switch 3.JPG and blocky as well Selector Switch.JPG 2015-12-23 22:06:49.445 Selector Switch sur Eco 2015-12-23 22:06:49.445 EventSystem: Event triggered: Selector SW_2 2015-12-23 22:06:49.159 (Virtuel ...
by jcjames13009
Monday 21 December 2015 22:25
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

What is missing is to have different icon for each level :D
by jcjames13009
Monday 21 December 2015 17:19
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

Hi SQ9MDD

That's the config I use (Dummy switch). I don't have mysensor.

JC
by jcjames13009
Sunday 20 December 2015 21:23
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 47067

Re: Mode-selector / multistate device

Hi Just did a quick test to simulate heating swicth (Off / Eco / Confort). Couldn't make it working with blocky but works fine with Lua... :D Create Selector Switch with Off / Eco / Confort level name and 3 virtual switches Heating / Heating Eco and Heating Confort Selector SW 1.JPG Selector SW 2 ...
by jcjames13009
Sunday 13 December 2015 20:58
Forum: Blockly
Topic: Blockly events and an unsolvable algorithmic problem
Replies: 5
Views: 1869

Re: Blockly events and an unsolvable algorithmic problem

I forgot to tell that I use "Planning" feature to schedule Confort, Eco and Off modes.
;)
JC
by jcjames13009
Friday 11 December 2015 23:00
Forum: Blockly
Topic: Blockly events and an unsolvable algorithmic problem
Replies: 5
Views: 1869

Re: Blockly events and an unsolvable algorithmic problem

Hi elgarne Yes there are on/off switches. Blocky does the following: When Heating switch is switched Off, Eco and Confort switches are switched Off -> Heating off When Eco switch is switched On, Heating switch is switched On and Confort is switched Off -> Heating running in Eco mode When Confort ...
by jcjames13009
Thursday 10 December 2015 21:51
Forum: Blockly
Topic: Blockly events and an unsolvable algorithmic problem
Replies: 5
Views: 1869

Re: Blockly events and an unsolvable algorithmic problem

Hi Here is what I did for mine and it works Capture d’écran 2015-12-10 à 21.47.25.png Modes are managed through lua script. Where "Chauffage sdb 1er" is your "Off" switch "Chauffage seb Eco" is your "Eco" switch "Chauffage seb Confort" is your "Confort" switch Hope it'll help JC
by jcjames13009
Monday 30 November 2015 20:57
Forum: Android
Topic: Geofence for Domoticz
Replies: 381
Views: 112279

Re: Geofence for Domoticz

Hi Appesteijn

No pb Christmas is not so far from now :D

I have enough to play with the present feature fro the moment :P

Thanks again

JC
by jcjames13009
Monday 23 November 2015 13:50
Forum: Android
Topic: Geofence for Domoticz
Replies: 381
Views: 112279

Re: Geofence for Domoticz

Appesteijn wrote: Beside that I'm not sure how to keep the app super simple (UI wise) and support multiple geofences. I'll have a look at it.
Hi

Always the same dilemma :D

Thanks Appesteijn for having alook at it. If you need help to test feel free to ask me.

JC
by jcjames13009
Friday 20 November 2015 15:46
Forum: Android
Topic: Geofence for Domoticz
Replies: 381
Views: 112279

Re: Geofence for Domoticz

Still investigating on the different posible ways to use GeoFnce. I wonder if there is possibility to set-up several GeoFences or to have different Radius values to manage actions depending on how far we are from home. Example: - Switch heating on when I'm at 2km from home - Open blinds when I'm at ...