[MyDomoAtHome] Support thread

Client tools or tools that can connect with Domoticz. Tools for Windows, iOS, Android, Linux etc.

Moderator: leecollings

User avatar
epierre
Posts: 522
Joined: Wednesday 05 March 2014 13:16
Target OS: Linux
Domoticz version:
Location: France
Contact:

Re: [MyDomoAtHome] Support thread

Post 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"
ImperiHome & MyDomoAtHome on top of:
868.42Mhz - Vera Lite - Fibaro SS-101, S-211, K-101, FWP - Fortress SSA2
433Mhz - Cubie Domoticz + RFXtrx + Oregon || Foscam 9821W
2,4Ghz - Cubie MySensors Gateway + COV + TempHumidity + Pressure + WaterMeter
User avatar
rafal
Posts: 22
Joined: Sunday 13 March 2016 12:45
Target OS: Windows
Domoticz version: latest
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
User avatar
epierre
Posts: 522
Joined: Wednesday 05 March 2014 13:16
Target OS: Linux
Domoticz version:
Location: France
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
ImperiHome & MyDomoAtHome on top of:
868.42Mhz - Vera Lite - Fibaro SS-101, S-211, K-101, FWP - Fortress SSA2
433Mhz - Cubie Domoticz + RFXtrx + Oregon || Foscam 9821W
2,4Ghz - Cubie MySensors Gateway + COV + TempHumidity + Pressure + WaterMeter
User avatar
rafal
Posts: 22
Joined: Sunday 13 March 2016 12:45
Target OS: Windows
Domoticz version: latest
Contact:

Re: [MyDomoAtHome] Support thread

Post by rafal »

--net unsupported options ;/

i can give you access to my synology for test this command if you want ofcourse
User avatar
epierre
Posts: 522
Joined: Wednesday 05 March 2014 13:16
Target OS: Linux
Domoticz version:
Location: France
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
ImperiHome & MyDomoAtHome on top of:
868.42Mhz - Vera Lite - Fibaro SS-101, S-211, K-101, FWP - Fortress SSA2
433Mhz - Cubie Domoticz + RFXtrx + Oregon || Foscam 9821W
2,4Ghz - Cubie MySensors Gateway + COV + TempHumidity + Pressure + WaterMeter
rgouyet
Posts: 7
Joined: Friday 02 October 2015 8:23
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: [MyDomoAtHome] Support thread

Post by rgouyet »

I sucessfuly ran the docker image on my synology box.

I used the assistant.
param01.jpg
param01.jpg (32.84 KiB) Viewed 6742 times
param02.jpg
param02.jpg (22.26 KiB) Viewed 6742 times
nothing on links page
param04.jpg
param04.jpg (33.36 KiB) Viewed 6742 times
User avatar
rafal
Posts: 22
Joined: Sunday 13 March 2016 12:45
Target OS: Windows
Domoticz version: latest
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
Attachments
run.jpg
run.jpg (90.72 KiB) Viewed 6726 times
User avatar
rafal
Posts: 22
Joined: Sunday 13 March 2016 12:45
Target OS: Windows
Domoticz version: latest
Contact:

Re: [MyDomoAtHome] Support thread

Post 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 :x about API
Attachments
run2.jpg
run2.jpg (69.26 KiB) Viewed 6726 times
bdormael
Posts: 82
Joined: Saturday 13 December 2014 21:20
Target OS: Linux
Domoticz version:
Contact:

Re: [MyDomoAtHome] Support thread

Post 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.
raym
Posts: 81
Joined: Tuesday 03 November 2015 5:07
Target OS: Linux
Domoticz version: beta
Contact:

Re: RE: Re: [MyDomoAtHome] Support thread

Post 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
User avatar
epierre
Posts: 522
Joined: Wednesday 05 March 2014 13:16
Target OS: Linux
Domoticz version:
Location: France
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
ImperiHome & MyDomoAtHome on top of:
868.42Mhz - Vera Lite - Fibaro SS-101, S-211, K-101, FWP - Fortress SSA2
433Mhz - Cubie Domoticz + RFXtrx + Oregon || Foscam 9821W
2,4Ghz - Cubie MySensors Gateway + COV + TempHumidity + Pressure + WaterMeter
bdormael
Posts: 82
Joined: Saturday 13 December 2014 21:20
Target OS: Linux
Domoticz version:
Contact:

Re: RE: Re: [MyDomoAtHome] Support thread

Post 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
hendrik6073
Posts: 9
Joined: Wednesday 28 January 2015 12:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
User avatar
epierre
Posts: 522
Joined: Wednesday 05 March 2014 13:16
Target OS: Linux
Domoticz version:
Location: France
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
ImperiHome & MyDomoAtHome on top of:
868.42Mhz - Vera Lite - Fibaro SS-101, S-211, K-101, FWP - Fortress SSA2
433Mhz - Cubie Domoticz + RFXtrx + Oregon || Foscam 9821W
2,4Ghz - Cubie MySensors Gateway + COV + TempHumidity + Pressure + WaterMeter
raym
Posts: 81
Joined: Tuesday 03 November 2015 5:07
Target OS: Linux
Domoticz version: beta
Contact:

Re: RE: Re: [MyDomoAtHome] Support thread

Post by raym »

@epierre - thanks for all your hard work getting this new version together. It's really shaping up to be a great release!
SchattenMann
Posts: 73
Joined: Friday 09 October 2015 19:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
SchattenMann
Posts: 73
Joined: Friday 09 October 2015 19:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: [MyDomoAtHome] Support thread

Post by SchattenMann »

nvm, sudo apt-get upgrade fixed it :D

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?
User avatar
epierre
Posts: 522
Joined: Wednesday 05 March 2014 13:16
Target OS: Linux
Domoticz version:
Location: France
Contact:

Re: [MyDomoAtHome] Support thread

Post 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
ImperiHome & MyDomoAtHome on top of:
868.42Mhz - Vera Lite - Fibaro SS-101, S-211, K-101, FWP - Fortress SSA2
433Mhz - Cubie Domoticz + RFXtrx + Oregon || Foscam 9821W
2,4Ghz - Cubie MySensors Gateway + COV + TempHumidity + Pressure + WaterMeter
User avatar
epierre
Posts: 522
Joined: Wednesday 05 March 2014 13:16
Target OS: Linux
Domoticz version:
Location: France
Contact:

Re: [MyDomoAtHome] Support thread

Post by epierre »

SchattenMann wrote:nvm, sudo apt-get upgrade fixed it :D
I don't remember but a sliding blind inverted has still an issue, to be verified
ImperiHome & MyDomoAtHome on top of:
868.42Mhz - Vera Lite - Fibaro SS-101, S-211, K-101, FWP - Fortress SSA2
433Mhz - Cubie Domoticz + RFXtrx + Oregon || Foscam 9821W
2,4Ghz - Cubie MySensors Gateway + COV + TempHumidity + Pressure + WaterMeter
SchattenMann
Posts: 73
Joined: Friday 09 October 2015 19:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: [MyDomoAtHome] Support thread

Post by SchattenMann »

epierre wrote:
SchattenMann wrote:nvm, sudo apt-get upgrade fixed it :D
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.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest