Search found 24 matches

by Hcroij
Sunday 21 January 2024 12:51
Forum: dzVents
Topic: Get rid of 'Couldn't connect to server' in log when httpResponses server is down
Replies: 11
Views: 1052

Re: Get rid of 'Couldn't connect to server' in log when httpResponses server is down

Looks like Isolved the problem although its more a workaround then a solution. I want to see if my mediabox is “alive” Systemalive created a device “Test-Mediabox”. If you look at the properties of this device it is (automaticalle created) an “On/Off” switch. As soon as I changed the properties to “C ...
by Hcroij
Sunday 21 January 2024 12:30
Forum: dzVents
Topic: Get rid of 'Couldn't connect to server' in log when httpResponses server is down
Replies: 11
Views: 1052

Re: Get rid of 'Couldn't connect to server' in log when httpResponses server is down

@Boum Rebooted more then once The script works perfect if I use an IDX that is not created by “System Alive” In exact the same script Ireplace this IDX with an “System Alive” created IDX the error pops up. @Walter The items all have unique names and IDX’s The “Local = xxxx” that you see in the script ...
by Hcroij
Saturday 20 January 2024 14:15
Forum: dzVents
Topic: Get rid of 'Couldn't connect to server' in log when httpResponses server is down
Replies: 11
Views: 1052

Re: Get rid of 'Couldn't connect to server' in log when httpResponses server is down

Hi all I got a similar problem. using System aliver checker and it creates a "switch" so I can see if the system is alive. the trouble is (hope you can see it in the small program). "Sys Alive" creates an device with "IDX 1151" I gave it the name "Ctrl1". If I use this in dzevents I get an error ...
by Hcroij
Sunday 03 September 2023 9:46
Forum: Other questions and discussions
Topic: Sonoff TH humidity 100%
Replies: 2
Views: 341

Re: Sonoff TH humidity 100%

Thx Walter, The only thing i could do (not at home) was pulling down the log on the sensor. 08:22:04.545 MQT: tele/Temp_Sonoff/SENSOR = {"Time":"2023-09-03T08:22:04","SI7021":{"Temperature":11.0,"Humidity":100.0,"DewPoint":11.0},"TempUnit":"C"} And indeed it gives 100% humidity. Strange part is that ...
by Hcroij
Thursday 31 August 2023 18:53
Forum: Other questions and discussions
Topic: Sonoff TH humidity 100%
Replies: 2
Views: 341

Sonoff TH humidity 100%

Hi, since a few days my sonoff (tasmota flashed) TH gives me sometimes Humidity 100% readings. I am using Mqtt to get the info off the sensor. Until so far.. Update my raspi, Update domoticz (Version: 2023.2 Build Hash: 19efd039c Compile Date: 2023-07-21 17:23:44 dzVents Version: 3.1.8 Python ...
by Hcroij
Monday 31 July 2023 17:06
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Warning for Beta Users version > 15229
Replies: 9
Views: 2549

Re: Warning for Beta Users version > 15229

I am a user (not an ADP guru) so my apology up front. After the update to Version: 2023.2 there was a bit panic. My scripts (still on the HDD) where not visable, Scenes where there but could not be editted. Logout did not help it brought me back to the dasboard. etc. etc. reading the topics did not ...
by Hcroij
Sunday 04 April 2021 16:59
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 56976

Re: Lua script for controlling humidity in the bathroom

Hi Waaren, Afraid you are right. And pointing me in the right direction. You dont want to know how long it took for me to figure out what was wrong. The "Evel doing thingy" .. Status: LUA: Variable 'targetFanOffHumidity ', value '0' There is was a trailing space after the variable, prob done by ...
by Hcroij
Saturday 03 April 2021 20:40
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 56976

Re: Lua script for controlling humidity in the bathroom

@Jasper
Its in the script.
The Wiki script on line 61 on the waaren script (few posts above) its around line 52 or so.

On wiki it says

-- Function added to overcome compatibility problem between Lua version 5.2 an 5.3
local function toInteger(str)
return math.floor(str)
end
by Hcroij
Saturday 03 April 2021 14:52
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 56976

Re: Lua script for controlling humidity in the bathroom

This thing is killing me Used the latest script from wiki https://www.domoticz.com/wiki/Humidity_control But this time getting the error script_time_humidity.lua:61: bad argument #1 to 'floor' (number expected, got nil) Line 61 represents the line in the script 59 -- Function added to overcome ...
by Hcroij
Wednesday 17 March 2021 11:53
Forum: DIY Hardware and Protocols
Topic: Looking for “Flasher” tasmota
Replies: 0
Views: 1645

Looking for “Flasher” tasmota

Hi all, Maybe not in the correct topic so moderator feel free to replace it. I am not the youngest person so my learningcurve isn’t that steep anymore. Trying to flash tasmota by myself and somehow I was able to destroy a few sonoff switches including the flash adapter. Getting to the point. Is t ...
by Hcroij
Saturday 09 November 2019 19:47
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Wich screen?
By the way, did an ./updatebeta so I am on version 4.11474.
Even after browser refresh and clearing cache the problem stays.
String has 2 valeus but only representing one.
by Hcroij
Wednesday 06 November 2019 16:26
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hallo JanJaap

Would be terriffic if this would work.
My knowledge is not enough to extrat the value from the log.
My max is to fiddel around in a script and change something through trial en error.
So would be great if you could accomplisch this.
by Hcroij
Friday 01 November 2019 11:59
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Tried to figure out myself but (ofcourse) could not find the solution. Although the "Devices" (Apparaten) tab shows the total generation of my panels over the years (12475.100kWh) the representation of it shows only the daily generation. Hope the pictures explain. I tried to play around with the ...
by Hcroij
Friday 01 November 2019 11:29
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

After some "Googling" found out it has prob to do with "HTTPS://", maybe this helps to solve the problem. Added later... Looks that i have solved the problem. Reinstalled your plugin and it worked without the error. So I tried to find out what was the difference with the first time. I do not know if ...
by Hcroij
Thursday 31 October 2019 16:39
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Just implemented it this morning and looks fine, however the log shows errors.

2019-10-31 11:30:04.504 Error: (Zonnepanelen): Async Secure Read Exception: 1, stream truncated

This happens every few minutes anyone an idea where this is coming from?

Regards
Henk
by Hcroij
Thursday 31 October 2019 12:17
Forum: dzVents
Topic: Script to parse Electricity from P1 Smart Meter reading [Solved]
Replies: 77
Views: 22840

Re: Script to parse Electricity form P1 Smart Meter reading [Solved]

Thank you for the fast response,
Working like a charm.

Groeten
Henk
by Hcroij
Thursday 31 October 2019 10:45
Forum: dzVents
Topic: Script to parse Electricity from P1 Smart Meter reading [Solved]
Replies: 77
Views: 22840

Re: Script to parse Electricity form P1 Smart Meter reading [Solved]

Thx for the fast response As you can see i am not very familiar with the forum, Hope this "knutsel"will do the trick for you Knipsel.JPG -- dzVents script to Parse P1 Smart Meter Electricity value into separate Meter Readings. local fetchIntervalMins = 5 -- (Integer) Minutes frequence of this script ...
by Hcroij
Wednesday 30 October 2019 16:42
Forum: dzVents
Topic: Script to parse Electricity from P1 Smart Meter reading [Solved]
Replies: 77
Views: 22840

Re: Script to parse Electricity form P1 Smart Meter reading [Solved]

Thx for the script, took me a while to implement it because I am not familiar with programming etc. Finally found out I used the wrong kind of Virtual Censor. But never to old to learn. 1 Question remains ... Now i got about 6 "Counters"low, high"(dag, Nacht) etc. I really would like to add those 2 ...
by Hcroij
Friday 29 June 2018 7:14
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22693

Re: GoodWe Solar PV Generation Capture

Just missing ome small thing.
In the goodwe “icon” there is no longer the “total generated” visable.
If you look at the “apparaten” the total Kwh generated is available.
Could someone be so nice and als make this visable in the icon next to daily generated?

Thanks in advance.
Henk Croijmans
by Hcroij
Wednesday 20 June 2018 7:58
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22693

Re: GoodWe Solar PV Generation Capture

Would like to thank you guys for the good job done.
After the “update” I was bit scared because all the “hardware” was scrambled but next morning everything came back as it should be.
Goodwe has an extra tab where you can select your region.

Thx again.