MyDomoticz - Testers wanted!
Moderator: leecollings
-
- Posts: 145
- Joined: Tuesday 08 July 2014 15:10
- Target OS: -
- Domoticz version: 4.9700
- Location: UK
- Contact:
Re: MyDomoticz - Testers wanted!
From my domoticz.sh
DAEMON_ARGS="$DAEMON_ARGS -www 0"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 443"
So I believe it's on https on port 443 only.
DAEMON_ARGS="$DAEMON_ARGS -www 0"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 443"
So I believe it's on https on port 443 only.
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
Could you try setting www port to something > 1024, just to see if it makes a difference?
What version of Domoticz are you using? Stable?
What version of Domoticz are you using? Stable?
Calzor Suzay wrote: ↑Thursday 14 February 2019 1:13 From my domoticz.sh
DAEMON_ARGS="$DAEMON_ARGS -www 0"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 443"
So I believe it's on https on port 443 only.
-
- Posts: 145
- Joined: Tuesday 08 July 2014 15:10
- Target OS: -
- Domoticz version: 4.9700
- Location: UK
- Contact:
Re: MyDomoticz - Testers wanted!
Version is 4.9700
Don't really want to start mucking about with the port as 443 is by default for HTTPS and I various 'stuff' setup internally to come in via this.
Does it not support this?
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
The https port doesn't really matter. I meant to say the (plain) http port. MyDomoticz may require the plain http server to be enabled, but I'm not really sure. If this works, I will make a patch - if not already done in later versions.Calzor Suzay wrote: ↑Friday 15 February 2019 13:59Version is 4.9700
Don't really want to start mucking about with the port as 443 is by default for HTTPS and I various 'stuff' setup internally to come in via this.
Does it not support this?
-
- Posts: 145
- Joined: Tuesday 08 July 2014 15:10
- Target OS: -
- Domoticz version: 4.9700
- Location: UK
- Contact:
Re: MyDomoticz - Testers wanted!
Have enabled http over a different port and all looks good now 
I don't suppose there's a way to share only certain devices for certain users?
Like the other half just gets the dashboard view but nothing else?

I don't suppose there's a way to share only certain devices for certain users?
Like the other half just gets the dashboard view but nothing else?
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
I thought the no-http enabled issue was solved meanwhile. I will put it on my list to check.Calzor Suzay wrote: ↑Thursday 21 February 2019 17:34 Have enabled http over a different port and all looks good now
I don't suppose there's a way to share only certain devices for certain users?
Like the other half just gets the dashboard view but nothing else?
About certaim devices with certain users: There's rudimentary authorization support in your domoticz at Setup -> More options -> Edit users.
MyDomoticz itself doesn't interfere with Domoticz level authentication.
A workaround would be setup a domoticz master instance with only the devices that the user is allowed to see.
=+= Rene
-
- Posts: 145
- Joined: Tuesday 08 July 2014 15:10
- Target OS: -
- Domoticz version: 4.9700
- Location: UK
- Contact:
Re: MyDomoticz - Testers wanted!
So something buggered up somewhere 
In my domoticz it still shows a green man online but when I click on it I get flicked back to the same page.
Not sure if it's related but I see this in logs:-

In my domoticz it still shows a green man online but when I click on it I get flicked back to the same page.
Not sure if it's related but I see this in logs:-
Code: Select all
2019-02-21 17:50:33.431 Error: CheckAuthToken(bunch of code) : session id not found
2019-02-21 17:50:35.454 Error: CheckAuthToken(bunch of code) : session id not found
2019-02-21 17:50:38.638 Error: CheckAuthToken(bunch of code) : session id not found
-
- Posts: 145
- Joined: Tuesday 08 July 2014 15:10
- Target OS: -
- Domoticz version: 4.9700
- Location: UK
- Contact:
Re: MyDomoticz - Testers wanted!
Any ideas?
Still have green online but when I click get punted back to green online screen.
Then as described I get "Error: CheckAuthToken(gobbledygook) : session id not found
Am I doing something wrong?
Still have green online but when I click get punted back to green online screen.
Then as described I get "Error: CheckAuthToken(gobbledygook) : session id not found
Am I doing something wrong?
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
Hi,
There has been a change made in order to make the green icon always work.
The issue had to do with your domoticz reconnecting and mydomoticz still sending requests to the old/already disconnected instance.
Feel free to test.
== Rene
There has been a change made in order to make the green icon always work.
The issue had to do with your domoticz reconnecting and mydomoticz still sending requests to the old/already disconnected instance.
Feel free to test.
== Rene
chimit wrote: ↑Wednesday 13 February 2019 15:42 Thanks for this information.
I see in the server logs that reconnecting doesn't work because MyDomoticz thinks that your domoticz is still connected. Somehow, it takes 15 minutes to figure this out.
I will put this as a bug on the roadmap.
hjzwiers wrote: ↑Wednesday 12 December 2018 9:23No-one has a clue? Why do I always need to toggle enabled before the I can connect remotely (icon turns green the second I turn enabled back on)
MyDomoticz Settings:
MyDomoticz Instance ID: 2CDADF07F3A2E9D
MyDomoticz API Key:
8F82A55FDDD7E0C
MyDomoticz Password:
••••••••••••
Enabled
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
Okay. I want to thank all of the nice people who were willing to make a MyDomoticz donation.
To make this effort worthwile, we are working on some nice new features. Sneak preview:
To make this effort worthwile, we are working on some nice new features. Sneak preview:

-
- Posts: 1
- Joined: Sunday 05 May 2019 9:38
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: MyDomoticz - Testers wanted!
Hi all. I use domoticz on rpi3 and I have still problém with mydomoticz website. If I'm on a local network, everything works fine. In the settings set API Key etc, I save the settings.
Go home out of my local network.
The first day works all without problems. Mydomoticz is online. If I try again the next day, Domoticz is offline. Mydomoticz does not online longer than a day, maximum of two. If I want to be online again, I need to go to my local network, go to settings in domoticz and click on Apply settings. After that i have about one or two days online status... Or need restart rpi3 etc. I think online status working only one or two days...
What about this issue? I dont know what is wrong. My local internet provider cant hepl me. I use Last version of beta Domoticz. Everytime i update it. After update working about 2 days again... After that offline again. But domoticz still working in local network, sensor are ok and arm and notifications via Google cloud and also pushover also working. Only mydomoticz is offline.
Thank you for help me.
EDIT: here is a LOG
Go home out of my local network.
The first day works all without problems. Mydomoticz is online. If I try again the next day, Domoticz is offline. Mydomoticz does not online longer than a day, maximum of two. If I want to be online again, I need to go to my local network, go to settings in domoticz and click on Apply settings. After that i have about one or two days online status... Or need restart rpi3 etc. I think online status working only one or two days...
What about this issue? I dont know what is wrong. My local internet provider cant hepl me. I use Last version of beta Domoticz. Everytime i update it. After update working about 2 days again... After that offline again. But domoticz still working in local network, sensor are ok and arm and notifications via Google cloud and also pushover also working. Only mydomoticz is offline.
Thank you for help me.
EDIT: here is a LOG
- Spoiler: show
-
- Posts: 2
- Joined: Thursday 23 May 2019 10:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.1
- Contact:
Re: MyDomoticz - Testers wanted!
Hi all,
I need some help with mydomoticz, I was happy to finally get it working yesterday, but now my proxy dashboard is empty: All I did was change the instance name from "MyDomoticz" to "Házikó" (little house in Hungarian).
The accented characters might did something.
How do I fix this please?
Thanks in advance!
BR:
Peter
I need some help with mydomoticz, I was happy to finally get it working yesterday, but now my proxy dashboard is empty: All I did was change the instance name from "MyDomoticz" to "Házikó" (little house in Hungarian).
The accented characters might did something.
How do I fix this please?
Thanks in advance!
BR:
Peter
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
Hi, could you try again?
Let me know the results by PM.
== Rene
Let me know the results by PM.
== Rene
pepoo wrote: ↑Thursday 23 May 2019 11:02 Hi all,
I need some help with mydomoticz, I was happy to finally get it working yesterday, but now my proxy dashboard is empty:
20190523 105932 user.png
All I did was change the instance name from "MyDomoticz" to "Házikó" (little house in Hungarian).
The accented characters might did something.
How do I fix this please?
Thanks in advance!
BR:
Peter
-
- Posts: 2
- Joined: Thursday 23 May 2019 10:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.1
- Contact:
Re: MyDomoticz - Testers wanted!
Unfortunately I cannot PM you, this feature is disabled for me (recently registered).
The green guy is back though, thank you for your quick help!
Was my suspicion right? I should not have used accented characters?
Thank again!
Peter
The green guy is back though, thank you for your quick help!
Was my suspicion right? I should not have used accented characters?
Thank again!
Peter
chimit wrote: ↑Thursday 23 May 2019 11:35 Hi, could you try again?
Let me know the results by PM.
== Rene
pepoo wrote: ↑Thursday 23 May 2019 11:02 Hi all,
I need some help with mydomoticz, I was happy to finally get it working yesterday, but now my proxy dashboard is empty:
20190523 105932 user.png
All I did was change the instance name from "MyDomoticz" to "Házikó" (little house in Hungarian).
The accented characters might did something.
How do I fix this please?
Thanks in advance!
BR:
Peter
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
Yes, your suspicion was right.
There's a development version in the make that doesn't have that quirk.
Unfortunately there's no release date known for that yet.
Regards,
Rene Kluwen
There's a development version in the make that doesn't have that quirk.
Unfortunately there's no release date known for that yet.
Regards,
Rene Kluwen
Re: MyDomoticz - Testers wanted!
I've registered an account, but I've never been asked to scan a QR code, nor during the registration nor in DomopticZ, so I can't login since it asks me the 2 factor code.
P.s. Is it normal that the login page takes about 20/30 seconds to load?
P.s. Is it normal that the login page takes about 20/30 seconds to load?
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
1. If you didn't actually ask for 2-factor login, you can leave the 2 factor code empty upon login.
2. The login page should load fast.
2. The login page should load fast.
-
- Posts: 28
- Joined: Wednesday 21 August 2019 15:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.2
- Location: Arnhem, The Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
I have registered some time ago for MyDomoticz.
Yesterday i wanted to login. I wasn't able to succeed.
Reset my password -> i could login.
Today i want to login again, am not able to succeed.
I fill in emailaddress and password (did not use 2 factor code) and press Sign in, then a yellow area comes up without any text.
Yesterday i wanted to login. I wasn't able to succeed.
Reset my password -> i could login.
Today i want to login again, am not able to succeed.
I fill in emailaddress and password (did not use 2 factor code) and press Sign in, then a yellow area comes up without any text.
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
Sometimes it helps to first refresh the page completely (F5) before logging in.
BurningTyre wrote: ↑Wednesday 21 August 2019 15:46 I have registered some time ago for MyDomoticz.
Yesterday i wanted to login. I wasn't able to succeed.
Reset my password -> i could login.
Today i want to login again, am not able to succeed.
I fill in emailaddress and password (did not use 2 factor code) and press Sign in, then a yellow area comes up without any text.
-
- Posts: 28
- Joined: Wednesday 21 August 2019 15:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.2
- Location: Arnhem, The Netherlands
- Contact:
Re: MyDomoticz - Testers wanted!
ah. That refresh (F5) works!
Now i have sometimes on the next page, when i click on the green doll to go to my dashboard. It looks like there is happening something but i directly come back to the same page and do not go to my own dashboard.
Now i have sometimes on the next page, when i click on the green doll to go to my dashboard. It looks like there is happening something but i directly come back to the same page and do not go to my own dashboard.
Who is online
Users browsing this forum: No registered users and 1 guest