MyDomoticz - Testers wanted!
Moderator: leecollings
-
- Posts: 66
- Joined: Monday 20 July 2015 14:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Testers wanted!
I'll try to get this done over the weekend.
-
- Posts: 66
- Joined: Monday 20 July 2015 14:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Testers wanted!
The proxy seems to be down at the moment, but I guess your fix works, as if I pull the network cable, it still does not stop trying. I.e. I get 'Error: PROXY: Error resolving domoproxy.domoticz.com: The requested name is valid, but no data of the requested type was found' multiple times into the log.
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
Thanks for your feedback. It really helps.Toni wrote:The proxy seems to be down at the moment, but I guess your fix works, as if I pull the network cable, it still does not stop trying. I.e. I get 'Error: PROXY: Error resolving domoproxy.domoticz.com: The requested name is valid, but no data of the requested type was found' multiple times into the log.
Is there a pause (15 seconds) between trying? Previously, under some circumstances, retrying was done lots of times per second.
-
- Posts: 66
- Joined: Monday 20 July 2015 14:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Testers wanted!
Yes, there is a delay between tries.
But speaking of MyDomoticz, I just upgraded to V3.5995, and it connects to the Proxy. But I don't see anything in https://my.domoticz.com/mydomoticz/dashboard, and also the 'Proxy' tab is missing from Domoticz.
But speaking of MyDomoticz, I just upgraded to V3.5995, and it connects to the Proxy. But I don't see anything in https://my.domoticz.com/mydomoticz/dashboard, and also the 'Proxy' tab is missing from Domoticz.
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
You might want to clear your browser cache if it's been a while. The dashboard has been updated using push-based websocket updating, instead of time-interval http polling.Toni wrote:Yes, there is a delay between tries.
But speaking of MyDomoticz, I just upgraded to V3.5995, and it connects to the Proxy. But I don't see anything in https://my.domoticz.com/mydomoticz/dashboard, and also the 'Proxy' tab is missing from Domoticz.
== Rene
-
- Posts: 66
- Joined: Monday 20 July 2015 14:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Testers wanted!
Oh yes, that was it... And I thought a simple reload would be enough.
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
Some browsers are kind of aggressive, concerning cache - not obeying the usual cache parameter rules.Toni wrote:Oh yes, that was it... And I thought a simple reload would be enough.
It's a usual web developers problem.
Re: Testers wanted!
I can't seem to successfully login to the my domoticz web interface. I have registered an account, validated that account via the email link, but my login attempt always comes back with "invalid login". I have reset my password countless times... any ideas?
-
- Posts: 1
- Joined: Friday 02 December 2016 8:47
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Testers wanted!
I have the same problem!ryanfx wrote:I can't seem to successfully login to the my domoticz web interface. I have registered an account, validated that account via the email link, but my login attempt always comes back with "invalid login". I have reset my password countless times... any ideas?
-
- Posts: 7
- Joined: Sunday 13 November 2016 13:41
- Target OS: Linux
- Domoticz version: 4.9701
- Location: Netherlands
- Contact:
Re: Testers wanted!
I can login to https://my.domoticz.com/mydomoticz/dashboard but there's no instance detected.
In the Domoticz error log I see "Error: PROXY: StartThread(): Exception: resolve: Host not found (authoritative)" which I'm assuming is the proxy to MyDomoticz.
I'm not sure which hostname is used for Domoticz to connect to MyDomoticz, but my.domoticz.com resolved successfully from my domoticz machine.
Has anybody else seen this problem and managed to fix it?
EDIT:
Actually, something tells me that domoticz tries to connect to a hostname which doesn't exist "Host not found".
EDIT 2:
I did a tcpdump and figured out myproxy.domoticz.com is trying to get resolved, and that doesn't exist.
EDIT 3:
Looking in the source code it seems domoproxy.domoticz.com is now used.
Maybe I should update
Even though I haven't received any notifications about any newer versions, running v3.5877
In the Domoticz error log I see "Error: PROXY: StartThread(): Exception: resolve: Host not found (authoritative)" which I'm assuming is the proxy to MyDomoticz.
I'm not sure which hostname is used for Domoticz to connect to MyDomoticz, but my.domoticz.com resolved successfully from my domoticz machine.
Code: Select all
# dig my.domoticz.com
; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.4 <<>> my.domoticz.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28942
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;my.domoticz.com. IN A
;; ANSWER SECTION:
my.domoticz.com. 279 IN A 37.97.235.7
;; Query time: 0 msec
;; SERVER: 10.13.37.1#53(10.13.37.1)
;; WHEN: Mon Dec 05 18:29:31 CET 2016
;; MSG SIZE rcvd: 60
EDIT:
Actually, something tells me that domoticz tries to connect to a hostname which doesn't exist "Host not found".
EDIT 2:
I did a tcpdump and figured out myproxy.domoticz.com is trying to get resolved, and that doesn't exist.
EDIT 3:
Looking in the source code it seems domoproxy.domoticz.com is now used.
Maybe I should update

- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
ryanfx, kastrom: Thanks for reporting this. It was a bug, after having implemented csrf tokens on all mydomoticz pages.kastrom wrote:I have the same problem!ryanfx wrote:I can't seem to successfully login to the my domoticz web interface. I have registered an account, validated that account via the email link, but my login attempt always comes back with "invalid login". I have reset my password countless times... any ideas?
Seems that I had missed something. Please try again to create a password. And apologies for the inconvenience.
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
Yeah, we did need to change the hostname. So updating to the newest beta version will resolve your issue.Silenus wrote:I can login to https://my.domoticz.com/mydomoticz/dashboard but there's no instance detected.
In the Domoticz error log I see "Error: PROXY: StartThread(): Exception: resolve: Host not found (authoritative)" which I'm assuming is the proxy to MyDomoticz.
I'm not sure which hostname is used for Domoticz to connect to MyDomoticz, but my.domoticz.com resolved successfully from my domoticz machine.
Not sure when a new stable version is planned.
And sorry for not having posted this here in this forum. It certainly deserved to be mentioned.
== Rene
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
During the next binary update of MyDomoticz, we are using a challenge response method in order to log in to your dashboard.
You won't notice anything, you can log in just as usual.
The difference is that your password is not sent anymore to the MyDomoticz server. In stead just a hash is sent (a different one each time), so MyDomoticz is unable to know your password anymore, after you've set it up. Even when logging in.
The only reason you will want to know about this is if you are using a script, logging in automatically.
A side note on the same topic: O-AuthV2 is still under construction, due to limited time being able to work on this.
== Rene
You won't notice anything, you can log in just as usual.
The difference is that your password is not sent anymore to the MyDomoticz server. In stead just a hash is sent (a different one each time), so MyDomoticz is unable to know your password anymore, after you've set it up. Even when logging in.
The only reason you will want to know about this is if you are using a script, logging in automatically.
A side note on the same topic: O-AuthV2 is still under construction, due to limited time being able to work on this.
== Rene
-
- Posts: 38
- Joined: Friday 29 January 2016 22:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.4403
- Location: Germany/BW/Mannheim
- Contact:
Re: Testers wanted!
After some weeks I logged in to MyDomoticz and don't see anything. What is wrong? I did not change anything in Configuration. Only thing was an Domoticz update.
- Attachments
-
- 2016-12-11_19-01-05.png (225.42 KiB) Viewed 3265 times
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
Do you have MyDomoticz enabled in your settings?bullrin wrote:After some weeks I logged in to MyDomoticz and don't see anything. What is wrong? I did not change anything in Configuration. Only thing was an Domoticz update.
What are the relevant lines in your logs?
What update channel are you using? Stable or Beta?
-
- Posts: 38
- Joined: Friday 29 January 2016 22:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.4403
- Location: Germany/BW/Mannheim
- Contact:
Re: Testers wanted!
chimit wrote:Do you have MyDomoticz enabled in your settings?bullrin wrote:After some weeks I logged in to MyDomoticz and don't see anything. What is wrong? I did not change anything in Configuration. Only thing was an Domoticz update.
What are the relevant lines in your logs?
What update channel are you using? Stable or Beta?
Yes it is still enabled, I've nothing changed. I can't see any entries in the log related to MyDomoticz. I'm using the latest code from git (building it on rpi3)
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
Ah... I think I know what the problem is. Try to clear your browser cache and reload.bullrin wrote:chimit wrote:Do you have MyDomoticz enabled in your settings?bullrin wrote:After some weeks I logged in to MyDomoticz and don't see anything. What is wrong? I did not change anything in Configuration. Only thing was an Domoticz update.
What are the relevant lines in your logs?
What update channel are you using? Stable or Beta?
Yes it is still enabled, I've nothing changed. I can't see any entries in the log related to MyDomoticz. I'm using the latest code from git (building it on rpi3)
Apologies for the inconvenience.
== Rene
-
- Posts: 6
- Joined: Tuesday 13 December 2016 16:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Testers wanted!
Hi,
Recently I installed Domoticz (D) and also created the MyDomoticz (MD) account. But the dashboard from my D is not showing up in MD. I do have an API key that shows up in my settings. I'm running the beta channel (fully updated) and my log entry just displays: I do have a different error in my log that I think started when I switched from stable to beta, but not sure if thats related:
Already tried clearing my cache and refreshing my browser. Do you might have an idea what the issue could be? Thanks.
Rolf
Recently I installed Domoticz (D) and also created the MyDomoticz (MD) account. But the dashboard from my D is not showing up in MD. I do have an API key that shows up in my settings. I'm running the beta channel (fully updated) and my log entry just displays:
Code: Select all
PROXY: Authenticate result: success.
Code: Select all
Error: PluginSystem: Failed load 'libpython3.5.so', Python probably not installed on system.
Rolf
- chimit
- Posts: 259
- Joined: Saturday 18 April 2015 18:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: master
- Location: Rotterdam, the Netherlands
- Contact:
Re: Testers wanted!
In case you created more than one account, the api key might be different from the one that you use to log in.Rolfie wrote:Hi,
Recently I installed Domoticz (D) and also created the MyDomoticz (MD) account. But the dashboard from my D is not showing up in MD. I do have an API key that shows up in my settings. I'm running the beta channel (fully updated) and my log entry just displays:I do have a different error in my log that I think started when I switched from stable to beta, but not sure if thats related:Code: Select all
PROXY: Authenticate result: success.
Already tried clearing my cache and refreshing my browser. Do you might have an idea what the issue could be? Thanks.Code: Select all
Error: PluginSystem: Failed load 'libpython3.5.so', Python probably not installed on system.
Rolf
- Westcott
- Posts: 423
- Joined: Tuesday 09 December 2014 17:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: UK - Glos
- Contact:
Re: Testers wanted!
That error has been reported separately by several people.
It's nothing to worry about, apparently.
It's nothing to worry about, apparently.
Zwave - Sigma Z+ stick, Fibaro, Horstmann, Neo Coolcam, EUROtronic
RFlink - IR detectors and temperatures
Wifi - YeeLights, ESP32s, Anoop sockets
Zigbee - lots with zigbee2mqtt and ZbBridge
RFlink - IR detectors and temperatures
Wifi - YeeLights, ESP32s, Anoop sockets
Zigbee - lots with zigbee2mqtt and ZbBridge
Who is online
Users browsing this forum: No registered users and 1 guest