Search found 346 matches

by StanHD
Friday 17 November 2023 16:08
Forum: Bugs and Problems
Topic: HA Bridge not working after update to latest Stable
Replies: 9
Views: 1502

Re: HA Bridge not working after update to latest Stable

Thank you, I really appreciate your advice, and have followed the link.
I have opened the archive in 7Zip as suggested. I have located the DomoticzHandler.Class file, but unfortunately it is binary so not a simple text edit.
Will keep trying though.
by StanHD
Thursday 16 November 2023 19:56
Forum: Bugs and Problems
Topic: HA Bridge not working after update to latest Stable
Replies: 9
Views: 1502

Re: HA Bridge not working after update to latest Stable

HA-Bridge runs from a .JAR file on a dedicated RPi. The 2 modified lines in the "DomoticzHandler.java" are:- public class DomoticzHandler { private static final Logger log = LoggerFactory.getLogger(DomoticzHandler.class); private static final String GET_REQUEST = "/json.htm?type="; private static ...
by StanHD
Thursday 16 November 2023 0:22
Forum: Bugs and Problems
Topic: HA Bridge not working after update to latest Stable
Replies: 9
Views: 1502

Re: HA Bridge not working after update to latest Stable

I have investigated further and discovered that there is a pull request awaiting a merge on Github that should fix the issue. This was made in September so I guess I will just need to await an update.

Thanks for your advice.
by StanHD
Wednesday 15 November 2023 10:41
Forum: Bugs and Problems
Topic: HA Bridge not working after update to latest Stable
Replies: 9
Views: 1502

Re: HA Bridge not working after update to latest Stable

Thank you for your quick response. Apologies, previous version was 2022.2 I have now set to allow for Basic Auth for HTTP, however this has not yet fixed the problem. I have erased caches on browsers and checked using incognito mode in Chrome, but still getting same errors. Thanks for any further ...
by StanHD
Tuesday 14 November 2023 20:59
Forum: Bugs and Problems
Topic: HA Bridge not working after update to latest Stable
Replies: 9
Views: 1502

HA Bridge not working after update to latest Stable

Version: 2023.2 (build 15457) Platform: Windows 10 Plugin/Hardware: HA Bridge Description: Good evening. I have had a reliable Domoticz system for some time now, however I have just updated to the stable version as above. I make use of HA Bridge to enable Alexa with my Domoticz installation. Since ...
by StanHD
Monday 19 August 2019 14:57
Forum: Switches and Scenes
Topic: Selector switch URL's
Replies: 8
Views: 2343

Re: Selector switch URL's

OK, so here's some testing:- Neither Set instructions work: Blockley1.JPG Both Set instructions work Blockley2.JPG Both Set instructions work Blockley3.JPG So I was incorrect (again :cry: ). When I analyzed my existing Blockleys that utilise "Off", I found them not working correctly. (I was sure ...
by StanHD
Monday 19 August 2019 12:06
Forum: Switches and Scenes
Topic: Selector switch URL's
Replies: 8
Views: 2343

Re: Selector switch URL's

@StanHD, does the set level name also works for labels other then Off ? (cannot test right now) btw. Please use uploaded images ( the link might not work in the future ) @waaren, I don't think it does. I just looked through my Blockleys and in every instance (other than "off") I have used the Level ...
by StanHD
Monday 19 August 2019 10:39
Forum: Switches and Scenes
Topic: Selector switch URL's
Replies: 8
Views: 2343

Re: Selector switch URL's

Apologies, you're correct. The "If" should work with the level name and the "Set" should work with the level name or level %. The below is working:- https://www.dropbox.com/s/hgafc56nb7wxoct/Blockly2.JPG?dl=1 Both "Kitchen Extract Manual" and "Extract Fan" are selector switches created from the ...
by StanHD
Monday 19 August 2019 1:01
Forum: Switches and Scenes
Topic: Selector switch URL's
Replies: 8
Views: 2343

Re: Selector switch URL's

Hi, Did you change your switch type from "On/Off" to "Selector"? This can cause problems. If so then try it again by creating a new switch from Dummy hardware type. With your Blockly, try using the Selector "Level" in the If block: If Selector = Level 20% Sent from my SM-T820 using Tapatalk
by StanHD
Tuesday 04 June 2019 7:42
Forum: Blockly
Topic: Dimmer level as condition in Blocky
Replies: 6
Views: 4090

Re: Dimmer level as condition in Blocky

The nested blockly wont work and also you cannot use the "if do" statement with the blue gear icon without an "else if".

Try using the plain "if do" block alone with the 2 conditions in an "and " block:-

If x=on and y > level 50%
Do Set y = level 50%
by StanHD
Monday 25 February 2019 22:43
Forum: LUA
Topic: Flood Fibaro sensor detection
Replies: 3
Views: 1406

Re: Flood Fibaro sensor detection

Hi, it appears your "if" statement is not complete.

If flood = ?????

Sent from my SM-T820 using Tapatalk

by StanHD
Saturday 16 February 2019 17:28
Forum: Blockly
Topic: set selector problem
Replies: 3
Views: 946

Re: set selector problem

Hi, try replacing the text block "comfort" with:- <Level %> Block and the appropriate value of your selector (40?).

Sent from my SM-T820 using Tapatalk

by StanHD
Saturday 09 February 2019 8:45
Forum: Blockly
Topic: Need help regarding introduing delay in script execution
Replies: 1
Views: 711

Re: Need help regarding introduing delay in script execution

Your time criteria just excludes 1 hour between 16:00 and 17:00. Is that correct? If so then you need to change the "and" to "or" because you are crossing midnight into a new day, and the time is reset. Another way may be to use "not equal to" 16:00 and 17:00? Sent from my SM-T820 using Tapatalk
by StanHD
Saturday 05 January 2019 17:39
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 420777

Re: Blockly examples

frigide wrote:Image

Why is this not working?
Try with the other "if" block that does not have the blue gear icon. The one you have used needs an "else if" to work.

Sent from my SM-T820 using Tapatalk

by StanHD
Monday 24 December 2018 10:39
Forum: Others
Topic: Logitech hub
Replies: 6
Views: 3028

Re: Logitech hub

@smartel

Thank you very much, working again now.
Looks like Logitech may be realising the amount of customers they made unhappy.


Sent from my SM-T820 using Tapatalk

by StanHD
Thursday 13 December 2018 15:15
Forum: Blockly
Topic: Selector not working
Replies: 7
Views: 1463

Re: Selector not working

I think you need to place the number of the rule after the = sign, not the name you gave it. So: if selector = 0 then if selector = 10 then ..... I tried this before playing with strings, but with no luck. Have you tried it like this:- if selector = Level % 10 then ..... Because I have that working ...
by StanHD
Wednesday 12 December 2018 20:24
Forum: Blockly
Topic: not all devices showing in blockly - devices
Replies: 3
Views: 1636

Re: not all devices showing in blockly - devices

Hi StanHD, Yes i found it, they are all under 1 device, did not try that. Sorry for the dumb question. Thank you for the fast response and solving my problem. Now i can go on making a script. Greetz, Jang You're welcome. No such thing as a dumb question. The forum is for us all to learn and share ...
by StanHD
Wednesday 12 December 2018 8:30
Forum: Blockly
Topic: not all devices showing in blockly - devices
Replies: 3
Views: 1636

Re: not all devices showing in blockly - devices

Hi,

After you select one of the devices, is there nothing else listed when you select the list arrow to the right of the block?
by StanHD
Sunday 02 December 2018 20:53
Forum: Heating/cooling
Topic: evohome usb hgi80 problem
Replies: 16
Views: 2792

Re: evohome usb hgi80 problem

Hi, thought I would check my system with the timed override:- Windows 7, Domoticz V4.10215, Hgi80 by USB, Evohome wifi, 6 x Honeywell "Round" thermostats, paired with 4 x HR92 rad valves, and 2 x BDR91 for Wet UFH & Plinth Convector. Not exactly exhaustive, but a couple of overrides set for 30 ...
by StanHD
Sunday 02 December 2018 19:33
Forum: Blockly
Topic: Selector not working
Replies: 7
Views: 1463

Re: Selector not working

I use the selector level like this:-

Image