Created
November 7, 2018 07:39
-
-
Save Bouni/01f38b3bbc2f5e0dd632cf318b15eacc to your computer and use it in GitHub Desktop.
Home-Assistant Luxtronik example config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luxtronik: | |
host: "192.168.88.11" | |
port: 8889 | |
sensor: | |
- platform: luxtronik | |
sensors: | |
- 'ID_WEB_Temperatur_TVL' | |
- 'ID_WEB_Temperatur_TRL' | |
- 'ID_WEB_Sollwert_TRL_HZ' | |
- 'ID_WEB_Temperatur_TRL_ext' | |
- 'ID_WEB_Temperatur_TBW' | |
- 'ID_WEB_Temperatur_THG' | |
- 'ID_WEB_Temperatur_TA' | |
- 'ID_WEB_Temperatur_TWE' | |
- 'ID_WEB_Temperatur_TWA' | |
- 'ID_WEB_Temperatur_TFB1' | |
- 'ID_WEB_Sollwert_TVL_MK1' | |
- 'ID_WEB_Temperatur_TFB2' | |
- 'ID_WEB_Sollwert_TVL_MK2' | |
- 'ID_WEB_LIN_UH' | |
- 'ID_WEB_LIN_UH_Soll' | |
- 'ID_WEB_LIN_HD' | |
- 'ID_WEB_LIN_ND' | |
- 'ID_WEB_WMZ_Brauchwasser' | |
- 'ID_WEB_WMZ_Heizung' | |
- 'ID_WEB_WMZ_Seit' | |
binary_sensors: | |
- platform: luxtronik | |
sensors: | |
- 'ID_WEB_VBOout' | |
- 'ID_WEB_HUPout' | |
- 'ID_WEB_MA1out' | |
- 'ID_WEB_MZ1out' | |
- 'ID_WEB_VD1out' | |
- 'ID_WEB_ZIPout' | |
- 'ID_WEB_ZUPout' | |
- 'ID_WEB_EVUin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment