Search found 6 matches
- Thursday 22 October 2015 17:28
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 205318
Re: [MyDomoAtHome] Support thread
in lib/Domo.pm I add the "Dev" notion: line 92: return {"id"=> "MyDomoAtHome Dev","apiversion"=> 1}; try it and tell me if this works for you. If yes I will raise a ticket to Imperihome Team for this undocumented restriction to see if it can be levied. Unfortunately I can not test it now. I'm back ...
- Thursday 22 October 2015 16:50
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 205318
Re: [MyDomoAtHome] Support thread
Hello Pierre, I'm using the ImperiHome Pro version on my Android phone and its working fine, but now I'm trying to get 2 different raspberry's with domoticz on it to install into the same ImperiHome Pro version. One system is in Holland and the other is in Spain. Of course they both have an ...
- Saturday 17 October 2015 23:28
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 205318
Re: [MyDomoAtHome] Support thread
That's what I already did, but that did not help.Alle wrote: If i remember correct; edit 'MyDomoAtHome.sh' and change -NAME="MyDomoAtHome" at line 17 before you run 'run-once.sh'
I did already changed that in domo240 and he's still coming with MyDomoAtHome already exist ... very strange
- Saturday 17 October 2015 17:52
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 205318
Re: [MyDomoAtHome] Support thread
Hello Pierre, I'm using the ImperiHome Pro version on my Android phone and its working fine, but now I'm trying to get 2 different raspberry's with domoticz on it to install into the same ImperiHome Pro version. One system is in Holland and the other is in Spain. Of course they both have an ...
- Wednesday 15 April 2015 19:14
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 407410
Re: NEW frontpage.html - request comments
I use for the blinds this code : // blinds if (item.SwitchType == 'Blinds') { if(vdata == 'Closed') { var down = '<img src='+$.domoticzurl+'/images/blinds48sel.png hspace=1 width=40 onclick="SwitchToggle('+item.idx+', \'On\');lightbox_open(\'switch\', '+switch_on_timeout+', '+txt_blind_down ...
- Saturday 21 February 2015 0:06
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16188
Re: Checking Dreambox state
I think I found an better way to do this.
Just create an dummy...
Just use http://dreambox_ipaddress/web/powerstate?newstate=4 for the on action.
and use http://dreambox_ipaddress/web/powerstate?newstate=5 for the standby action.
You can use this on every linux machine. e.q. as Dreambox or Vuduo etc.
Just create an dummy...
Just use http://dreambox_ipaddress/web/powerstate?newstate=4 for the on action.
and use http://dreambox_ipaddress/web/powerstate?newstate=5 for the standby action.
You can use this on every linux machine. e.q. as Dreambox or Vuduo etc.