Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once



RasPiCar Projekt Forum
[Addon] Tire Pressure Monitoring System - Druckversion

+- RasPiCar Projekt Forum (https://RasPiCarProjekt.de)
+-- Forum: Software (https://RasPiCarProjekt.de/forumdisplay.php?fid=4)
+--- Forum: Kodi (https://RasPiCarProjekt.de/forumdisplay.php?fid=54)
+---- Forum: Add-Ons (https://RasPiCarProjekt.de/forumdisplay.php?fid=55)
+---- Thema: [Addon] Tire Pressure Monitoring System (/showthread.php?tid=1924)



[Addon] Tire Pressure Monitoring System - harryberlin - 04.04.2020

Hab mal etwas gespielt und ein Addon für Reifendruckkontrolle angefangen.

Ist noch releativ vollgepackt und geht nur für die skin.confluence-bmw.
Es funktioniert mit USB TPMS TY05, die direkt als Serial Device am Betriebssystem erkannt werden.

Aktuell wird erstmal nur Druck, Temperatur, Sensor-ID und Status über die Reifenfarbe angezeigt.

Auf die Idee bin ich über folgende github repo gekommen: https://github.com/tomaskovacik/TPMS_sensor_receiver_serial_protocol

Z.B.: https://s.click.aliexpress.com/e/_d8l3k9x

Download: https://github.com/harryberlin/script.service.tpms/raw/master/release/script.service.tpms.zip

Bilder:
[Bild: 00_tpms_screen_01.png]

[Bild: 00_tpms_settings_01.png] [Bild: 00_tpms_settings_02.png]


RE: [Addon] Tire Pressure Monitoring System - Der kleine Punky - 10.04.2020

Ich finde es einfach nur Cool was ihr da so alles raus holt.

Leider Zeig es mir aber auch wie wichtig eine Addon Schnittstelle ist und so was ist richtig Arbeit. Den man kann einfach nicht alles Selbst machen.