mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
19b478423b
git-svn-id: https://svn.fhem.de/fhem/trunk@7530 2b470e98-0d58-463d-a4d8-8e2adae1ed80
13 lines
461 B
INI
13 lines
461 B
INI
# Solarkreis
|
|
get mode cmd {"read OperatingModeSOL\n\000read ParamSOL"}
|
|
get mode expect ".*"
|
|
get mode postproc { Vaillant_SOL_mode_postproc("%NAME",$_) }
|
|
|
|
get state cmd {"read StatusSOL1\n\000read StatusSOL2\n\000read StatusHWC2\n\000read StatusSOL3"}
|
|
get state expect ".*"
|
|
get state postproc { Vaillant_SOL_state_postproc("%NAME",$_) }
|
|
|
|
get year cmd {"read vrs620 SolarYield"}
|
|
get year expect ".*"
|
|
get year postproc { Vaillant_SOL_year_postproc("%NAME",$_) }
|