mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
httpmod.template: small corrections
git-svn-id: https://svn.fhem.de/fhem/trunk@18092 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cabc6bc072
commit
e5e57b7571
@ -16,7 +16,6 @@ attr DEVICE reading02Regex SpritsortenController[^0-9]+([0-9,]+)[^0-9]+Super E10
|
||||
attr DEVICE reading03Name SuperE5
|
||||
attr DEVICE reading03Regex SpritsortenController[^0-9]+([0-9,]+)[^0-9]+Super E5
|
||||
attr DEVICE readingOExpr $val =~ tr/,/./;;$val
|
||||
attr DEVICE room 2_6_Spritpreise
|
||||
attr DEVICE stateFormat E5: SuperE5 € / E10: SuperE10 € / D: Diesel €
|
||||
attr DEVICE timeout 10
|
||||
attr DEVICE verbose 2
|
||||
@ -31,10 +30,10 @@ desc: Get prices for one product as environment search.<br>Define a HTTPMOD devi
|
||||
attr DEVICE reading01Name Tankstellenname
|
||||
attr DEVICE reading01Regex <div class=\"row fuel-station-location-name\">(.*)<\/div>
|
||||
attr DEVICE reading01RegOpt g
|
||||
attr DEVICE reading02Name Preis ;
|
||||
attr DEVICE reading02Name Preis
|
||||
attr DEVICE reading02Regex <div class=\"price\">(.*)<sup>
|
||||
attr DEVICE reading02RegOpt g
|
||||
attr DEVICE reading03Name Strasse ;
|
||||
attr DEVICE reading03Name Strasse
|
||||
attr DEVICE reading03Regex <div id=\"fuel-station-location-street\">(.*)<\/div>
|
||||
attr DEVICE reading03RegOpt g
|
||||
attr DEVICE reading04Name Ort
|
||||
@ -113,4 +112,4 @@ attr DEVICE reading06Regex Betriebsstunden Relais 1[^0-9]+([0-9\.]+)
|
||||
attr DEVICE room 01 Heizungsraum
|
||||
attr DEVICE stateFormat Dachtemperatur: Temperatur_Sensor1 Drehzahl Pumpe: Drehzahl_Pumpe Laufzeit Heute: Tageslaufzeit
|
||||
attr DEVICE timeout 5ercent="([\d\.]+)
|
||||
attr DEVICE model C_01a_resol_solar
|
||||
attr DEVICE model C_01a_resol_solar
|
||||
|
Loading…
Reference in New Issue
Block a user