mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-10 01:55:38 +00:00
9 lines
326 B
INI
9 lines
326 B
INI
# Solarkreis
|
|
get mode cmd {"read SOL ParmSOL"}
|
|
get mode expect ".*"
|
|
get mode postproc { Vaillant_SOL_mode_postproc("%NAME",$_) }
|
|
|
|
get state cmd {"read SOL StatusSOL1\n\000read SOL StatusSOL2\n\000read SOL Status2\n\000read MS StatusSOL3"}
|
|
get state expect ".*"
|
|
get state postproc { Vaillant_SOL_state_postproc("%NAME",$_) }
|