[MyDomoAtHome] Support thread
Moderator: leecollings
-
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: [MyDomoAtHome] Support thread
In search of a good working Android app. Which is the only thing really lacking in the Domoticz setup.
I instaled Imperihome and its working.
Now i have blinds with a stop button. But i cant see it in Imperihome. Is it not working? Saw some posts....but?
I instaled Imperihome and its working.
Now i have blinds with a stop button. But i cant see it in Imperihome. Is it not working? Saw some posts....but?
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
I guess if Imperihome support it, to have some integration in the gateway (e.g. volumio which is simple) but if domoticz does not you won't see it there...epierre wrote:is there sound in domoticz ?joshimosh wrote:Good evening,
I have a question: does your gateway relay sounds from Domoticz to Imperihome ? My best guess is that it does not (I can imagine that this would be pretty difficult), but who knows
Cheers Josh![]()
![]()
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
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
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
Hello,Justintime wrote:In search of a good working Android app. Which is the only thing really lacking in the Domoticz setup.
I instaled Imperihome and its working.
Now i have blinds with a stop button. But i cant see it in Imperihome. Is it not working? Saw some posts....but?
What kind of blinds do you have ? there exists at least 3 types of bllinds in domoticz (normal, inverted and venetian), only venitian are plusable else it is open/close.
What hzrdware do they rely on ?
Emmanuel
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
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
-
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: [MyDomoAtHome] Support thread
They are the "RollerTrol, Hasta new" and button is "blinds" in Domoticz.epierre wrote:Hello,Justintime wrote:In search of a good working Android app. Which is the only thing really lacking in the Domoticz setup.
I instaled Imperihome and its working.
Now i have blinds with a stop button. But i cant see it in Imperihome. Is it not working? Saw some posts....but?
What kind of blinds do you have ? there exists at least 3 types of bllinds in domoticz (normal, inverted and venetian), only venitian are plusable else it is open/close.
What hzrdware do they rely on ?
Emmanuel
Changed to ventian....and thats working...
And another question.....how to acces outside the house? I have Ngix ssl running.
PS thanks for the work....i hope this will be maintained. Imperihome works great. Nice lay out and features....
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
can you send me your domoticz.db to [email protected]Justintime wrote:They are the "RollerTrol, Hasta new" and button is "blinds" in Domoticz.
This is explained there : https://www.domoticz.com/wiki/Secure_Remote_AccessJustintime wrote:And another question.....how to acces outside the house? I have Ngix ssl running.
An implementation above could be based on the url https://your_host_name:443/iss/ :
location /iss/ {
proxy_pass http://localhost:5001/;
access_log /var/log/nginx/iss.access.log;
error_log /var/log/nginx/iss.error.log;
}
ImperiHome has a lot of releases this is a good point !Justintime wrote:PS thanks for the work....i hope this will be maintained. Imperihome works great. Nice lay out and features....
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
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
-
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: [MyDomoAtHome] Support thread
The Roller blinds are working.... i changed them to "venitian" so i have the stop button in imperihome. In Domoticz there are no concequences for changing that.
But the outside configuration, i cant get it to work.
I allready setup the secure network for the Dromoticz app.
So i guess i only have to configure the webserver?
I made an iss in the etc/nginx/available folder. And made a shortcut in the enabled folder.
Or do i need to create a seperate ISS folder there? Because of "location /iss/}" ?
But the outside configuration, i cant get it to work.
I allready setup the secure network for the Dromoticz app.
So i guess i only have to configure the webserver?
I made an iss in the etc/nginx/available folder. And made a shortcut in the enabled folder.
Or do i need to create a seperate ISS folder there? Because of "location /iss/}" ?
-
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: [MyDomoAtHome] Support thread
Tried several things to get Nginx working with domoathome but no luck.
Also the autostart of the gateway....as descriped here is niet working for me.
http://www.domoticz.com/forum/viewtopic ... nux#p26562
Also the autostart of the gateway....as descriped here is niet working for me.
http://www.domoticz.com/forum/viewtopic ... nux#p26562
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
please post here your nginx conf so we can help,
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
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
-
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: [MyDomoAtHome] Support thread
Thanks.... But I have setup a VPN in my router.epierre wrote:please post here your nginx conf so we can help,
Some extra handeling to open Imperihome. But a safe way.
-
- Posts: 145
- Joined: Friday 31 July 2015 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Sint-Oedenrode, Netherlands
- Contact:
Re: [MyDomoAtHome] Support thread
I installed the app and connected to ImperiHome and everything is working fine. One question though: in Domoticz I've created Scenes with type Group with each Scene switch (on/off) multiple devices. In ImperHome they arrive as scenes that can only be switched 'on' (like the Scenes, type Scenes in Domoticz).
Is it possible to have Scenes, type Group being added to ImperiHome as Groups?
Is it possible to have Scenes, type Group being added to ImperiHome as Groups?
Mark: Domoticz Beta on Raspberry Pi 4 running Debian Bookworm - Z-Stick 7 - RFXCom - P1 - MySensors - SolarEdge - Dahua - Philips Hue - Docker - Zigbee2mqtt (plugin) - Zwave-js-ui - dzVents - Nodered
-
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: [MyDomoAtHome] Support thread
Hi,
Are you also planning to add counters? Like Energy, water and gas?
Are you also planning to add counters? Like Energy, water and gas?
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
Hello,Justintime wrote: Are you also planning to add counters? Like Energy, water and gas?
it is already here unless you have some specific hardware that I've not seen so far and so I would need your domoticz.db to [email protected] to investigate it.
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
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
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
Hello,Doler wrote:I installed the app and connected to ImperiHome and everything is working fine. One question though: in Domoticz I've created Scenes with type Group with each Scene switch (on/off) multiple devices. In ImperHome they arrive as scenes that can only be switched 'on' (like the Scenes, type Scenes in Domoticz).
Is it possible to have Scenes, type Group being added to ImperiHome as Groups?
What do you mean by that ? how should they behave ? I see in domoticz group scenes that are on/off is that that ?
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
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
-
- Posts: 145
- Joined: Friday 31 July 2015 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Sint-Oedenrode, Netherlands
- Contact:
Re: [MyDomoAtHome] Support thread
Hello,
What do you mean by that ? how should they behave ? I see in domoticz group scenes that are on/off is that that ?[/quote]
Yes, that's right. In Domoticz you can create Scenes with two different (sub-)types: scenes and groups. Type scene can only be switched On, type Group can be switched On/Off. The latter is transferred to Imperihome as a scene that can only be switched on (like the Scene/Scene in Domoticz) but imho should be transferred as a group (multiple switch on/off) in Imperihome.
Of course the workaround is to create the group in Imperihome but it would be nice if it's a one go.
Btw, thanks for all the good work so far.
What do you mean by that ? how should they behave ? I see in domoticz group scenes that are on/off is that that ?[/quote]
Yes, that's right. In Domoticz you can create Scenes with two different (sub-)types: scenes and groups. Type scene can only be switched On, type Group can be switched On/Off. The latter is transferred to Imperihome as a scene that can only be switched on (like the Scene/Scene in Domoticz) but imho should be transferred as a group (multiple switch on/off) in Imperihome.
Of course the workaround is to create the group in Imperihome but it would be nice if it's a one go.
Btw, thanks for all the good work so far.
Mark: Domoticz Beta on Raspberry Pi 4 running Debian Bookworm - Z-Stick 7 - RFXCom - P1 - MySensors - SolarEdge - Dahua - Philips Hue - Docker - Zigbee2mqtt (plugin) - Zwave-js-ui - dzVents - Nodered
-
- Posts: 1602
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: [MyDomoAtHome] Support thread
I did the wiki:
I get:
By:
In the app i can config my server..
Only i see no devices....
Where do i go wrong?
I get:
Code: Select all
http://192.168.5.70:5001/devices
{"devices":[]}
Code: Select all
http://192.168.5.70:8080/json.htm?type=devices&filter=all&used=true&order=Name
{
"ActTime" : 1438627544,
"ServerTime" : "Aug 03 2015 20:45:44",
"Sunrise" : "06:02:00",
"Sunset" : "21:22:00",
"result" : [
{
"Favorite" : 1,
"LastUpdate" : "2015-08-02 22:58:00",
"Name" : "Gaan slapen",
"Protected" : false,
"Status" : "Mixed",
"Type" : "Scene",
"TypeImg" : "lightbulb",
"UsedByCamera" : false,
"XOffset" : 0,
"YOffset" : 0,
"idx" : "5"
},
{
"Favorite" : 1,
"LastUpdate" : "2015-08-03 06:00:01",
"Name" : "Lampen: Alles uit T",
"Protected" : false,
"Status" : "Mixed",
"Type" : "Scene",
"TypeImg" : "lightbulb",
"UsedByCamera" : false,
"XOffset" : 0,
"YOffset" : 0,
"idx" : "7"
},
{
"Favorite" : 1,
"LastUpdate" : "2015-08-01 23:26:07",
"Name" : "Lampen: Alles aan",
"Protected" : false,
"Status" : "Mixed",
"Type" : "Scene",
"TypeImg" : "lightbulb",
"UsedByCamera" : false,
"XOffset" : 0,
"YOffset" : 0,
"idx" : "8"
},
{
"Favorite" : 0,
"LastUpdate" : "2015-08-03 20:38:30",
"Name" : "Kamers: Eettafel ",
"Protected" : false,
"Status" : "Off",
"Type" : "Group",
"TypeImg" : "lightbulb",
"UsedByCamera" : false,
Only i see no devices....
Where do i go wrong?
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
I've checked imperihome iss api, a scene is only launchable so the "scene group" in on/off in domoticz will not be possible... unless you ask them and they implement it (see send a request in the top right corner).Doler wrote: Yes, that's right. In Domoticz you can create Scenes with two different (sub-)types: scenes and groups. Type scene can only be switched On, type Group can be switched On/Off. The latter is transferred to Imperihome as a scene that can only be switched on (like the Scene/Scene in Domoticz) but imho should be transferred as a group (multiple switch on/off) in Imperihome.
Of course the workaround is to create the group in Imperihome but it would be nice if it's a one go.
https://imperihome.zendesk.com/hc/en-us ... definition
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
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
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
Hello,Derik wrote:I did the wiki:
I get:Where do i go wrong?Code: Select all
http://192.168.5.70:5001/devices {"devices":[]}
it means the gateway cannot contact Domoticz (password protected for example).
the easiest and 90% of the time, just add your network in domoticz/settings:
Local Networks (no username/password):
Here add 192.168.5.70 and save.
If that does not work, add 127.0.0.1 and in the yml conf file put 127.0.0.1 instead of the external IP for domoticz.
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
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
-
- Posts: 145
- Joined: Friday 31 July 2015 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Sint-Oedenrode, Netherlands
- Contact:
Re: [MyDomoAtHome] Support thread
Thanks for sending the link but I don't expect imperihome to accept such request. Since I was never on this page before I scrolled downwards and I saw the devicetype 'DevMultiSwitch' that maybe just fulfils what I'm asking for.epierre wrote:I've checked imperihome iss api, a scene is only launchable so the "scene group" in on/off in domoticz will not be possible... unless you ask them and they implement it (see send a request in the top right corner).Doler wrote: Yes, that's right. In Domoticz you can create Scenes with two different (sub-)types: scenes and groups. Type scene can only be switched On, type Group can be switched On/Off. The latter is transferred to Imperihome as a scene that can only be switched on (like the Scene/Scene in Domoticz) but imho should be transferred as a group (multiple switch on/off) in Imperihome.
Of course the workaround is to create the group in Imperihome but it would be nice if it's a one go.
https://imperihome.zendesk.com/hc/en-us ... definition
Would it be possible to transfer the domoticz scene/group to devmultiswitch in imperihome (sorry for asking again)?
Mark: Domoticz Beta on Raspberry Pi 4 running Debian Bookworm - Z-Stick 7 - RFXCom - P1 - MySensors - SolarEdge - Dahua - Philips Hue - Docker - Zigbee2mqtt (plugin) - Zwave-js-ui - dzVents - Nodered
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
yes that's a good starting point, I'll have to check if I can interpret correctly the imperihome answer ... stay tuned ... (a little bitDoler wrote: Thanks for sending the link but I don't expect imperihome to accept such request. Since I was never on this page before I scrolled downwards and I saw the devicetype 'DevMultiSwitch' that maybe just fulfils what I'm asking for.
Would it be possible to transfer the domoticz scene/group to devmultiswitch in imperihome (sorry for asking again)?

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
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
- epierre
- Posts: 522
- Joined: Wednesday 05 March 2014 13:16
- Target OS: Linux
- Domoticz version:
- Location: France
- Contact:
Re: [MyDomoAtHome] Support thread
Hello,
I'll be away till end of month, for all points that remain open, could you (as a good practice too) open a ticket in githum (under issue on the right), that will permit to track what is done or not, and give you visibility too.
https://github.com/empierre/MyDomoAtHome
thanks and have a great summer,
I'll be away till end of month, for all points that remain open, could you (as a good practice too) open a ticket in githum (under issue on the right), that will permit to track what is done or not, and give you visibility too.
https://github.com/empierre/MyDomoAtHome
thanks and have a great summer,
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
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
Who is online
Users browsing this forum: No registered users and 1 guest