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
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1621) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1621) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1621 eval




Themabewertung:
  • 5 Bewertung(en) - 5 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2)
Falls irgendein Bauteil am Controller defekt ist, wirst du das auch nicht sehen. Wenn ich mir dann mein zweiten Touch Set bestelle (Riss im Glas), hätte ich einen Controller über, das könnte aber nochn bisschen dauern.
Ich hab Pollin auch schonmal ne Email geschrieben.
Habe durch Zufall bei eBay auch einen entdeckt, weiß aber nicht ob er funktionieren würde, die Nummer ist zum Schluss leicht anders, aber vom Aufbau ist er der selbe.
http://m.ebay.de/itm/322354528121


Gesendet von iPhone mit Tapatalk
Leuchtet auf dem Controller eine LED auf wenn du auf den Bildschirm tippst? Darüber könnte man erkennen ob der Controller an sich etwas empfängt und reagiert.
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
Nein leider leuchtet da nix
Dann ist der Controller hopps.
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
Könnte der oben gepostete funktionieren?
Keine Ahnung. Kenne die genaue Produktspezifikationen vom Pollin nicht. Aber die schicken dir auch Ersatzteile.
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
Dann hoffe ich das die sich bald auch meine Email melden. Habe trotzdem mal den Controller bestellt, vielleicht funktioniert er ja
Bist du bei Facebook? Da melden die sich relativ schnell.
(12.03.2016, 20:02)cbrauweiler schrieb: /Edit:
Ok habs hinbekommen.

/opt/carpc/startup/radio_config.py
Code:
import socket
import threading
import time

time.sleep(10)

UDP_IP = "127.0.0.1"
UDP_PORT = 5005

# Path to stations preset file
file = open('/home/pi/.kodi/addons/plugin.program.radioFM/resources/stations','r')
# Read the stations file into string and close it
data = file.readlines()
file.close()
# Take first line from station list and split it up by spaces
item = data[0]
requestedFrequency = item.split(' ')
# Use the first value of the split string for first station to tune radio to

sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock.sendto("radio_tune_" + requestedFrequency[0] + "\0", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))
sock.sendto("radio_volume_plus", (UDP_IP, UDP_PORT))

sock.close()

Eigentlich müsste es auch gehen 1x "radio_volume_15" auszuführen, aber das frisst er nicht. Dafür halt 14x "radio_volume_plus".

Am Ende von /opt/carpc/startup/StartCarPC_stage2
Code:
# Set Radio freq and vol
sudo python radio_config.py


Den station Datei: /home/pi/.kodi/addons/plugin.program.radioFM/resources/stations gibts ja nicht mehr. Müsste ich mir jetzt einfach eine Xml in den Pfad legen und den Sender eintragen und es funktioniert?
Hat sich sonst eigentlich bei der Lautstärke seit dem was geändert? Bei mir ist die Lautstärke beim start schon ziemlich hoch eingestellt.


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 10 Gast/Gäste
RasPiCarProjekt