FHEM Forum

FHEM - Anwendungen => Heizungssteuerung/Raumklima => Thema gestartet von: gkoper am 14 April 2015, 08:02:22

Titel: Power heating system
Beitrag von: gkoper am 14 April 2015, 08:02:22
I have connected two DS1820 digital thermosensors to my RPi running FHEM. The thermistors are connected to in- and output of the heater. By taking the difference between these two temperatures and multiplying by the heat capacity (assuming a more or less constant flow rate) I can determine the delivered power. Who can tell me how to make a plot of the temperature difference and eventually multiply this with a constant? There are some remarks here and there on the web but these are too cryptic for me: I would like to see a set of instructions that tells me how to do it.

Thanks in advance!
Titel: Antw:Power heating system
Beitrag von: Starkstrombastler am 15 April 2015, 23:32:40
My suggestion is to add a user reading in one of your devices:
attr yourDevice userReading Power{(ReadingsVal("yourDevice","temperature",0)-ReadingsVal("yourDevice2","temperature",0)*factor}
where factor is to be replaced by a number.
Let the reading log to a log-Device.
Titel: Antw:Power heating system
Beitrag von: Prof. Dr. Peter Henning am 16 April 2015, 21:45:25
Just as a side remark: These are not "Thermistors".

Regards

pah