I just closed my screen and see the following: 2020-05-12 10:55:01 Closed 2020-05-12 10:55:01 Set Level: 99 % So I tried the following: blockly.jpg Now I see the following in the domoticz log: Error: EventSystem: Lua script error (Blockly), Name: ZonweringAutoOpenBijRegen_1 => [string "result = 0 ...
I have a shelly 2.5 connected to my sunscreen and opening/closing works fine but my blockly script isn't. I have a simple Blockly script that just needs to do the following: If Roller shutter is closed and (buienrader switch) is it raining = on Then Open sunscreen. This doesn't work so for testing I ...
Sh*t! It's not the Evohome portal that's sending empty data. It's Domoticz HTTP client that instructs curl to wipe it all! If you enable debuglevel normal you should see the associated HTTP error code pop up in the log. This fluke has kept me awake for over two years, I hate that. lol over two ...
Ok, I removed my account and all. Made a new account. Added it again and behold.... 019-12-17 18:05:40.809 Status: (EvoHome Verwarming) register new zone 'Mijn Woning: Woonkamer' 2019-12-17 18:05:40.812 Status: (EvoHome Verwarming) register new zone 'Mijn Woning: Badkamer' 2019-12-17 18:05:40.815 ...
Step 2: "country": "Netherlands" Does this reply mean that you do not have a field "language" in the return from Step 2? I have not seen the message with "Latest Eula is not accepted". (not in setup --> Log) Errors in log file I got: 2019-12-17 15:14:17.810 Status: (EvoHome Verwarming) connect to ...
Step 2: "country": "Netherlands" I have not seen the message with "Latest Eula is not accepted". (not in setup --> Log) Errors in log file I got: 2019-12-17 15:14:17.810 Status: (EvoHome Verwarming) connect to Evohome server 2019-12-17 15:14:20.049 Error: (EvoHome Verwarming) retrieve installation ...
Step 3: Retrieve Evohome installation info(s) I put in the CURL command and got this output: [ { "code": "LatestEulaNotAccepted", "message": "Latest Eula is not accepted." } ] I have never seen a EULA before with evohome? Found this: https://github.com/watchforstock/evohome-client/issues/53 need to ...
Update: it seems that Honeywell is still busy updating their services and one of the recent changes involved appears to be the silencing of errors. i.e. if their algorithm concludes that you should not be sending or requesting what you did, they will return absolutely nothing at all: no header, no ...
thanks for your reply gordon. I wouldn't know what the problem is then. My domoticz is installed on an RPI3B. I am using the router of my provider and I am not blocking any traffic by my knowledge. The app(on my phone) on the same network does connect to Evohome(it is the same API I think) so that ...
Hi, I recently installed Evohome heating and I am trying to add it to my domoticz. I allowed new devices for 5 minutes. I created the new hardware Evohome via Web Api and filled in my emailaddress and password that I also use for the app and the webportal. Unfortunately I am recieving this error ...
If you've setup your system correctly then the news feed will work with the default settings. You can define the feed as follows: blocks['news_sport'] = { feed: 'http://www.nu.nl/rss/sport' } No need to add herokuapp. From your config.js remove config['default_cors_url'] If it's not working then ...
Good that it works, although I don't understand why. The internal proxy should work as well. Which news url are you using? I'll test it on my system as well. sorry for the late reply. I was away for a couple of days and forgot to check the site. The URL is: https://cors-anywhere.herokuapp.com/http ...
The news feed is loaded via a CORS proxy, to prevent cross origin issues. If PHP is installed then a PHP based local CORS proxy will be used. Can you try the "new" url with the following additional setting in CONFIG.js: config['default_cors_url'] = 'https://cors-anywhere.herokuapp.com/' This will ...
Recently I reinstalled dashticz according to this procedure: https://www.domoticz.com/wiki/Dashticz_V2_-_Installation Everything is working fine except the news feed. The news feed is not working when I use the symbolic link URL. (http://IP/dashticz_v2/index.html) The garbage collector and the ...
Hello all, I am running in to a problem with my dashticz configuration. Today I created three new devices in domoticz. 2 times a dummy switch(device presence to check if I am home.) and 1 group. The IDX of those devices are 16,17 and s2. I added them to my config.js and it looks like this: columns[1 ...
Question: I created the LINK to /var/www/html/ and my calender and garbage are working again. Now when i go to the old URL(With port number http://192.168.1.34:8080/dashticz_v2/index.html) I can see my News which gets the latest news of nu.nl. When I go to the new URL(without port number http://192 ...