Page 26 of 55
Re: [MyDomoAtHome] Support thread
Posted: Sunday 13 March 2016 21:42
by epierre
rafal wrote:second question how i can use these commands in docker on synology????:
Check running docker processes
docker ps
Stoping a docker process
docker stop mdah
Those are from the Synology interface, I give this for those running it under command line interfacer (CLI)
To modify the conf just edit config.json ... but take the image as I added the possibility to have a local conf in the latest image on dockerhub.
As I don't have the docker interface, I suggest this tutorial maybe removing the -it parameter:
http://blog.pavelsklenar.com/how-to-ins ... -synology/
It looks like you should put this in the "Docker Run Parser" parameters:
docker run --name=mdah --env DOMO="http://your_ip:8080" -it --rm -p 3002:3002 epierre/mdah"
Re: [MyDomoAtHome] Support thread
Posted: Monday 14 March 2016 20:26
by rafal
Hello again
Thank You for answer and very good link now we know on synology in docker you commands can't working because:
Docker run supports the below parameters:
"d", "detach"
"e", "env"
"link"
"m", "memory"
"name"
"P", "publish-all"
"p", "publish"
"privileged"
"v", "volume"
in Synology in the "Docker Run Parser" i removed -it -rm but not working ;/ buuuuuut i find KItematic Docker for windows and all you commnad under CLI WORKING !!
and i don't know what's next?????....take a look
https://drive.google.com/file/d/0B5vmlS ... sp=sharing
Re: [MyDomoAtHome] Support thread
Posted: Monday 14 March 2016 20:59
by epierre
ok let's try this:
docker run --name=mdah --net=host --env DOMO="http://your_ip:8080" -d -p 3002:3002 epierre/mdah
Re: [MyDomoAtHome] Support thread
Posted: Monday 14 March 2016 21:46
by rafal
--net unsupported options ;/
i can give you access to my synology for test this command if you want ofcourse
Re: [MyDomoAtHome] Support thread
Posted: Monday 14 March 2016 21:56
by epierre
some sait it should run, and without ?
docker run --name=mdah --env DOMO="http://your_ip:8080" -d -p 3002:3002 epierre/mdah
Re: [MyDomoAtHome] Support thread
Posted: Monday 14 March 2016 22:11
by rgouyet
I sucessfuly ran the docker image on my synology box.
I used the assistant.
- param01.jpg (32.84 KiB) Viewed 6749 times
- param02.jpg (22.26 KiB) Viewed 6749 times
nothing on links page
- param04.jpg (33.36 KiB) Viewed 6749 times
Re: [MyDomoAtHome] Support thread
Posted: Tuesday 15 March 2016 7:40
by rafal
Thank You rgouyet it's works
and now what i what should i do to connect from the imperihome on android galaxy s5 to domoticz .
i have installed app imperri home ->setting-> ImperiHomeStandard System wizard-> localAPI base URL:
http://192.168.0.11:8084 and null
donoticz is on 192.168.0.11:8084 on synology
gate is configured for domoticz it is??????
no login and possword in domoticz
Re: [MyDomoAtHome] Support thread
Posted: Tuesday 15 March 2016 8:01
by rafal
epierre wrote:some sait it should run, and without ?
docker run --name=mdah --env DOMO="http://your_ip:8080" -d -p 3002:3002 epierre/mdah
i can add, but if you want switch on is error about API
i delete -d and - p and both
a still same msgbox
about API
Re: [MyDomoAtHome] Support thread
Posted: Sunday 20 March 2016 11:18
by bdormael
bdormael wrote:Is there any chance that MyDomoAtHome can support the new "Selector" switch so that it will show up in Imperihome also as a multi select switch ?
Or does Imperihome not support Multi Select switches ?
Just wanted to check if there is still a possibility that mydomoathome would support the select switches from Domoticz?
I know that Imperihome has such a switch, but for now Imperihome does not detect the switches I made in Domoticz.
Re: RE: Re: [MyDomoAtHome] Support thread
Posted: Sunday 20 March 2016 11:49
by raym
bdormael wrote:bdormael wrote:Is there any chance that MyDomoAtHome can support the new "Selector" switch so that it will show up in Imperihome also as a multi select switch ?
Or does Imperihome not support Multi Select switches ?
Just wanted to check if there is still a possibility that mydomoathome would support the select switches from Domoticz?
I know that Imperihome has such a switch, but for now Imperihome does not detect the switches I made in Domoticz.
Check out the new NodeJS version which is currently in development. This supports multi-state switches:
http://www.domoticz.com/forum/viewtopic ... 012#p62012
Re: [MyDomoAtHome] Support thread
Posted: Sunday 20 March 2016 19:56
by epierre
@all if you don't bother not to have curves, please go to the new version that has all the features here, installation path described here:
https://github.com/empierre/MyDomoAtHome/tree/nodejs
For support send me you email to
[email protected] to have a slack access (best) or use the following thread
viewtopic.php?p=62012#p62012
Re: RE: Re: [MyDomoAtHome] Support thread
Posted: Monday 21 March 2016 15:29
by bdormael
raym wrote:bdormael wrote:bdormael wrote:Is there any chance that MyDomoAtHome can support the new "Selector" switch so that it will show up in Imperihome also as a multi select switch ?
Or does Imperihome not support Multi Select switches ?
Just wanted to check if there is still a possibility that mydomoathome would support the select switches from Domoticz?
I know that Imperihome has such a switch, but for now Imperihome does not detect the switches I made in Domoticz.
Check out the new NodeJS version which is currently in development. This supports multi-state switches:
http://www.domoticz.com/forum/viewtopic ... 012#p62012
Working perfect now with the new nodejs version, thx for the support
Re: [MyDomoAtHome] Support thread
Posted: Tuesday 22 March 2016 20:25
by hendrik6073
hendrik6073 wrote:used search cannot find anything on this issue
i added 8 test dummy tekst devices. i use them to post the heater thermostat schedule information . I want to display the devices using ImperiHome.
In ImperiHome the dummy text devices are not visible (
http://imperihome:5001/devices) ? should i do some extra ?
thanks
this is fixed, MyDomoAtHome did not 'see' this devices, MyDomoAtHome team did solve this
Re: [MyDomoAtHome] Support thread
Posted: Thursday 24 March 2016 9:55
by epierre
Hi All,
Now the Node JS is the preferred version, testing have been concluant so far.
Now you can install/upgrade through apt-get following the wiki
http://domoticz.com/wiki/ImperiHome#Ins ... ckage_.deb
Re: RE: Re: [MyDomoAtHome] Support thread
Posted: Thursday 24 March 2016 11:34
by raym
@epierre - thanks for all your hard work getting this new version together. It's really shaping up to be a great release!
Re: [MyDomoAtHome] Support thread
Posted: Saturday 26 March 2016 23:48
by SchattenMann
@epierre - fantastic work on this release, congrats!
on a side note i seem to be having a problem dimming "dimmers" in Imperihome, dimmer slider doesn't seem to work at all - no records of a dimming request on Domoticz logs, MQTT etc...
Any idea where I should start looking for troubleshooting this?
Thanks
Re: [MyDomoAtHome] Support thread
Posted: Sunday 27 March 2016 0:04
by SchattenMann
nvm, sudo apt-get upgrade fixed it
Although I do have one question/suggestion. Given that domoticz creates a separate device for kWh (power consumption) Imperihome is unable to show power consumption on the "light device".
any chance we can have an option to "aggregate" both devices (lets say dimmer + power consumption) so that MDAH can report both as a single device for Imperihome?
Makes sense?
Re: [MyDomoAtHome] Support thread
Posted: Sunday 27 March 2016 9:08
by epierre
@SchattenMann you're right and I have the same issue as I have power switch 6 nodes three of them... and vera does it, and imperihome supports it...
looks it can be done as through ID and HardwareID it seems possible, have to add it in my todo
https://github.com/empierre/MyDomoAtHome/issues/73
Re: [MyDomoAtHome] Support thread
Posted: Sunday 27 March 2016 9:09
by epierre
SchattenMann wrote:nvm, sudo apt-get upgrade fixed it
I don't remember but a sliding blind inverted has still an issue, to be verified
Re: [MyDomoAtHome] Support thread
Posted: Sunday 27 March 2016 13:26
by SchattenMann
epierre wrote:SchattenMann wrote:nvm, sudo apt-get upgrade fixed it
I don't remember but a sliding blind inverted has still an issue, to be verified
next step is to add Fibaro Roller Shutter controllers so lets ee how it goes
epierre wrote:@SchattenMann you're right and I have the same issue as I have power switch 6 nodes three of them... and vera does it, and imperihome supports it...
looks it can be done as through ID and HardwareID it seems possible, have to add it in my todo
https://github.com/empierre/MyDomoAtHome/issues/73
Yeah it's quite odd how Domoticz handles Power Monitoring devices, a Qubino Flush Dimmer Plus creates 10+ devices where at least 3 seem to be related with Power Meter...not to mention the Aeon Clamp who seems to be a mess
Speaking of Aeon Clamp Imperihome is crashing when I try to open the Aeon Clamp graph - this was working fine yesterday with Vera. Anything I can do to help diagnose what the problem could be?
A similar thing happens with Temp/Hum graphs who either show an empty graph or returns an error.