Search found 12 matches

by ajongen70
Friday 14 February 2025 15:32
Forum: RFLink Transceiver
Topic: RFLink + Wi-Fi
Replies: 14
Views: 5889

Re: RFLink + Wi-Fi

I double checked but there is only 1 RFLink Hardware instance present.
by ajongen70
Friday 14 February 2025 11:53
Forum: RFLink Transceiver
Topic: RFLink + Wi-Fi
Replies: 14
Views: 5889

Re: RFLink + Wi-Fi

As requested:
domo_crash.log
Domoticz Crash log
(33.18 KiB) Downloaded 15 times
Thanks for looking into this.
by ajongen70
Thursday 13 February 2025 10:38
Forum: RFLink Transceiver
Topic: RFLink + Wi-Fi
Replies: 14
Views: 5889

Re: RFLink + Wi-Fi

Hi All, I am experiencing the same issues once in a while. All this with the latest stable Beta of Domoticz installed. The RFLink is pingable and the webpage the ESP8266 provides is working so Wifi connection is all good, but domoticz is disconnected and issuing "Bad address" errors. Restarting the ...
by ajongen70
Tuesday 02 April 2024 9:13
Forum: Bugs and Problems
Topic: Domoticz Memory leak in 2024 beta build 15910
Replies: 45
Views: 4539

Re: Domoticz Memory leak in 2024 beta build 15910

I have disabled the Motherboard Sensors Hardware for a few days now and monitoring the Memory usage of Domoticz with Monit shows a stable usage. Hypothesis: the Motherboard Sensor Hardware creates a memory leak. Is there anyway to confirm this? Who is maintaining the Motherboard Sensors code? PS: I ...
by ajongen70
Friday 22 March 2024 21:55
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 37
Views: 6438

Re: Dutch local 'Stookwijzer'

Works like a charm! Thanks a lot for sharing!
by ajongen70
Friday 22 March 2024 15:24
Forum: Show your projects
Topic: Stookalert
Replies: 21
Views: 3961

Re: Stookalert

I will put it in a another topic and leave this topic for the RIVM alert. Although the goal is the same, the approach is completely different and also a bit more complex. I think it would be confusing to mix both approaches in one topic. I make use of two scripts (1. LKI (gets t-LKI triggerd by ...
by ajongen70
Thursday 21 March 2024 20:19
Forum: Bugs and Problems
Topic: Domoticz Memory leak in 2024 beta build 15910
Replies: 45
Views: 4539

Re: Domoticz Memory leak in 2024 beta build 15910

There are other processes running on the system (otmonitor, nodered, mosquito MQTT, monit) but they all keep running. Only domoticz crashes and is restarted by monit every once in a while after the used memory of the domoticz process has increased to around 75 - 85 Mb. I did not have this behaviour ...
by ajongen70
Monday 18 March 2024 22:04
Forum: Bugs and Problems
Topic: Domoticz Memory leak in 2024 beta build 15910
Replies: 45
Views: 4539

Re: Domoticz Memory leak in 2024 beta build 15910

I am experiencing the simular behaviour. Running 2024.3 on a RPI Zero (made the build myself). I am now thinking of letting monit restart domoticz when it passes 75Mb of memory ( if total memory > 75.0 MB for 5 cycles then restart ). System info: Version: 2024.3 Build Hash: 3503953dd Compile Date ...
by ajongen70
Monday 26 February 2024 15:21
Forum: Suggestions
Topic: Improving the thermostat setpoint to get a general setpoint (for temperature, humidity, length, watt, volt, ...)
Replies: 14
Views: 7301

Re: Improving the thermostat setpoint to get a general setpoint (for temperature, humidity, length, watt, volt, ...)

You know what OTGW data should go to what Setpoint. There is also the standard OTGW integration https://www.domoticz.com/wiki/Opentherm_Gateway_OTGW which should give no need to run a dzvents script for this. Part one: Fair enough but then still I have to alter the update-method because of the ...
by ajongen70
Monday 26 February 2024 12:29
Forum: Suggestions
Topic: Improving the thermostat setpoint to get a general setpoint (for temperature, humidity, length, watt, volt, ...)
Replies: 14
Views: 7301

Re: Improving the thermostat setpoint to get a general setpoint (for temperature, humidity, length, watt, volt, ...)

Because I get a bunch of information from a json call to my Open Therm GateWay (OTGW) which I want to pass to "Thermostat/Setpoint" devices using the updateSetPoint(value) method, but also to "Temp"(erature) devices using the updateTemperature(value) method, all in the same script. That is why I ...
by ajongen70
Monday 26 February 2024 10:37
Forum: Suggestions
Topic: Improving the thermostat setpoint to get a general setpoint (for temperature, humidity, length, watt, volt, ...)
Replies: 14
Views: 7301

Re: Improving the thermostat setpoint to get a general setpoint (for temperature, humidity, length, watt, volt, ...)

This weekend I updated from 2023.2 stable to 2024.3 stable version of Domoticz. All went well except one of my dzVents scripts didn't update my Thermostat sensors anymore. Took me a while to find out that the "devicetype" of the sensors changed form "Thermostat" to "Setpoint". So I needed to change ...
by ajongen70
Sunday 25 February 2024 0:33
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Upgraded to 2024,1 and rollback needed
Replies: 26
Views: 13848

Re: Upgraded to 2024,1 and rollback needed

lwolf wrote: Saturday 27 January 2024 10:15 Domoticz 2024.3 compiled for owners of armv6 like me. :)
https://iot.sajatfelhom.eu/domoticz/
Thanks a lot for making this available! Very much appreciated! You saved me big time!

PS: Any plans on doing this for future releases also?