Search found 7 matches

by Scaevola
Thursday 22 December 2022 21:08
Forum: Blockly
Topic: troubles with time statements
Replies: 1
Views: 1552

Re: troubles with time statements

Ok, got it. Nested conditions are not possible.
ch2.png
ch2.png (32 KiB) Viewed 1535 times
by Scaevola
Thursday 22 December 2022 20:48
Forum: Blockly
Topic: troubles with time statements
Replies: 1
Views: 1552

troubles with time statements

Hi,
I've got some troubles with time statements.
When I use time with => this does want to work. Also I don't know why consecutive statements are not checked one after another.
Image
The script looks really simply and I don't know why it does not work.
by Scaevola
Tuesday 15 February 2022 11:52
Forum: Other questions and discussions
Topic: Read API data from Huawei fiberoptics router?
Replies: 1
Views: 336

Read API data from Huawei fiberoptics router?

Hi there, I've got Huawei HS8145V fibreoptics router. I use Domoticz as my basic home system also. Lately, I checked on docker the Home Assistant instance. To my surprise, the Huawei router was discovered by the HA as upnp/igd device and sent very interesting data (e.g. number of clients, sent and ...
by Scaevola
Thursday 26 November 2020 11:15
Forum: dzVents
Topic: Script trigger does not work. Why?
Replies: 3
Views: 371

Re: Script trigger does not work. Why?

Ok. Thank you. The syntax of dzVents is very odd to me. I try to understand it, but it's quite different from other programming languages.
And do you know why the blockly scheme did not work?
by Scaevola
Tuesday 24 November 2020 20:44
Forum: dzVents
Topic: Script trigger does not work. Why?
Replies: 3
Views: 371

Script trigger does not work. Why?

Hello everyone, I've got a ceiling LEDs connected to the ESPEasy and MOSFET. I have a nice slider in Domoticz, that works well. -- LED dimmer script script using ESPEasy commandArray = {} DomDevice = 'ESP_dimmer'; IP = '192.168.0.108'; PIN = "2"; if devicechanged[DomDevice] then if(devicechanged ...
by Scaevola
Thursday 14 November 2019 10:17
Forum: Temperature and Weather
Topic: How much will it rain the next 24 hours
Replies: 2
Views: 1668

Re: How much will it rain the next 24 hours

Ok, I found a solution for my problem. Since the dummy rain sensor awaits two variables and gets only one, I just changed it to temperature sensor - it awaits only one variable. Now script updates the variable. The variable type not matters for me, since I want to use it only to check if it is gonna ...
by Scaevola
Sunday 10 November 2019 10:30
Forum: Temperature and Weather
Topic: How much will it rain the next 24 hours
Replies: 2
Views: 1668

Re: How much will it rain the next 24 hours

Hi, I'm trying to use your script to gather information about predicted rain. I run it on Rpi3. I entered my station coords and OWM api. Also I created dummy hardware device "RainPredict" with new rain device with name "Opady". To check if it works, i changed timer to "every other minute". The ...