Maybe I can find some time for that tomorrow!
I was using a python plugin which caused Domoticz too crash.
That should be fixed too, am I right?
Search found 41 matches
- Saturday 08 January 2022 14:38
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz update, reinstall or upgrade
- Replies: 17
- Views: 6634
- Wednesday 05 January 2022 22:27
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz update, reinstall or upgrade
- Replies: 17
- Views: 6634
Re: Domoticz update, reinstall or upgrade
Hi,kiddigital wrote: ↑Saturday 01 January 2022 18:37
A clean install with Buster is your best option as there are some issues with compatibility running Bullseye.
Would you think this is fixed with the last two commits?
The one from 30-12-21 and 4-1-22?
Doubting if I will reinstall Buster or go for Bullseye now.
- Monday 11 March 2019 21:21
- Forum: RFLink Transceiver
- Topic: 3 pages of devices
- Replies: 3
- Views: 1606
Re: 3 pages of devices
The difficulty is that whats is your own device and what is unwanted. How do you recognize your own temp sensors and rain sensor for example?
I changed the battery of two sensors and now i cant find them anymore.
I changed the battery of two sensors and now i cant find them anymore.
- Wednesday 27 February 2019 20:49
- Forum: Others
- Topic: Power reading for solarpanels
- Replies: 3
- Views: 1287
Re: Power reading for solarpanels
Nobody has a clue for us?
- Sunday 24 February 2019 15:35
- Forum: OpenTherm gateway
- Topic: Opentherm gateway + esp8266 weekend project
- Replies: 47
- Views: 24158
Re: Opentherm gateway + esp8266 weekend project
Hi Bart,
What's the link to the OTGW you bought? Maybe it's good to share this to get the best results?
And are you also pushing this plugin to the ESPEasy forum to get it implemented? That would be nice as a real plugin.
What's the link to the OTGW you bought? Maybe it's good to share this to get the best results?
And are you also pushing this plugin to the ESPEasy forum to get it implemented? That would be nice as a real plugin.
- Saturday 09 February 2019 16:46
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to do reduce log interval
- Replies: 38
- Views: 18266
Re: How to do reduce log interval
Cant we get this as a standard in the Settings instead of manually have to add it again after an update?
Maybe a warning stating that for example 1 minute will make your database quite big?
It would even be better to be able to select it per sensor if you want it in minutes or 5 minutes for example.
Maybe a warning stating that for example 1 minute will make your database quite big?
It would even be better to be able to select it per sensor if you want it in minutes or 5 minutes for example.
- Sunday 27 January 2019 19:00
- Forum: Utility
- Topic: SDM120C modbus
- Replies: 3
- Views: 1591
Re: SDM120C modbus
You can also put it on a ESPEasy unit with the current test branch. It has a plug-in for this unit!
- Tuesday 15 January 2019 23:01
- Forum: dzVents
- Topic: Temperatures difference calculation / Delta T
- Replies: 8
- Views: 2445
Re: Temperatures difference calculation / Delta T
Would this reduce needed calculation power? Altough it probably already wasnt using much?
- Monday 14 January 2019 11:06
- Forum: dzVents
- Topic: Temperatures difference calculation / Delta T
- Replies: 8
- Views: 2445
Re: Temperatures difference calculation / Delta T
Thanks, this offcourse works. I changed the local values to temphigh, templow and delta, just to make it easier for all my devices and i only need to changes the names and idx of the delta devices. But i would rather have it to run only if one of the sensors has a temp difference of 0.2 degrees ...
- Monday 14 January 2019 7:29
- Forum: dzVents
- Topic: Temperatures difference calculation / Delta T
- Replies: 8
- Views: 2445
Re: Temperatures difference calculation / Delta T
Herewith my current code: --Functie round aanroepen function Round(num, idp) return tonumber(string.format("%." ..(idp or 0).. "f", num)) end --Declareren van sensornamen, dit is makkelijk om het script te kopieeren dan hoef je het alleen hier aan te passen sensor1 = 'CV uit'; --Deze sensor Temp ...
- Sunday 13 January 2019 20:05
- Forum: dzVents
- Topic: Temperatures difference calculation / Delta T
- Replies: 8
- Views: 2445
Temperatures difference calculation / Delta T
Hi all, For some hours i’ve been looking to find a script or scripts to adapt to my own use but i can’t seem to figure it out. What i want to achieve: I have two temperature sensor for measuring water temperature going into my floorheating and the temperature coming back from the floorheating. I wan ...
- Friday 16 November 2018 11:00
- Forum: Others
- Topic: Power reading for solarpanels
- Replies: 3
- Views: 1287
Re: Power reading for solarpanels
Hi Marcel,
What do you have running for local server and PHP database?
Is it this topic in Tweakers forum?
https://gathering.tweakers.net/forum/li ... /1721977/0
If so, it would also be interessted into making a page in Domoticz showing these values.
What do you have running for local server and PHP database?
Is it this topic in Tweakers forum?
https://gathering.tweakers.net/forum/li ... /1721977/0
If so, it would also be interessted into making a page in Domoticz showing these values.
- Monday 22 October 2018 18:13
- Forum: Utility
- Topic: Eastron sdm120c
- Replies: 20
- Views: 9602
Re: Eastron sdm120c
Ordered the same before i asked it and its working as a charme!
- Tuesday 16 October 2018 20:27
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 149150
Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP
Hi , I also installed an Eastron SDM120 to monitor my solar energy production and like to integrate it into domoticz. I have a Modbus to USB dongle (https://www.hobbyelectronica.nl/product/max485-module-voor-rs485-seriele-communicatie-usb/), installed the plugin but I can't seem to get the ...
- Monday 15 October 2018 21:11
- Forum: Utility
- Topic: Eastron sdm120c
- Replies: 20
- Views: 9602
Re: Eastron sdm120c
What USB adapter are you Guys using? Any links to aliexpress perhaps?
- Sunday 30 September 2018 23:01
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 149150
Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP
Hi Domoticx,
Could you explain me how you are reading out the SDM120C ?
What did you use to connect it to the RPi?
And whats needed to read it via ESP?
Thanks!
Could you explain me how you are reading out the SDM120C ?
What did you use to connect it to the RPi?
And whats needed to read it via ESP?
Thanks!
- Thursday 10 May 2018 22:47
- Forum: OpenTherm gateway
- Topic: Does OTGW need OpenTherm on thermstat and CV?
- Replies: 4
- Views: 6515
Re: Does OTGW need OpenTherm on thermstat and CV?
I have a similar question. I am now controlling my old CV unit with on/off control vi a relay box of the Evohome. Im very pleased with the control and we have low temperature heating(floorheating). Our CV is 20 years old, im guessing it will breakdown sooner then later and am searching for a new CV ...
- Wednesday 17 January 2018 6:48
- Forum: RFLink Transceiver
- Topic: Wifi RFLink
- Replies: 69
- Views: 45523
Re: Wifi RFLink
I had Some errors from dropped connection mostly.
- Tuesday 16 January 2018 21:12
- Forum: RFLink Transceiver
- Topic: Wifi RFLink
- Replies: 69
- Views: 45523
Re: Wifi RFLink
Nice work! A good find if i can say myself! Please let me know if you have a lot of errors for the RFlink in the error log. It seems that it's connection is Sometimes dropping. I have an uptime measurment running in domoticz for it and am pushing the system uptime from ESPeasy each minute and it ...
- Sunday 14 January 2018 21:16
- Forum: Suggestions
- Topic: Multi value custom sensor
- Replies: 31
- Views: 19688
Re: Multi value custom sensor
How does this work?