[vz-users] get1wire.pl Script kann keine Minusgrade
Andreas Goetz
cpuidle at gmail.com
Thu Nov 28 09:00:57 CET 2013
Schau Dir mal diese Zeile im get1wire.pl an:
$sensor_temp =~ /t=(\d+)/i;
Muss fürs Vorzeichen vmtl. so aussehen (kanns aber nicht testen):
$sensor_temp =~ /t=(\-?\d+)/i;
vg
Andreas
2013/11/27 <space24 at space-server.org>
> Am 2013-11-27 18:49, schrieb Udo1:
>
> Am 27.11.2013 17:45, schrieb space24 at space-server.org:
>>
>>> funktioniert das get1wire.pl Script nicht mehr
>>>
>> warum nutzt du nicht 1wirevz?
>> https://github.com/w3llschmidt/1wirevz
>>
>> Gruß
>> Udo
>>
>
> Hi
>
>
> Für 1wirevz brauch ich doch die RaspberryPi-Erweiterung (
> http://wiki.volkszaehler.org/hardware/controllers/raspberry_pi_erweiterung)
> oder? Ich habe den 1Wirebus direkt an die GPIO Ports angeschlossen...
>
>
> Gruß Nils
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20131128/762fc4e9/attachment.html>
More information about the volkszaehler-users
mailing list