FHEM Forum

FHEM => Frontends => Sprachsteuerung => Thema gestartet von: flipkill am 30 April 2017, 08:48:33

Titel: Alexa 99myutils Einheiten
Beitrag von: flipkill am 30 April 2017, 08:48:33
sub
pv_solaredge_actual_power() {
   my $title = ReadingsVal("Solaredge", "pv_actual_power", "");
   return $title;
}

Ich möchte das sie dazu noch eine Einheit nennt das Reading gibt nur eine Zahl aus z.B. 120. ich möchte aber das sie noch Watt dazu sagt.

Danke
Gruß Jan
Titel: Antw:Alexa 99myutils Einheiten
Beitrag von: Icinger am 30 April 2017, 09:41:41
my $title = ReadingsVal("Solaredge", "pv_actual_power", "")." Watt";