mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
THZ: cloudfree openapi
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3aceaf72d0
commit
4d539a8f5e
@ -1,7 +1,7 @@
|
|||||||
##############################################
|
##############################################
|
||||||
# 00_THZ
|
# 00_THZ
|
||||||
# $Id$
|
# $Id$
|
||||||
# by immi 12/2018
|
# by immi 01/2019
|
||||||
my $thzversion = "0.181"; #
|
my $thzversion = "0.181"; #
|
||||||
# this code is based on the hard work of Robert; I just tried to port it
|
# this code is based on the hard work of Robert; I just tried to port it
|
||||||
# http://robert.penz.name/heat-pump-lwz/
|
# http://robert.penz.name/heat-pump-lwz/
|
||||||
@ -281,7 +281,7 @@ my %parsinghash = (
|
|||||||
[" collectorTemp: ", 4, 4, "hex2int", 10], [" insideTemp: ", 32, 4, "hex2int", 10],
|
[" collectorTemp: ", 4, 4, "hex2int", 10], [" insideTemp: ", 32, 4, "hex2int", 10],
|
||||||
[" windowOpen: ", 47, 1, "bit2", 1], # board X18-1 clamp X4-FA (FensterAuf): window open - signal out 230V
|
[" windowOpen: ", 47, 1, "bit2", 1], # board X18-1 clamp X4-FA (FensterAuf): window open - signal out 230V
|
||||||
[" quickAirVent: ", 48, 1, "bit3", 1], # board X15-8 clamp X4-SL (SchnellLüftung): quickAirVent - signal in 230V
|
[" quickAirVent: ", 48, 1, "bit3", 1], # board X15-8 clamp X4-SL (SchnellLüftung): quickAirVent - signal in 230V
|
||||||
[" flowRate: ", 110, 4, "hex", 10], # board X51 sensor P5 (on newer models B1 flow temp as well)
|
[" flowRate: ", 110, 4, "hex", 100], # board X51 sensor P5 (on newer models B1 flow temp as well) changed to l/min as suggested by TheTrumpeter Antwort #771
|
||||||
[" p_HCw: ", 114, 4, "hex", 100],# board X4-1..3 sensor P4 HC water pressure
|
[" p_HCw: ", 114, 4, "hex", 100],# board X4-1..3 sensor P4 HC water pressure
|
||||||
[" humidityAirOut: ", 154, 4, "hex", 100] # board X4-4..6 sensor B15
|
[" humidityAirOut: ", 154, 4, "hex", 100] # board X4-4..6 sensor B15
|
||||||
],
|
],
|
||||||
@ -2306,6 +2306,8 @@ sub THZ_backup_readings($){
|
|||||||
=item device
|
=item device
|
||||||
=item summary Monitors and controls Tecalor/StiebelEltron heatpumps via RS232 or ser2net
|
=item summary Monitors and controls Tecalor/StiebelEltron heatpumps via RS232 or ser2net
|
||||||
=item summary_DE Kommuniziert mittels RS232 oder ser2net mit einer Tecalor/SE Wärmepumpe
|
=item summary_DE Kommuniziert mittels RS232 oder ser2net mit einer Tecalor/SE Wärmepumpe
|
||||||
|
=item cloudfree
|
||||||
|
=item openapi
|
||||||
=begin html
|
=begin html
|
||||||
|
|
||||||
<a name="THZ"></a>
|
<a name="THZ"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user