Search found 522 matches
- Sunday 03 November 2024 17:44
- Forum: Temperature and Weather
- Topic: Accuweather configuration
- Replies: 6
- Views: 6262
Re: Accuweather configuration
same here, seems an issue from domoiticz since api is correct and valid
- Friday 22 March 2024 13:32
- Forum: Cameras
- Topic: google nest hello doorbell
- Replies: 3
- Views: 2310
Re: google nest hello doorbell
Hello, It could be supported if the mydomoticz website could forward oauth requests as home assistant does: https://www.home-assistant.io/integrations/nest/ "Add Authorized redirect URIs end enter https://my.home-assistant.io/redirect/oauth" When we have this, it will be quick to do something I ...
- Monday 27 November 2023 20:47
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
maybe some ideas there: https://community.synology.com/enu/forum/1/post/145037
but on a PC when I run the docker with the above CLI it works on http://system_ip:3002/
but on a PC when I run the docker with the above CLI it works on http://system_ip:3002/
- Monday 27 November 2023 14:39
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
a docker always use an internal interface to bind to the outside, here 0.0.0.0 means any
- Monday 27 November 2023 12:35
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
Hello,
if you are going through docker, internal port is 3002, by default exposed as 3002
on command line this should be:
docker run --name=mdah --env DOMO="http://your_ip:8080" --env TZ=Europe/Paris -p 3002:3002 epierre/mdah
if you are going through docker, internal port is 3002, by default exposed as 3002
on command line this should be:
docker run --name=mdah --env DOMO="http://your_ip:8080" --env TZ=Europe/Paris -p 3002:3002 epierre/mdah
- Saturday 25 November 2023 11:52
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
New domiticz imposes a login, I use the nopasswww option during dz srartup
- Saturday 25 November 2023 10:39
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
Me I am in 3.0.11 and it is fine
- Saturday 25 November 2023 8:15
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
Hello,
Try refreshing imperihome first, then if it is on port 3002, try
Http://myserver:3002/devices
Do you see your devices ?
Try refreshing imperihome first, then if it is on port 3002, try
Http://myserver:3002/devices
Do you see your devices ?
- Wednesday 22 November 2023 20:39
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
- Monday 13 November 2023 15:33
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
Hello,
New 0.3.1 version from this week-end with fixes on:
- domoticz API
- nodejs changes
- docker image upgraded as well as nodejs version
- dockerhub image
New 0.3.1 version from this week-end with fixes on:
- domoticz API
- nodejs changes
- docker image upgraded as well as nodejs version
- dockerhub image
- Thursday 26 October 2023 17:05
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
Hello, so someone is suing it still
I'll look to see if I can upgrade to the new and not backward compatible API of Domoticz

- Monday 05 September 2022 15:13
- Forum: Python
- Topic: Plugins and Python 3.10
- Replies: 10
- Views: 1677
Re: Plugins and Python 3.10
for me working since yesterday, updating toward the git !
- Monday 05 September 2022 15:08
- Forum: 433 & 868 transceiver
- Topic: rfxtrx: losing sensor connection after replacing the old one
- Replies: 2
- Views: 1649
Re: rfxtrx: losing sensor connection after replacing the old one
Hello, I did exactly what you said before with no result. my system has 20+ rfxtrx oregon and alike. The only thing I've never done in 10 years is to push the reset button on the device while changing battery. hmmm... behavior since Stable 2022.1 ... seems it is something I've not seen before will ...
- Thursday 25 August 2022 9:26
- Forum: 433 & 868 transceiver
- Topic: rfxtrx: losing sensor connection after replacing the old one
- Replies: 2
- Views: 1649
rfxtrx: losing sensor connection after replacing the old one
Hello, For some time (some months now) I keep on losing the sensor when replacing the old one. For example this morning I added in the UI the live sensor in device (not used) then replaced the old one anf from this moment it stopped receiving data and a new one poped up in the unused devices. I kept ...
- Wednesday 24 August 2022 13:46
- Forum: Python
- Topic: Plugins and Python 3.10
- Replies: 10
- Views: 1677
Re: Plugins and Python 3.10
seems the Linky plugin has some issue also on 3.10, though through alternatives I am unable to force 3.8 as domoticz always use 3.10 and I don't know why (even with strace...)
- Thursday 03 March 2022 9:56
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
Hello,
For Debian 11/Bullseye here is the procedure
curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
wget https://www.e-nef.com/domoticz/mdah/dis ... 0.2.49.deb
sudo dpkg -i node-mydomoathome-0.2.49.deb
For Debian 11/Bullseye here is the procedure
curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
wget https://www.e-nef.com/domoticz/mdah/dis ... 0.2.49.deb
sudo dpkg -i node-mydomoathome-0.2.49.deb
- Wednesday 02 March 2022 18:02
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
can try testing it, writing the sdcard on a pi 3.
Are you running a lite or with ui and recommended ?
Are you running a lite or with ui and recommended ?
- Monday 24 January 2022 19:11
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
I would have to install a pi with it to check...
- Monday 24 January 2022 19:01
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944
Re: [MyDomoAtHome] Support thread
hmmm...surprising, try this one (should be the same cannot test it...)
https://www.e-nef.com/domoticz/mdah/dis ... ary-armhf/
https://www.e-nef.com/domoticz/mdah/dis ... ary-armhf/
- Monday 24 January 2022 18:47
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 212944