If I choose a floor plan as the dashboard mode (normal, compact, mobile and floorplan options) in the Domoticz settings, in the upper menu the button "Floorplan" (between Dashboard and Switches) disappears and the link http://192.168.1.5:8080/#/Dashboard doesn't exist. When I click on "Dashboard", the address is "http://192.168.1.5:8080/#/Floorplans" not "http://192.168.1.5:8080/#/Dashboard". I prefer this, because floorplan is my favourite.
In this case, trying to connect from my.domoticz.com to local domoticz server by pressing the green man icon is impossible. This is because mydomoticz tries to connect with "https://my.domoticz.com/mydomoticz/dashboard#Floorplans". In case, when the dashboard in domoticz is different than floorplan, when I click green man icon in mydomoticz, it connects with address "https://my.domoticz.com/my/3...4/#/Dashboard" and all works fine.
Please fix it, thanks.
Raspberry Pi 2B, Logitech Harmony Hub, Z-Stick GEN 5.
I register on Domiticz.com, filled all field in my Domitcz but my boad stay clear and I have this message in the Log:
PROXY: Connect failed, reconnecting: Connection timed out
I have registered and set up but I only see this in de logs:
Error: PROXY: Connect failed, reconnecting: Network is unreachable
Online I see this only
domoticz1.jpg (21.98 KiB) Viewed 3663 times
My dashboard are some switches and a group.
Raspberry Pi 2 model B with domoticz
OMV NAS installed on thin client HP T610
Openelec Kodi Mediaplayer on thin client HP T520 (and with multiboot windows 10)
Screenshot_20161026-110105_1.jpg (87.71 KiB) Viewed 3587 times
Hello,
i have installed domoticz on my raspberry pi. Works all good. After that, i followed the steps from http://domoticz.com/wiki/MyDomoticz and that also worked.
Unfortunately, i removed the instance from my dashboard, but probably when Domoticz was connected. Now, i can log in but i see only a empty dashboard. I cant find out how to repair / reset this to get mydomoticz get worked again. Can someone tell me how to fix this or where i can find the information to do this?
hello.
Yesterday i've updated Domoticz on RPI with ./updaterelease;
finally domoticz instance came up in MyDomoticz.
But when i click on green icon it shows background of my domoticz, then returns to instances list.
domo2.jpg (138.76 KiB) Viewed 3502 times
domo1.jpg (28.89 KiB) Viewed 3502 times
Unfortunately i cant see now the log file, maybe in the evening.
-----------------
OK the message was "browser cache failed" and login dialog wont appear.
When i change it to Firefox everything works fine!!!
THANKS!!!!!!!
Got the same error as user above.
For me connection was lost "forever" when I've changed the password in settings via domoproxy.
Connection was lost, domoticz was freezed. After restart i cant connect - host not found.
Hi Everyone,
is the service down?
Just wondering, nobody is talking about it and I cant connect it for few days.
Thanks
Domoticz on Raspi 3 and slave on ZeroW (running only with Broadlink plugin), Serial Mysensors GW on Arduino nano, Broadlink RM2, Rehau CO2 USB Stick, RF link 433 MHz, 2x Amazon Echo Dot (Controlicz), ESP2866 witk Espeasy, Sonoff
Hello. My instance was working fine after making new account few days ago.
Till now - MyDomoticz was offline (maybe yesterday)? since then i have no instance od the control panel.
Will my domoticz be stable in the future or its only for educational purpsoes and it will disappear soon?
If I choose a floor plan as the dashboard mode (normal, compact, mobile and floorplan options) in the Domoticz settings, in the upper menu the button "Floorplan" (between Dashboard and Switches) disappears and the link http://192.168.1.5:8080/#/Dashboard doesn't exist. When I click on "Dashboard", the address is "http://192.168.1.5:8080/#/Floorplans" not "http://192.168.1.5:8080/#/Dashboard". I prefer this, because floorplan is my favourite.
In this case, trying to connect from my.domoticz.com to local domoticz server by pressing the green man icon is impossible. This is because mydomoticz tries to connect with "https://my.domoticz.com/mydomoticz/dashboard#Floorplans". In case, when the dashboard in domoticz is different than floorplan, when I click green man icon in mydomoticz, it connects with address "https://my.domoticz.com/my/3...4/#/Dashboard" and all works fine.
Probably this is a network or DNS configuration issue on your end. That StartThread() is not rescheduled is on purpose. We don't want to reconnect if there´s no network to avoid error messages every 15 seconds.
Yeah, MyDomoticz has been offline for a bit.
It´s back now on a fresh host and available for the people who run a recent beta.
Unfortunately I don´t have time to respond immediately in case an issue arises. So there´s no SLA kind of warranties of this service.
Thanks to all the people who have helped testing so far.
chimit wrote:
Probably this is a network or DNS configuration issue on your end. That StartThread() is not rescheduled is on purpose. We don't want to reconnect if there´s no network to avoid error messages every 15 seconds.
No, this had to be fixed (and was fixed by that pull request). Without this, any short network outage will cause Domoticz to not reconnect to MyDomoticz. For example, if you pull the ethernet cable for a short while, the MyDomoticz connection didn't come back until Domoticz was restarted. Imagine having Domoticz in some remote place, when having a short network outage in the 3G or 4G network...
chimit wrote:
Probably this is a network or DNS configuration issue on your end. That StartThread() is not rescheduled is on purpose. We don't want to reconnect if there´s no network to avoid error messages every 15 seconds.
No, this had to be fixed (and was fixed by that pull request). Without this, any short network outage will cause Domoticz to not reconnect to MyDomoticz. For example, if you pull the ethernet cable for a short while, the MyDomoticz connection didn't come back until Domoticz was restarted. Imagine having Domoticz in some remote place, when having a short network outage in the 3G or 4G network...
The problem was that all of a sudden the Domoticz's started reconnecting enlessly without any delay in between, causing a ddos on MyDomoticz.
I cannot "prove" that this was because of your patch. But it generated the same log line and it did start after applying your patch.
I promise will try to look into it more, when I get the time.
Ouch, sorry if I caused that... It should probably have some retry delay.
Anyway, without my patch all you need is to disconnect the network for a short while -> MyDomoticz connection never comes back. It's very easy to reproduce this for example with the Windows version, just by placing a breakpoint on that line of code, and then pulling the network cable for a while.
Toni wrote:Ouch, sorry if I caused that... It should probably have some retry delay.
Anyway, without my patch all you need is to disconnect the network for a short while -> MyDomoticz connection never comes back. It's very easy to reproduce this for example with the Windows version, just by placing a breakpoint on that line of code, and then pulling the network cable for a while.
The funny thing is. The Reconnect() function does have a time-out. So we're not 100% sure, but we wanted to better be safe than sorry.
Like I said, I will look into it again and put your code back as neccesary.
Toni wrote:Ouch, sorry if I caused that... It should probably have some retry delay.
Anyway, without my patch all you need is to disconnect the network for a short while -> MyDomoticz connection never comes back. It's very easy to reproduce this for example with the Windows version, just by placing a breakpoint on that line of code, and then pulling the network cable for a while.
The funny thing is. The Reconnect() function does have a time-out. So we're not 100% sure, but we wanted to better be safe than sorry.
Like I said, I will look into it again and put your code back as neccesary.
Toni, I put your idea of catching resolver errors back in it, just in a bit of another form.
The suspected bug was probably of another cause. But your patch made it trigger.
The ContinueConnect() function gets invoked by an async_wait command. I suspect that the timer gets cancelled under some circumstances, which basically turns the timeout into 0.
Would you be so kind to check out my "iteratorbug" pull request and see if you see something wrong with it?
Also the resolver iterator was not correctly increased.