Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter rpi2 2.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Test Adapter rpi2 2.x

Scheduled Pinned Locked Moved Tester
519 Posts 29 Posters 148.2k Views 20 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Smallfeuer

    @hasont Also das hin und her ist verständlich, du hast kein Pull down Widerstand eingebaut nehme ich an - wenn du also die 3,3V am Ausgang ausschaltest ist das Signal undefiniert. Siehe auch einen meiner letzten Kommentare zum Thema PullUP/Pulldown.
    oder hier: https://www.electronics-tutorials.ws/de/logische/pullup-widerstaende.html

    Was meinst du mit neu gebootet? Den Adapter, oder den Pi?
    Beim Pi Neustart könnte es natürlich sein, das wirklich keine 3,3V ankommen. Insbesondere wenn du die 3,3V vom Ausgang holst.

    Interessant ist also im wesentlichen nur ob beim Start oder Neustart des Adapters der Wert mal auf False geht.
    bitte als Ausgang aber die 3,3V Spannungsversorgung nehmen, und keinen Ausgang der auf True sitzt. Sicherheitshalber sollte man hier glaube ich einen kleinen Widerstand zwischen packen, falls vorhanden. Für einen kurzen Test sollte es aber auch ohne gehen.

    HasontH Offline
    HasontH Offline
    Hasont
    wrote on last edited by Hasont
    #479

    @smallfeuer sagte in Test Adapter rpi2 2.x:

    @hasont Also das hin und her ist verständlich, du hast kein Pull down Widerstand eingebaut nehme ich an - wenn du also die 3,3V am Ausgang ausschaltest ist das Signal undefiniert. Siehe auch einen meiner letzten Kommentare zum Thema PullUP/Pulldown.
    oder hier: https://www.electronics-tutorials.ws/de/logische/pullup-widerstaende.html

    Pulldown ist an jedem Input mit 10k gegen Masse. Hab es mit ner Kroko Klemme gemacht.

    Was meinst du mit neu gebootet? Den Adapter, oder den Pi?
    Beim Pi Neustart könnte es natürlich sein, das wirklich keine 3,3V ankommen. Insbesondere wenn du die 3,3V vom Ausgang holst.

    Sorry, hab dich da mit schauen was bei einem reboot passiert falsch verstanden. Dachte du meinst den Raspie. Die 3,3 V kommen aber aus einem kurzschlussfestem Regler und stehen auch beim Reboot des Raspie an.

    Interessant ist also im wesentlichen nur ob beim Start oder Neustart des Adapters der Wert mal auf False geht.
    bitte als Ausgang aber die 3,3V Spannungsversorgung nehmen, und keinen Ausgang der auf True sitzt. Sicherheitshalber sollte man hier glaube ich einen kleinen Widerstand zwischen packen, falls vorhanden. Für einen kurzen Test sollte es aber auch ohne gehen.

    Hier ein log nach ein/aus der rpi2 2.3.2 Instanz im Objekt bleibt es True. Habs noch ein paarmal probiert. Immer TRUE
    Am GPIO 23 hängt ein Taster und der wird über ein Script abgefragt. Alle Inputs stehen auf 200ms und im Script ist noch ein zusätzliches Entprellen für GPIO23 eingebaut. Muss ich ev. ändern. Welche Zeiten zum Entprellen sind denn Sinnvoll in der rpi2 2.3.2 Instanz und was macht die genau? Muss ein Signal dann mindestens z.B. 200ms anstehen bis es im Objekt erkannt wird? Hab ja noch immer das Problem, dass mein Taster am GPIO durch Leuchtstoffröhre trotz 10k an GND gerne mal das Gartenwasser einschaltet.

    rpi2.0
    	2025-02-27 15:31:08.197	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.197	debug	Ignoring change event due to debounce: 166ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.197	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.196	debug	Ignoring change event due to debounce: 165ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.196	debug	GPIO change on port 23: true
    rpi2.0
    	2025-02-27 15:31:08.195	debug	Ignoring change event due to debounce: 164ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.195	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.195	debug	Ignoring change event due to debounce: 163ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.194	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.193	debug	Ignoring change event due to debounce: 162ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.193	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.192	debug	Ignoring change event due to debounce: 161ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.191	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.184	debug	Written false into port 25
    rpi2.0
    	2025-02-27 15:31:08.184	debug	Setting initial value for port 25 to false
    rpi2.0
    	2025-02-27 15:31:08.083	debug	Setting state for port 22 to false
    rpi2.0
    	2025-02-27 15:31:08.083	debug	GPIO change on port 22: false
    rpi2.0
    	2025-02-27 15:31:08.082	debug	Setting state for port 18 to false
    rpi2.0
    	2025-02-27 15:31:08.081	debug	GPIO change on port 18: false
    rpi2.0
    	2025-02-27 15:31:08.081	debug	Ignoring change event due to debounce: 13ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.080	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.080	debug	Ignoring change event due to debounce: 12ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.079	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.078	debug	Ignoring change event due to debounce: 10ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.078	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.077	debug	Ignoring change event due to debounce: 9ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.077	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.076	debug	Ignoring change event due to debounce: 8ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.076	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.075	debug	Ignoring change event due to debounce: 7ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.075	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.074	debug	Ignoring change event due to debounce: 6ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.074	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.073	debug	Ignoring change event due to debounce: 5ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.073	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.072	debug	Ignoring change event due to debounce: 4ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.072	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.071	debug	Ignoring change event due to debounce: 3ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.071	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.070	debug	Ignoring change event due to debounce: 2ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.070	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.069	debug	Ignoring change event due to debounce: 1ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.069	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.068	debug	Setting state for port 17 to true
    rpi2.0
    	2025-02-27 15:31:08.068	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:08.039	debug	Ignoring change event due to debounce: 8ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.038	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.038	debug	Ignoring change event due to debounce: 7ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.038	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.038	debug	Ignoring change event due to debounce: 7ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.038	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.037	debug	Ignoring change event due to debounce: 6ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.037	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.037	debug	Ignoring change event due to debounce: 6ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.037	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.037	debug	Ignoring change event due to debounce: 6ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.036	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.036	debug	Ignoring change event due to debounce: 5ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.036	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.036	debug	Ignoring change event due to debounce: 5ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.036	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.035	debug	Ignoring change event due to debounce: 4ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.035	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.035	debug	Ignoring change event due to debounce: 4ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.035	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.034	debug	Ignoring change event due to debounce: 3ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.034	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.034	debug	Ignoring change event due to debounce: 3ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.034	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.033	debug	Ignoring change event due to debounce: 2ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.033	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.033	debug	Ignoring change event due to debounce: 2ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.032	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.032	debug	Ignoring change event due to debounce: 1ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.032	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.032	debug	Ignoring change event due to debounce: 1ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.031	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.031	debug	Ignoring change event due to debounce: 0ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.031	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.031	debug	Setting state for port 23 to false
    rpi2.0
    	2025-02-27 15:31:08.030	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.030	debug	Ignoring change event due to debounce: 199ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.030	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.030	debug	Ignoring change event due to debounce: 199ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.030	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.029	debug	Ignoring change event due to debounce: 198ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.029	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.029	debug	Ignoring change event due to debounce: 198ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.029	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.029	debug	Ignoring change event due to debounce: 198ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.028	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.028	debug	Ignoring change event due to debounce: 197ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.028	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.028	debug	Ignoring change event due to debounce: 197ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.028	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.027	debug	Ignoring change event due to debounce: 196ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.027	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.027	debug	Ignoring change event due to debounce: 196ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.027	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.027	debug	Ignoring change event due to debounce: 196ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.026	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.026	debug	Ignoring change event due to debounce: 195ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.026	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.026	debug	Ignoring change event due to debounce: 195ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.026	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.025	debug	Ignoring change event due to debounce: 194ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.025	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.025	debug	Ignoring change event due to debounce: 194ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.025	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.025	debug	Ignoring change event due to debounce: 194ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.024	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.024	debug	Ignoring change event due to debounce: 193ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.024	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.024	debug	Ignoring change event due to debounce: 193ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.024	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.023	debug	Ignoring change event due to debounce: 192ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.023	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.023	debug	Ignoring change event due to debounce: 192ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.022	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.022	debug	Ignoring change event due to debounce: 191ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.022	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.021	debug	Ignoring change event due to debounce: 190ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.021	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.020	debug	Ignoring change event due to debounce: 189ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.020	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.019	debug	Ignoring change event due to debounce: 188ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.019	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.018	debug	Ignoring change event due to debounce: 187ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.017	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.017	debug	Ignoring change event due to debounce: 186ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.016	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.016	debug	Ignoring change event due to debounce: 185ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.015	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.014	debug	Ignoring change event due to debounce: 183ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.014	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.013	debug	Ignoring change event due to debounce: 182ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.012	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.012	debug	Ignoring change event due to debounce: 181ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.011	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.010	debug	Ignoring change event due to debounce: 179ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.009	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.009	debug	Ignoring change event due to debounce: 178ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.008	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.007	debug	Ignoring change event due to debounce: 176ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.007	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.006	debug	Ignoring change event due to debounce: 175ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.005	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.004	debug	Ignoring change event due to debounce: 173ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.004	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.003	debug	Ignoring change event due to debounce: 172ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.002	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.002	debug	Ignoring change event due to debounce: 171ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.001	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:08.001	debug	Ignoring change event due to debounce: 170ms < 200.
    rpi2.0
    	2025-02-27 15:31:08.000	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.999	debug	Ignoring change event due to debounce: 168ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.999	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.999	debug	Ignoring change event due to debounce: 168ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.998	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.998	debug	Ignoring change event due to debounce: 167ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.997	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.997	debug	Ignoring change event due to debounce: 166ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.997	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.996	debug	Ignoring change event due to debounce: 165ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.996	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.995	debug	Ignoring change event due to debounce: 164ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.995	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.994	debug	Ignoring change event due to debounce: 163ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.994	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.994	debug	Ignoring change event due to debounce: 163ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.993	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.992	debug	Ignoring change event due to debounce: 161ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.992	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.992	debug	Ignoring change event due to debounce: 161ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.991	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.991	debug	Ignoring change event due to debounce: 160ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.991	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.990	debug	Ignoring change event due to debounce: 159ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.990	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.990	debug	Ignoring change event due to debounce: 159ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.990	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.989	debug	Ignoring change event due to debounce: 158ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.989	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.989	debug	Ignoring change event due to debounce: 158ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.989	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.988	debug	Ignoring change event due to debounce: 157ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.988	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.988	debug	Ignoring change event due to debounce: 157ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.987	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.987	debug	Ignoring change event due to debounce: 156ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.987	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.987	debug	Ignoring change event due to debounce: 156ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.986	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.986	debug	Ignoring change event due to debounce: 155ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.986	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.986	debug	Ignoring change event due to debounce: 155ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.985	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.985	debug	Ignoring change event due to debounce: 154ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.985	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.985	debug	Ignoring change event due to debounce: 154ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.984	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.984	debug	Ignoring change event due to debounce: 153ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.984	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.983	debug	Ignoring change event due to debounce: 152ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.983	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.983	debug	Ignoring change event due to debounce: 152ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.983	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.982	debug	Ignoring change event due to debounce: 151ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.982	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.982	debug	Ignoring change event due to debounce: 151ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.982	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.981	debug	Ignoring change event due to debounce: 150ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.981	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.980	debug	Ignoring change event due to debounce: 149ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.980	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.980	debug	Ignoring change event due to debounce: 149ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.979	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.979	debug	Ignoring change event due to debounce: 148ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.979	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.978	debug	Ignoring change event due to debounce: 147ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.978	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.978	debug	Ignoring change event due to debounce: 147ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.977	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.977	debug	Ignoring change event due to debounce: 146ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.977	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.976	debug	Ignoring change event due to debounce: 145ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.976	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.976	debug	Ignoring change event due to debounce: 145ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.975	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.975	debug	Ignoring change event due to debounce: 144ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.974	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.974	debug	Ignoring change event due to debounce: 143ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.974	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.973	debug	Ignoring change event due to debounce: 142ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.973	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.973	debug	Ignoring change event due to debounce: 141ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.972	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.971	debug	Ignoring change event due to debounce: 140ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.971	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.970	debug	Ignoring change event due to debounce: 139ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.970	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.969	debug	Ignoring change event due to debounce: 138ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.969	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.969	debug	Ignoring change event due to debounce: 138ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.969	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.968	debug	Ignoring change event due to debounce: 137ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.968	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.968	debug	Ignoring change event due to debounce: 137ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.968	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.967	debug	Ignoring change event due to debounce: 136ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.967	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.967	debug	Ignoring change event due to debounce: 136ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.967	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.966	debug	Ignoring change event due to debounce: 135ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.966	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.966	debug	Ignoring change event due to debounce: 135ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.966	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.965	debug	Ignoring change event due to debounce: 134ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.965	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.965	debug	Ignoring change event due to debounce: 134ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.964	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.964	debug	Ignoring change event due to debounce: 133ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.964	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.964	debug	Ignoring change event due to debounce: 133ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.963	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.963	debug	Ignoring change event due to debounce: 132ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.963	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.962	debug	Ignoring change event due to debounce: 131ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.962	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.961	debug	Ignoring change event due to debounce: 130ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.961	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.961	debug	Ignoring change event due to debounce: 130ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.961	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.960	debug	Ignoring change event due to debounce: 129ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.960	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.960	debug	Ignoring change event due to debounce: 129ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.959	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.959	debug	Ignoring change event due to debounce: 128ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.959	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.958	debug	Ignoring change event due to debounce: 127ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.958	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.957	debug	Ignoring change event due to debounce: 126ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.956	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.956	debug	Ignoring change event due to debounce: 125ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.955	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.955	debug	Ignoring change event due to debounce: 124ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.954	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.954	debug	Ignoring change event due to debounce: 123ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.953	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.943	debug	Written false into port 21
    rpi2.0
    	2025-02-27 15:31:07.943	debug	Setting initial value for port 21 to false
    rpi2.0
    	2025-02-27 15:31:07.895	debug	Written false into port 20
    rpi2.0
    	2025-02-27 15:31:07.895	debug	Setting initial value for port 20 to false
    rpi2.0
    	2025-02-27 15:31:07.847	debug	Ignoring change event due to debounce: 16ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.846	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.842	debug	Written false into port 19
    rpi2.0
    	2025-02-27 15:31:07.842	debug	Setting initial value for port 19 to false
    rpi2.0
    	2025-02-27 15:31:07.833	debug	Ignoring change event due to debounce: 2ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.832	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.832	debug	Ignoring change event due to debounce: 1ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.832	debug	GPIO change on port 23: true
    rpi2.0
    	2025-02-27 15:31:07.832	debug	Ignoring change event due to debounce: 0ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.831	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.831	debug	Setting state for port 23 to false
    rpi2.0
    	2025-02-27 15:31:07.830	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.825	debug	Written false into port 16
    rpi2.0
    	2025-02-27 15:31:07.825	debug	Setting initial value for port 16 to false
    rpi2.0
    	2025-02-27 15:31:07.778	debug	Ignoring change event due to debounce: 186ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.778	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.773	debug	Written false into port 13
    rpi2.0
    	2025-02-27 15:31:07.772	debug	Setting initial value for port 13 to false
    rpi2.0
    	2025-02-27 15:31:07.764	debug	Ignoring change event due to debounce: 172ms < 200.
    rpi2.0
    	2025-02-27 15:31:07.764	debug	GPIO change on port 23: false
    rpi2.0
    	2025-02-27 15:31:07.763	debug	Setting state for port 17 to true
    rpi2.0
    	2025-02-27 15:31:07.763	debug	GPIO change on port 17: true
    rpi2.0
    	2025-02-27 15:31:07.754	debug	Written false into port 12
    rpi2.0
    	2025-02-27 15:31:07.753	debug	Setting initial value for port 12 to false
    rpi2.0
    	2025-02-27 15:31:07.753	debug	Adding event listener for port 27
    rpi2.0
    	2025-02-27 15:31:07.752	debug	Adding event listener for port 24
    rpi2.0
    	2025-02-27 15:31:07.752	debug	Adding event listener for port 23
    rpi2.0
    	2025-02-27 15:31:07.752	debug	Adding event listener for port 22
    rpi2.0
    	2025-02-27 15:31:07.752	debug	Adding event listener for port 18
    rpi2.0
    	2025-02-27 15:31:07.751	debug	Adding event listener for port 17
    rpi2.0
    	2025-02-27 15:31:07.699	debug	Setting state for port 27 to false
    rpi2.0
    	2025-02-27 15:31:07.698	debug	Port 27 direction: in
    rpi2.0
    	2025-02-27 15:31:07.696	debug	Port 26 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.695	debug	Port 25 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.646	debug	Setting state for port 24 to false
    rpi2.0
    	2025-02-27 15:31:07.644	debug	Port 24 direction: in
    rpi2.0
    	2025-02-27 15:31:07.593	debug	Setting state for port 23 to false
    rpi2.0
    	2025-02-27 15:31:07.591	debug	Port 23 direction: in
    rpi2.0
    	2025-02-27 15:31:07.540	debug	Setting state for port 22 to false
    rpi2.0
    	2025-02-27 15:31:07.539	debug	Port 22 direction: in
    rpi2.0
    	2025-02-27 15:31:07.537	debug	Port 21 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.536	debug	Port 20 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.535	debug	Port 19 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.485	debug	Setting state for port 18 to false
    rpi2.0
    	2025-02-27 15:31:07.483	debug	Port 18 direction: in
    rpi2.0
    	2025-02-27 15:31:07.430	debug	Setting state for port 17 to false
    rpi2.0
    	2025-02-27 15:31:07.427	debug	Port 17 direction: in
    rpi2.0
    	2025-02-27 15:31:07.426	debug	Port 16 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.424	debug	Port 13 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.423	debug	Port 12 direction: outlow
    rpi2.0
    	2025-02-27 15:31:07.422	debug	Got chip: class Default extends classes_1.Device { }
    rpi2.0
    	2025-02-27 15:31:07.422	debug	Got 4 from Raspberry Pi 4 Model B Rev 1.2
    code_text
    

    Wenn ich den Adapter nicht beende und nur was darin ändere kommt immer diese Warnung. Ev. könnt Ihr ja was damit anfangen.

    admin.0
    	2025-02-27 15:56:54.758	warn	rpi2 has an invalid jsonConfig: [{"instancePath":"/items/_gpios/items/_pullUpWarning/hidden","schemaPath":"#/patternProperties/%5E.%2B/properties/hidden/type","keyword":"type","params":{"type":"string"},"message":"must be string"},{"instancePath":"/items/_gpios","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]code_text
    
    S 1 Reply Last reply
    0
    • GarfonsoG Garfonso

      @hasont said in Test Adapter rpi2 2.x:

      Hab dann Protokoll gemacht. Soll eigentlich alle ca. 5sec True/False wechseln. Komm damit nicht klar.
      Habs mal angehängt!

      Also laut log hat es doch funktioniert? Alle 5 Sekunden ist ein Wechsel durchgekommen. Zwischendurch
      sind ein paar andere Dinge vom debounce timer abgefangen worden...?

      • 20:09:33 true
      • 20:09:38 false
      • 20:09:43 true (kam instgesammt 6 mal, 4 davon per debounce timer abgerufen, der letzte kam durch, also tatsächlich doppelt -> debounce timer erhöhen, falls das nicht gewünscht ist, oder weniger rumprellen 😉 )
      • 20:09:47 false (da kamen dann tatsächlich ein paar true, aber alle vom timer abgefangen)
      • 20:09:52 true (wieder mit einigen, die im debounce timer hängen bleiben)

      Was ist da jetzt genau falsch?

      HasontH Offline
      HasontH Offline
      Hasont
      wrote on last edited by
      #480

      @garfonso sagte in Test Adapter rpi2 2.x:

      @hasont said in Test Adapter rpi2 2.x:

      Hab dann Protokoll gemacht. Soll eigentlich alle ca. 5sec True/False wechseln. Komm damit nicht klar.
      Habs mal angehängt!

      Also laut log hat es doch funktioniert? Alle 5 Sekunden ist ein Wechsel durchgekommen. Zwischendurch
      sind ein paar andere Dinge vom debounce timer abgefangen worden...?

      • 20:09:33 true
      • 20:09:38 false
      • 20:09:43 true (kam instgesammt 6 mal, 4 davon per debounce timer abgerufen, der letzte kam durch, also tatsächlich doppelt -> debounce timer erhöhen, falls das nicht gewünscht ist, oder weniger rumprellen 😉 )
      • 20:09:47 false (da kamen dann tatsächlich ein paar true, aber alle vom timer abgefangen)
      • 20:09:52 true (wieder mit einigen, die im debounce timer hängen bleiben)

      Was ist da jetzt genau falsch?

      Du hast recht, wahrscheinlich hab ich mir einen abgezittert mit meiner Kroko Klemme.
      Wenn ich 1000ms eingeben müsste ich 1sec den Taster drücken um ein True zu bekommen, oder?

      S 1 Reply Last reply
      0
      • HasontH Hasont

        @smallfeuer sagte in Test Adapter rpi2 2.x:

        @hasont Also das hin und her ist verständlich, du hast kein Pull down Widerstand eingebaut nehme ich an - wenn du also die 3,3V am Ausgang ausschaltest ist das Signal undefiniert. Siehe auch einen meiner letzten Kommentare zum Thema PullUP/Pulldown.
        oder hier: https://www.electronics-tutorials.ws/de/logische/pullup-widerstaende.html

        Pulldown ist an jedem Input mit 10k gegen Masse. Hab es mit ner Kroko Klemme gemacht.

        Was meinst du mit neu gebootet? Den Adapter, oder den Pi?
        Beim Pi Neustart könnte es natürlich sein, das wirklich keine 3,3V ankommen. Insbesondere wenn du die 3,3V vom Ausgang holst.

        Sorry, hab dich da mit schauen was bei einem reboot passiert falsch verstanden. Dachte du meinst den Raspie. Die 3,3 V kommen aber aus einem kurzschlussfestem Regler und stehen auch beim Reboot des Raspie an.

        Interessant ist also im wesentlichen nur ob beim Start oder Neustart des Adapters der Wert mal auf False geht.
        bitte als Ausgang aber die 3,3V Spannungsversorgung nehmen, und keinen Ausgang der auf True sitzt. Sicherheitshalber sollte man hier glaube ich einen kleinen Widerstand zwischen packen, falls vorhanden. Für einen kurzen Test sollte es aber auch ohne gehen.

        Hier ein log nach ein/aus der rpi2 2.3.2 Instanz im Objekt bleibt es True. Habs noch ein paarmal probiert. Immer TRUE
        Am GPIO 23 hängt ein Taster und der wird über ein Script abgefragt. Alle Inputs stehen auf 200ms und im Script ist noch ein zusätzliches Entprellen für GPIO23 eingebaut. Muss ich ev. ändern. Welche Zeiten zum Entprellen sind denn Sinnvoll in der rpi2 2.3.2 Instanz und was macht die genau? Muss ein Signal dann mindestens z.B. 200ms anstehen bis es im Objekt erkannt wird? Hab ja noch immer das Problem, dass mein Taster am GPIO durch Leuchtstoffröhre trotz 10k an GND gerne mal das Gartenwasser einschaltet.

        rpi2.0
        	2025-02-27 15:31:08.197	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.197	debug	Ignoring change event due to debounce: 166ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.197	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.196	debug	Ignoring change event due to debounce: 165ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.196	debug	GPIO change on port 23: true
        rpi2.0
        	2025-02-27 15:31:08.195	debug	Ignoring change event due to debounce: 164ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.195	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.195	debug	Ignoring change event due to debounce: 163ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.194	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.193	debug	Ignoring change event due to debounce: 162ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.193	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.192	debug	Ignoring change event due to debounce: 161ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.191	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.184	debug	Written false into port 25
        rpi2.0
        	2025-02-27 15:31:08.184	debug	Setting initial value for port 25 to false
        rpi2.0
        	2025-02-27 15:31:08.083	debug	Setting state for port 22 to false
        rpi2.0
        	2025-02-27 15:31:08.083	debug	GPIO change on port 22: false
        rpi2.0
        	2025-02-27 15:31:08.082	debug	Setting state for port 18 to false
        rpi2.0
        	2025-02-27 15:31:08.081	debug	GPIO change on port 18: false
        rpi2.0
        	2025-02-27 15:31:08.081	debug	Ignoring change event due to debounce: 13ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.080	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.080	debug	Ignoring change event due to debounce: 12ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.079	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.078	debug	Ignoring change event due to debounce: 10ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.078	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.077	debug	Ignoring change event due to debounce: 9ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.077	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.076	debug	Ignoring change event due to debounce: 8ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.076	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.075	debug	Ignoring change event due to debounce: 7ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.075	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.074	debug	Ignoring change event due to debounce: 6ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.074	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.073	debug	Ignoring change event due to debounce: 5ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.073	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.072	debug	Ignoring change event due to debounce: 4ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.072	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.071	debug	Ignoring change event due to debounce: 3ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.071	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.070	debug	Ignoring change event due to debounce: 2ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.070	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.069	debug	Ignoring change event due to debounce: 1ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.069	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.068	debug	Setting state for port 17 to true
        rpi2.0
        	2025-02-27 15:31:08.068	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:08.039	debug	Ignoring change event due to debounce: 8ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.038	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.038	debug	Ignoring change event due to debounce: 7ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.038	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.038	debug	Ignoring change event due to debounce: 7ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.038	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.037	debug	Ignoring change event due to debounce: 6ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.037	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.037	debug	Ignoring change event due to debounce: 6ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.037	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.037	debug	Ignoring change event due to debounce: 6ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.036	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.036	debug	Ignoring change event due to debounce: 5ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.036	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.036	debug	Ignoring change event due to debounce: 5ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.036	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.035	debug	Ignoring change event due to debounce: 4ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.035	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.035	debug	Ignoring change event due to debounce: 4ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.035	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.034	debug	Ignoring change event due to debounce: 3ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.034	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.034	debug	Ignoring change event due to debounce: 3ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.034	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.033	debug	Ignoring change event due to debounce: 2ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.033	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.033	debug	Ignoring change event due to debounce: 2ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.032	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.032	debug	Ignoring change event due to debounce: 1ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.032	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.032	debug	Ignoring change event due to debounce: 1ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.031	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.031	debug	Ignoring change event due to debounce: 0ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.031	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.031	debug	Setting state for port 23 to false
        rpi2.0
        	2025-02-27 15:31:08.030	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.030	debug	Ignoring change event due to debounce: 199ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.030	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.030	debug	Ignoring change event due to debounce: 199ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.030	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.029	debug	Ignoring change event due to debounce: 198ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.029	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.029	debug	Ignoring change event due to debounce: 198ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.029	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.029	debug	Ignoring change event due to debounce: 198ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.028	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.028	debug	Ignoring change event due to debounce: 197ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.028	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.028	debug	Ignoring change event due to debounce: 197ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.028	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.027	debug	Ignoring change event due to debounce: 196ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.027	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.027	debug	Ignoring change event due to debounce: 196ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.027	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.027	debug	Ignoring change event due to debounce: 196ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.026	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.026	debug	Ignoring change event due to debounce: 195ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.026	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.026	debug	Ignoring change event due to debounce: 195ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.026	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.025	debug	Ignoring change event due to debounce: 194ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.025	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.025	debug	Ignoring change event due to debounce: 194ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.025	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.025	debug	Ignoring change event due to debounce: 194ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.024	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.024	debug	Ignoring change event due to debounce: 193ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.024	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.024	debug	Ignoring change event due to debounce: 193ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.024	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.023	debug	Ignoring change event due to debounce: 192ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.023	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.023	debug	Ignoring change event due to debounce: 192ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.022	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.022	debug	Ignoring change event due to debounce: 191ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.022	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.021	debug	Ignoring change event due to debounce: 190ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.021	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.020	debug	Ignoring change event due to debounce: 189ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.020	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.019	debug	Ignoring change event due to debounce: 188ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.019	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.018	debug	Ignoring change event due to debounce: 187ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.017	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.017	debug	Ignoring change event due to debounce: 186ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.016	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.016	debug	Ignoring change event due to debounce: 185ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.015	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.014	debug	Ignoring change event due to debounce: 183ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.014	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.013	debug	Ignoring change event due to debounce: 182ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.012	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.012	debug	Ignoring change event due to debounce: 181ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.011	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.010	debug	Ignoring change event due to debounce: 179ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.009	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.009	debug	Ignoring change event due to debounce: 178ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.008	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.007	debug	Ignoring change event due to debounce: 176ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.007	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.006	debug	Ignoring change event due to debounce: 175ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.005	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.004	debug	Ignoring change event due to debounce: 173ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.004	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.003	debug	Ignoring change event due to debounce: 172ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.002	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.002	debug	Ignoring change event due to debounce: 171ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.001	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:08.001	debug	Ignoring change event due to debounce: 170ms < 200.
        rpi2.0
        	2025-02-27 15:31:08.000	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.999	debug	Ignoring change event due to debounce: 168ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.999	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.999	debug	Ignoring change event due to debounce: 168ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.998	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.998	debug	Ignoring change event due to debounce: 167ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.997	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.997	debug	Ignoring change event due to debounce: 166ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.997	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.996	debug	Ignoring change event due to debounce: 165ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.996	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.995	debug	Ignoring change event due to debounce: 164ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.995	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.994	debug	Ignoring change event due to debounce: 163ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.994	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.994	debug	Ignoring change event due to debounce: 163ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.993	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.992	debug	Ignoring change event due to debounce: 161ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.992	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.992	debug	Ignoring change event due to debounce: 161ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.991	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.991	debug	Ignoring change event due to debounce: 160ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.991	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.990	debug	Ignoring change event due to debounce: 159ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.990	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.990	debug	Ignoring change event due to debounce: 159ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.990	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.989	debug	Ignoring change event due to debounce: 158ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.989	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.989	debug	Ignoring change event due to debounce: 158ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.989	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.988	debug	Ignoring change event due to debounce: 157ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.988	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.988	debug	Ignoring change event due to debounce: 157ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.987	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.987	debug	Ignoring change event due to debounce: 156ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.987	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.987	debug	Ignoring change event due to debounce: 156ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.986	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.986	debug	Ignoring change event due to debounce: 155ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.986	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.986	debug	Ignoring change event due to debounce: 155ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.985	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.985	debug	Ignoring change event due to debounce: 154ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.985	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.985	debug	Ignoring change event due to debounce: 154ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.984	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.984	debug	Ignoring change event due to debounce: 153ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.984	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.983	debug	Ignoring change event due to debounce: 152ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.983	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.983	debug	Ignoring change event due to debounce: 152ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.983	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.982	debug	Ignoring change event due to debounce: 151ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.982	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.982	debug	Ignoring change event due to debounce: 151ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.982	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.981	debug	Ignoring change event due to debounce: 150ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.981	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.980	debug	Ignoring change event due to debounce: 149ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.980	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.980	debug	Ignoring change event due to debounce: 149ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.979	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.979	debug	Ignoring change event due to debounce: 148ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.979	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.978	debug	Ignoring change event due to debounce: 147ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.978	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.978	debug	Ignoring change event due to debounce: 147ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.977	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.977	debug	Ignoring change event due to debounce: 146ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.977	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.976	debug	Ignoring change event due to debounce: 145ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.976	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.976	debug	Ignoring change event due to debounce: 145ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.975	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.975	debug	Ignoring change event due to debounce: 144ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.974	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.974	debug	Ignoring change event due to debounce: 143ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.974	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.973	debug	Ignoring change event due to debounce: 142ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.973	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.973	debug	Ignoring change event due to debounce: 141ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.972	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.971	debug	Ignoring change event due to debounce: 140ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.971	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.970	debug	Ignoring change event due to debounce: 139ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.970	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.969	debug	Ignoring change event due to debounce: 138ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.969	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.969	debug	Ignoring change event due to debounce: 138ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.969	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.968	debug	Ignoring change event due to debounce: 137ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.968	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.968	debug	Ignoring change event due to debounce: 137ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.968	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.967	debug	Ignoring change event due to debounce: 136ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.967	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.967	debug	Ignoring change event due to debounce: 136ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.967	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.966	debug	Ignoring change event due to debounce: 135ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.966	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.966	debug	Ignoring change event due to debounce: 135ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.966	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.965	debug	Ignoring change event due to debounce: 134ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.965	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.965	debug	Ignoring change event due to debounce: 134ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.964	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.964	debug	Ignoring change event due to debounce: 133ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.964	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.964	debug	Ignoring change event due to debounce: 133ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.963	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.963	debug	Ignoring change event due to debounce: 132ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.963	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.962	debug	Ignoring change event due to debounce: 131ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.962	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.961	debug	Ignoring change event due to debounce: 130ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.961	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.961	debug	Ignoring change event due to debounce: 130ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.961	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.960	debug	Ignoring change event due to debounce: 129ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.960	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.960	debug	Ignoring change event due to debounce: 129ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.959	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.959	debug	Ignoring change event due to debounce: 128ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.959	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.958	debug	Ignoring change event due to debounce: 127ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.958	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.957	debug	Ignoring change event due to debounce: 126ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.956	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.956	debug	Ignoring change event due to debounce: 125ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.955	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.955	debug	Ignoring change event due to debounce: 124ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.954	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.954	debug	Ignoring change event due to debounce: 123ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.953	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.943	debug	Written false into port 21
        rpi2.0
        	2025-02-27 15:31:07.943	debug	Setting initial value for port 21 to false
        rpi2.0
        	2025-02-27 15:31:07.895	debug	Written false into port 20
        rpi2.0
        	2025-02-27 15:31:07.895	debug	Setting initial value for port 20 to false
        rpi2.0
        	2025-02-27 15:31:07.847	debug	Ignoring change event due to debounce: 16ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.846	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.842	debug	Written false into port 19
        rpi2.0
        	2025-02-27 15:31:07.842	debug	Setting initial value for port 19 to false
        rpi2.0
        	2025-02-27 15:31:07.833	debug	Ignoring change event due to debounce: 2ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.832	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.832	debug	Ignoring change event due to debounce: 1ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.832	debug	GPIO change on port 23: true
        rpi2.0
        	2025-02-27 15:31:07.832	debug	Ignoring change event due to debounce: 0ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.831	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.831	debug	Setting state for port 23 to false
        rpi2.0
        	2025-02-27 15:31:07.830	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.825	debug	Written false into port 16
        rpi2.0
        	2025-02-27 15:31:07.825	debug	Setting initial value for port 16 to false
        rpi2.0
        	2025-02-27 15:31:07.778	debug	Ignoring change event due to debounce: 186ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.778	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.773	debug	Written false into port 13
        rpi2.0
        	2025-02-27 15:31:07.772	debug	Setting initial value for port 13 to false
        rpi2.0
        	2025-02-27 15:31:07.764	debug	Ignoring change event due to debounce: 172ms < 200.
        rpi2.0
        	2025-02-27 15:31:07.764	debug	GPIO change on port 23: false
        rpi2.0
        	2025-02-27 15:31:07.763	debug	Setting state for port 17 to true
        rpi2.0
        	2025-02-27 15:31:07.763	debug	GPIO change on port 17: true
        rpi2.0
        	2025-02-27 15:31:07.754	debug	Written false into port 12
        rpi2.0
        	2025-02-27 15:31:07.753	debug	Setting initial value for port 12 to false
        rpi2.0
        	2025-02-27 15:31:07.753	debug	Adding event listener for port 27
        rpi2.0
        	2025-02-27 15:31:07.752	debug	Adding event listener for port 24
        rpi2.0
        	2025-02-27 15:31:07.752	debug	Adding event listener for port 23
        rpi2.0
        	2025-02-27 15:31:07.752	debug	Adding event listener for port 22
        rpi2.0
        	2025-02-27 15:31:07.752	debug	Adding event listener for port 18
        rpi2.0
        	2025-02-27 15:31:07.751	debug	Adding event listener for port 17
        rpi2.0
        	2025-02-27 15:31:07.699	debug	Setting state for port 27 to false
        rpi2.0
        	2025-02-27 15:31:07.698	debug	Port 27 direction: in
        rpi2.0
        	2025-02-27 15:31:07.696	debug	Port 26 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.695	debug	Port 25 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.646	debug	Setting state for port 24 to false
        rpi2.0
        	2025-02-27 15:31:07.644	debug	Port 24 direction: in
        rpi2.0
        	2025-02-27 15:31:07.593	debug	Setting state for port 23 to false
        rpi2.0
        	2025-02-27 15:31:07.591	debug	Port 23 direction: in
        rpi2.0
        	2025-02-27 15:31:07.540	debug	Setting state for port 22 to false
        rpi2.0
        	2025-02-27 15:31:07.539	debug	Port 22 direction: in
        rpi2.0
        	2025-02-27 15:31:07.537	debug	Port 21 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.536	debug	Port 20 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.535	debug	Port 19 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.485	debug	Setting state for port 18 to false
        rpi2.0
        	2025-02-27 15:31:07.483	debug	Port 18 direction: in
        rpi2.0
        	2025-02-27 15:31:07.430	debug	Setting state for port 17 to false
        rpi2.0
        	2025-02-27 15:31:07.427	debug	Port 17 direction: in
        rpi2.0
        	2025-02-27 15:31:07.426	debug	Port 16 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.424	debug	Port 13 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.423	debug	Port 12 direction: outlow
        rpi2.0
        	2025-02-27 15:31:07.422	debug	Got chip: class Default extends classes_1.Device { }
        rpi2.0
        	2025-02-27 15:31:07.422	debug	Got 4 from Raspberry Pi 4 Model B Rev 1.2
        code_text
        

        Wenn ich den Adapter nicht beende und nur was darin ändere kommt immer diese Warnung. Ev. könnt Ihr ja was damit anfangen.

        admin.0
        	2025-02-27 15:56:54.758	warn	rpi2 has an invalid jsonConfig: [{"instancePath":"/items/_gpios/items/_pullUpWarning/hidden","schemaPath":"#/patternProperties/%5E.%2B/properties/hidden/type","keyword":"type","params":{"type":"string"},"message":"must be string"},{"instancePath":"/items/_gpios","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]code_text
        
        S Offline
        S Offline
        Smallfeuer
        wrote on last edited by Smallfeuer
        #481

        @hasont sagte in Test Adapter rpi2 2.x:
        pullUpWarning/hidden

        Hast du Pullup / Pulldown ein Haken gesetzt? Oder nur von True mal auf false geändert ? wenn ja, dann mit Bestätigung?

        Ich fasse kurz zusammen - heißt bei dir bleibt der Eingang die ganze Zeit auf True! Ich werde mal meinen Magnetschalter überbrücken um die Verbindung zu optimieren. Mal schauen ob der vielleicht zu viel Widerstand hat. Auch wenn ich mir das nicht vorstellen kann- da er ja sonst dauerhaft stabil ein True bringt.

        S HasontH 2 Replies Last reply
        0
        • HasontH Hasont

          @garfonso sagte in Test Adapter rpi2 2.x:

          @hasont said in Test Adapter rpi2 2.x:

          Hab dann Protokoll gemacht. Soll eigentlich alle ca. 5sec True/False wechseln. Komm damit nicht klar.
          Habs mal angehängt!

          Also laut log hat es doch funktioniert? Alle 5 Sekunden ist ein Wechsel durchgekommen. Zwischendurch
          sind ein paar andere Dinge vom debounce timer abgefangen worden...?

          • 20:09:33 true
          • 20:09:38 false
          • 20:09:43 true (kam instgesammt 6 mal, 4 davon per debounce timer abgerufen, der letzte kam durch, also tatsächlich doppelt -> debounce timer erhöhen, falls das nicht gewünscht ist, oder weniger rumprellen 😉 )
          • 20:09:47 false (da kamen dann tatsächlich ein paar true, aber alle vom timer abgefangen)
          • 20:09:52 true (wieder mit einigen, die im debounce timer hängen bleiben)

          Was ist da jetzt genau falsch?

          Du hast recht, wahrscheinlich hab ich mir einen abgezittert mit meiner Kroko Klemme.
          Wenn ich 1000ms eingeben müsste ich 1sec den Taster drücken um ein True zu bekommen, oder?

          S Offline
          S Offline
          Smallfeuer
          wrote on last edited by
          #482

          @hasont sagte in Test Adapter rpi2 2.x:

          en müsste ich 1sec den Taster drücken um ein True zu bekommen, oder?

          Korrekt.

          1 Reply Last reply
          0
          • S Smallfeuer

            @hasont sagte in Test Adapter rpi2 2.x:
            pullUpWarning/hidden

            Hast du Pullup / Pulldown ein Haken gesetzt? Oder nur von True mal auf false geändert ? wenn ja, dann mit Bestätigung?

            Ich fasse kurz zusammen - heißt bei dir bleibt der Eingang die ganze Zeit auf True! Ich werde mal meinen Magnetschalter überbrücken um die Verbindung zu optimieren. Mal schauen ob der vielleicht zu viel Widerstand hat. Auch wenn ich mir das nicht vorstellen kann- da er ja sonst dauerhaft stabil ein True bringt.

            S Offline
            S Offline
            Smallfeuer
            wrote on last edited by Smallfeuer
            #483

            @hasont

            pi2.0
            	2025-02-27 15:31:07.430	debug	Setting state for port 17 to false
            

            Obowhl, hier ist doch mein false. Die anderen True kommen alle vom watch Befehl.
            Hast du die Änderung der Datenpunkte in der Datenbank oder History geblockt? Da war garantiert das eine "false" bei - wenn der DEBUG es scho sagt.

            1 Reply Last reply
            0
            • S Smallfeuer

              @hasont sagte in Test Adapter rpi2 2.x:
              pullUpWarning/hidden

              Hast du Pullup / Pulldown ein Haken gesetzt? Oder nur von True mal auf false geändert ? wenn ja, dann mit Bestätigung?

              Ich fasse kurz zusammen - heißt bei dir bleibt der Eingang die ganze Zeit auf True! Ich werde mal meinen Magnetschalter überbrücken um die Verbindung zu optimieren. Mal schauen ob der vielleicht zu viel Widerstand hat. Auch wenn ich mir das nicht vorstellen kann- da er ja sonst dauerhaft stabil ein True bringt.

              HasontH Offline
              HasontH Offline
              Hasont
              wrote on last edited by Hasont
              #484

              @smallfeuer sagte in Test Adapter rpi2 2.x:

              @hasont sagte in Test Adapter rpi2 2.x:
              pullUpWarning/hidden

              Hast du Pullup / Pulldown ein Haken gesetzt? Nein, alle ohne
              Oder nur von True mal auf false geändert ? wenn ja, dann mit Bestätigung? Nein

              Ich fasse kurz zusammen - heißt bei dir bleibt der Eingang die ganze Zeit auf True! Ich werde mal meinen Magnetschalter überbrücken um die Verbindung zu optimieren. Mal schauen ob der vielleicht zu viel Widerstand hat. Auch wenn ich mir das nicht vorstellen kann- da er ja sonst dauerhaft stabil ein True bringt.

              Hab grad im Objekt nachgesehen und mein GPIO 17 war False. Bin in den Keller um zu sehen ob ich ev. die Krokoklemme schon abgeklemmt habe >> Nein war noch geschaltet.
              Dann schau ich in den PC und der GPIO 17 ist wieder True (hab nur Licht eingeschaltet)
              Ich bleib da mal für dich dran!

              Edit 27.02 21:00: Grad mal alle Eingänge auf 1000ms gesetzt um zu sehen ob der Eingang GPIO 23 beim Licht einschalten (Neon) noch kommen.
              In Instanz rsp2 abgespeichert und jetzt ist GPIO 17 FALSE, Eingang noch an 3,3V Leider kein log!!

              GPIO17.jpg

              Edit:28.02 10:38 Gerade nachgesehen und GPIO ist wieder True > Log eingeschaltet und Instanz neu gestartet.

              GPIO 17 war wieder False 2025-02-28 10:21:11.461 und ist dann 2025-02-28 10:28:55.677 auf True
              Der GPIO 17 ist dauerhaft an 3,3V

              Hier das Logfile von 10:21 - 10:36

              02
              
              Log-Größe: 25.2 MB
              Zeit
              	
              rpi2.0
              	2025-02-28 10:36:57.654	debug	Ignoring change event due to debounce: 7ms < 1000.
              rpi2.0
              	2025-02-28 10:36:57.653	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:36:57.647	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:36:57.646	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:35:57.650	debug	Ignoring change event due to debounce: 5ms < 1000.
              rpi2.0
              	2025-02-28 10:35:57.649	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:35:57.646	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:35:57.645	debug	GPIO change on port 23: false
              ebus.0
              	2025-02-28 10:35:06.748	info	all history done
              ebus.0
              	2025-02-28 10:35:06.717	info	all http done
              ebus.0
              	2025-02-28 10:35:06.661	info	installed ebusd version is 24.1
              rpi2.0
              	2025-02-28 10:34:57.652	debug	Ignoring change event due to debounce: 5ms < 1000.
              rpi2.0
              	2025-02-28 10:34:57.651	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:34:57.649	debug	Ignoring change event due to debounce: 2ms < 1000.
              rpi2.0
              	2025-02-28 10:34:57.648	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:34:57.647	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:34:57.646	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:33:57.652	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:33:57.651	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:32:57.652	debug	Ignoring change event due to debounce: 11ms < 1000.
              rpi2.0
              	2025-02-28 10:32:57.651	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:32:57.651	debug	Ignoring change event due to debounce: 10ms < 1000.
              rpi2.0
              	2025-02-28 10:32:57.650	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:32:57.649	debug	Ignoring change event due to debounce: 8ms < 1000.
              rpi2.0
              	2025-02-28 10:32:57.648	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:32:57.641	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:32:57.640	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:31:57.651	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:31:57.651	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:30:57.653	debug	Ignoring change event due to debounce: 7ms < 1000.
              rpi2.0
              	2025-02-28 10:30:57.652	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:30:57.646	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:30:57.645	debug	GPIO change on port 23: false
              ebus.0
              	2025-02-28 10:30:06.758	info	all history done
              ebus.0
              	2025-02-28 10:30:06.725	info	all http done
              ebus.0
              	2025-02-28 10:30:06.666	info	installed ebusd version is 24.1
              host.raspberrypi
              	2025-02-28 10:30:00.027	warn	instance system.adapter.ebus.0 already running with pid 1127
              rpi2.0
              	2025-02-28 10:29:57.653	debug	Ignoring change event due to debounce: 11ms < 1000.
              rpi2.0
              	2025-02-28 10:29:57.652	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:29:57.645	debug	Ignoring change event due to debounce: 3ms < 1000.
              rpi2.0
              	2025-02-28 10:29:57.644	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:29:57.642	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:29:57.641	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:28:55.679	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:28:55.679	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:28:55.678	debug	Setting state for port 17 to true
              rpi2.0
              	2025-02-28 10:28:55.677	debug	GPIO change on port 17: true
              rpi2.0
              	2025-02-28 10:27:57.653	debug	Ignoring change event due to debounce: 9ms < 1000.
              rpi2.0
              	2025-02-28 10:27:57.652	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:27:57.644	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:27:57.643	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:26:57.652	debug	Ignoring change event due to debounce: 6ms < 1000.
              rpi2.0
              	2025-02-28 10:26:57.651	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:26:57.649	debug	Ignoring change event due to debounce: 3ms < 1000.
              rpi2.0
              	2025-02-28 10:26:57.648	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:26:57.646	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:26:57.645	debug	GPIO change on port 23: false
              ebus.0
              	2025-02-28 10:25:06.851	info	all history done
              ebus.0
              	2025-02-28 10:25:06.819	info	all http done
              ebus.0
              	2025-02-28 10:25:06.751	info	installed ebusd version is 24.1
              rpi2.0
              	2025-02-28 10:24:57.639	debug	Setting state for port 23 to false
              rpi2.0
              	2025-02-28 10:24:57.639	debug	GPIO change on port 23: false
              rpi2.0
              	2025-02-28 10:21:11.627	debug	Port 23 direction: in
              rpi2.0
              	2025-02-28 10:21:11.576	debug	Setting state for port 22 to false
              rpi2.0
              	2025-02-28 10:21:11.575	debug	Port 22 direction: in
              rpi2.0
              	2025-02-28 10:21:11.574	debug	Port 21 direction: outlow
              rpi2.0
              	2025-02-28 10:21:11.573	debug	Port 20 direction: outlow
              rpi2.0
              	2025-02-28 10:21:11.571	debug	Port 19 direction: outlow
              rpi2.0
              	2025-02-28 10:21:11.521	debug	Setting state for port 18 to false
              rpi2.0
              	2025-02-28 10:21:11.519	debug	Port 18 direction: in
              rpi2.0
              	2025-02-28 10:21:11.461	debug	Setting state for port 17 to false
              rpi2.0
              	2025-02-28 10:21:11.458	debug	Port 17 direction: in
              rpi2.0
              	2025-02-28 10:21:11.457	debug	Port 16 direction: outlow
              rpi2.0
              	2025-02-28 10:21:11.455	debug	Port 13 direction: outlow
              rpi2.0
              	2025-02-28 10:21:11.454	debug	Port 12 direction: outlow
              rpi2.0
              	2025-02-28 10:21:11.453	debug	Got chip: class Default extends classes_1.Device {}
              rpi2.0
              	2025-02-28 10:21:11.453	debug	Got 4 from Raspberry Pi 4 Model B Rev 1.2code_text
              host.raspberrypi
              	2025-02-28 10:21:04.831	info	stopInstance timeout system.adapter.rpi2.0 killing pid 3483
              

              Edit 2.03 16:43 Musste IOB gestern und heute mehrfach starten. Mein GPIO 17 war danach immer False und ging nach unbestimmter Zeit dann auf True. Irgendwie scheint es so als würde er auf einen Trigger warten. Grad war es direkt nach einem VIS-Login.

              rpi2.0
              	2025-03-02 16:40:18.648	debug	Setting state for port 23 to false
              rpi2.0
              	2025-03-02 16:40:18.648	debug	GPIO change on port 23: false
              rpi2.0
              	2025-03-02 16:40:18.648	debug	Ignoring change event due to debounce: 0ms < 1000.
              rpi2.0
              	2025-03-02 16:40:18.648	debug	GPIO change on port 17: true
              rpi2.0
              	2025-03-02 16:40:18.648	debug	Setting state for port 17 to true
              rpi2.0
              	2025-03-02 16:40:18.647	debug	GPIO change on port 17: true
              web.0
              	2025-03-02 16:40:16.242	info	==> Connected system.user.admin from ::ffff:192.168.1.104
              web.0
              	2025-03-02 16:40:15.951	info	<== Disconnect system.user.admin from ::ffff:192.168.1.104 vis.0
              rpi2.0
              	2025-03-02 16:40:10.254	debug	Ignoring change event due to debounce: 36ms < 1000.
              rpi2.0
              	2025-03-02 16:40:10.254	debug	GPIO change on port 23: false
              

              Hab dann den Prozess neu gestartet GPIO 17 wieder False. Im VIS GPIO 25 geändert und sofort kam auch beim GPIO 17 ohne debounce ein True.

              rpi2.0
              	2025-03-02 16:56:46.083	debug	Setting state for port 23 to false
              rpi2.0
              	2025-03-02 16:56:46.082	debug	GPIO change on port 23: false
              rpi2.0
              	2025-03-02 16:56:46.081	debug	Setting state for port 17 to true
              rpi2.0
              	2025-03-02 16:56:46.081	debug	GPIO change on port 17: true
              rpi2.0
              	2025-03-02 16:56:46.077	debug	Written true into port 25
              rpi2.0
              	2025-03-02 16:56:46.077	debug	stateChange for rpi2.0.gpio.25.state found state = {"val":true,"ack":false,"ts":1740931006072,"q":0,"from":"system.adapter.web.0","user":"system.user.admin","lc":1740931006072}
              
              1 Reply Last reply
              0
              • HasontH Hasont

                @Garfonso

                Hallo Garfonso,

                die 2.3.2 habe ich nun an meinen 8 Ausgängen und 6 Eingängen getestet und bin für meine Anwendungen mit Ausgang, Ausgangswert 0 absolut zufrieden. Beim Hochfahren werden kurz alle Relais ein- und ausgeschaltet und damit kann ich leben. Die Anzeige in den Objekten ist danach korrekt.

                Dann habe ich alle Ausgang, Ausgangswert 1 eingestellt. Rpi2 startet neu und alle Relais sind eingeschaltet.
                Auch hier ist die Anzeige in den Objekten und der VIS korrekt.

                Ich habe dann alle auf Ausgang, Ausgang gestellt und 4 Relais ein und 4 ausgeschaltet.
                Nach Neustart von Rpi2 wurden diese in den Objekten und in VIS richtig angezeigt.
                Allerdings war es so, dass alle Relais angezogen haben. Die im Objekt eingeschalteten Relais konnte über VIS sofort ausgeschaltet werden. Die als "aus" angezeigten Ausgänge waren ein und mussten über die VIS erst ein- (nix passiert) und dann ausgeschaltet werden. Dann passt wieder alles.

                Die Eingänge habe ich mit 200ms entprellt. Ab und zu reagieren diese noch immer beim Einschalten von induktiven Lasten in unmittelbarer Nähe wie z.B. Trafo für die Gartenventile und Leuchtstoffröhre. Ist aber für meine Anwendung "3min Wasser vorm Haus nach Tastendruck" nicht problematisch.
                Gibt es für die Eingänge schon Werte die man als Standard annehmen kann. Ich konnte mit 100ms und 200ms noch keine Unterschiede feststellen. Habe auch in meinen Script noch entprellt.

                Vielen Dank nochmal für die schnelle Bereitstellung der 2.3.2.

                LG Horst

                HasontH Offline
                HasontH Offline
                Hasont
                wrote on last edited by Hasont
                #485

                @hasont sagte in Test Adapter rpi2 2.x:

                @Garfonso

                Hallo Garfonso,

                die 2.3.2 habe ich nun an meinen 8 Ausgängen und 6 Eingängen getestet und bin für meine Anwendungen mit Ausgang, Ausgangswert 0 absolut zufrieden. Beim Hochfahren werden kurz alle Relais ein- und ausgeschaltet und damit kann ich leben. Die Anzeige in den Objekten ist danach korrekt.

                @Garfonso @Smallfeuer

                Zur Info, ich bin noch immer auf der von Garfonso vorgeschlagenen 2.3.2 vom 9.02.2025.
                Wie damals von mir bemerkt sollte bei der Weiterentwicklung ev. auch das Startverhalten vom Adapter bei den Ausgängen mal angesehen werden. Nach Reboot des Raspie und/oder der rpi2 Instanz werden immer alle Ausgänge für ne ms False/True/False gesetzt. Für mich nicht problematisch. Wenn da aber z.B. ein Garagentor mit Taster dran wäre dann ginge das auf. Warum die Relais hier kurz toggeln und ob das nur in der 2.3.2 ist weiß ich nicht.
                In der damaligen 2.3.1 wurden ja alle Relais nach dem Start dauerhaft auf True gesetzt was aber ja nicht richtig sein kann.

                D 1 Reply Last reply
                1
                • HasontH Hasont

                  @hasont sagte in Test Adapter rpi2 2.x:

                  @Garfonso

                  Hallo Garfonso,

                  die 2.3.2 habe ich nun an meinen 8 Ausgängen und 6 Eingängen getestet und bin für meine Anwendungen mit Ausgang, Ausgangswert 0 absolut zufrieden. Beim Hochfahren werden kurz alle Relais ein- und ausgeschaltet und damit kann ich leben. Die Anzeige in den Objekten ist danach korrekt.

                  @Garfonso @Smallfeuer

                  Zur Info, ich bin noch immer auf der von Garfonso vorgeschlagenen 2.3.2 vom 9.02.2025.
                  Wie damals von mir bemerkt sollte bei der Weiterentwicklung ev. auch das Startverhalten vom Adapter bei den Ausgängen mal angesehen werden. Nach Reboot des Raspie und/oder der rpi2 Instanz werden immer alle Ausgänge für ne ms False/True/False gesetzt. Für mich nicht problematisch. Wenn da aber z.B. ein Garagentor mit Taster dran wäre dann ginge das auf. Warum die Relais hier kurz toggeln und ob das nur in der 2.3.2 ist weiß ich nicht.
                  In der damaligen 2.3.1 wurden ja alle Relais nach dem Start dauerhaft auf True gesetzt was aber ja nicht richtig sein kann.

                  D Offline
                  D Offline
                  dock07
                  wrote on last edited by
                  #486

                  @hasont: False/True/False nach Systemstart, hier mal etwas Dramatik in 2.3.2. Nach reboot zieht bei mir ein 200A Batterie-Schütz lautstark an um nach ein paar ms mit einem Lichtbogen wieder in die bei Start eigentlich gewünschte Ruheposition zu gehen. Für GPIO-Ausgänge habe ich definierte true/false Zustände erst mal in Bookworm ohne rpi2 über Blockly und simple-ssh bash-Scripts mit pinctrl erreicht. Wieder mal so viel vergeudete Zeit. Mittlerweile bekomme ich ein flaues Bauchgefühl vor Updates auf den Raspberry's.

                  HasontH GarfonsoG 2 Replies Last reply
                  0
                  • D dock07

                    @hasont: False/True/False nach Systemstart, hier mal etwas Dramatik in 2.3.2. Nach reboot zieht bei mir ein 200A Batterie-Schütz lautstark an um nach ein paar ms mit einem Lichtbogen wieder in die bei Start eigentlich gewünschte Ruheposition zu gehen. Für GPIO-Ausgänge habe ich definierte true/false Zustände erst mal in Bookworm ohne rpi2 über Blockly und simple-ssh bash-Scripts mit pinctrl erreicht. Wieder mal so viel vergeudete Zeit. Mittlerweile bekomme ich ein flaues Bauchgefühl vor Updates auf den Raspberry's.

                    HasontH Offline
                    HasontH Offline
                    Hasont
                    wrote on last edited by Hasont
                    #487

                    @dock07 sagte in Test Adapter rpi2 2.x:

                    @hasont: False/True/False nach Systemstart, hier mal etwas Dramatik in 2.3.2. Nach reboot zieht bei mir ein 200A Batterie-Schütz lautstark an um nach ein paar ms mit einem Lichtbogen wieder in die bei Start eigentlich gewünschte Ruheposition zu gehen. Für GPIO-Ausgänge habe ich definierte true/false Zustände erst mal in Bookworm ohne rpi2 über Blockly und simple-ssh bash-Scripts mit pinctrl erreicht. Wieder mal so viel vergeudete Zeit. Mittlerweile bekomme ich ein flaues Bauchgefühl vor Updates auf den Raspberry's.

                    Hallo dock07,

                    hättest du ev. noch ein paar Infos zum Thema simple-ssh-Scripts und Auszug vom Blockly bzw. Script.
                    Ev. kann ich das ja auch mal probieren. Das mit pinctrl klappt ja ganz gut. Angeblich kann man ja megrere GPIOs auf einmal abfragen was ich aber so nicht hinbekommen habe. Bei mir ging immer nur einer.

                    D 1 Reply Last reply
                    0
                    • HasontH Hasont

                      @dock07 sagte in Test Adapter rpi2 2.x:

                      @hasont: False/True/False nach Systemstart, hier mal etwas Dramatik in 2.3.2. Nach reboot zieht bei mir ein 200A Batterie-Schütz lautstark an um nach ein paar ms mit einem Lichtbogen wieder in die bei Start eigentlich gewünschte Ruheposition zu gehen. Für GPIO-Ausgänge habe ich definierte true/false Zustände erst mal in Bookworm ohne rpi2 über Blockly und simple-ssh bash-Scripts mit pinctrl erreicht. Wieder mal so viel vergeudete Zeit. Mittlerweile bekomme ich ein flaues Bauchgefühl vor Updates auf den Raspberry's.

                      Hallo dock07,

                      hättest du ev. noch ein paar Infos zum Thema simple-ssh-Scripts und Auszug vom Blockly bzw. Script.
                      Ev. kann ich das ja auch mal probieren. Das mit pinctrl klappt ja ganz gut. Angeblich kann man ja megrere GPIOs auf einmal abfragen was ich aber so nicht hinbekommen habe. Bei mir ging immer nur einer.

                      D Offline
                      D Offline
                      dock07
                      wrote on last edited by
                      #488

                      @hasont
                      bash-Scripts mit pinctrl:
                      https://kofler.info/gpio-aerger-auf-dem-raspberry-pi-5/
                      Blockly-Script mit Javascript-Funktion:
                      https://www.machs-smart.de/iobroker-ssh-befehle-mit-blockly-ausfuhren/

                      Habe für jeden GPIO zuerst einen Datenpunkt erzeugt. Darauf greifen sämtliche Scripte zu die den GPIO ändern möchten. Zusätzlich vereinfacht der Datenpunkt für mich die Abfrage des Zustandes.
                      Im Java-Blockly Script setze ich einen Trigger auf den Datenpunkt um dort je nach Schalterzustand den true oder false GPIO-Aktionsblock auszulösen.
                      Trotzdem ist das Schalten über SSH natürlich suboptimal für die Sicherheit falls das Netzwerk ausfällt,. Ich hoffe das der Adapter rpi2 irgendwann wieder wie früher funktioniert.

                      1 Reply Last reply
                      0
                      • D dock07

                        @hasont: False/True/False nach Systemstart, hier mal etwas Dramatik in 2.3.2. Nach reboot zieht bei mir ein 200A Batterie-Schütz lautstark an um nach ein paar ms mit einem Lichtbogen wieder in die bei Start eigentlich gewünschte Ruheposition zu gehen. Für GPIO-Ausgänge habe ich definierte true/false Zustände erst mal in Bookworm ohne rpi2 über Blockly und simple-ssh bash-Scripts mit pinctrl erreicht. Wieder mal so viel vergeudete Zeit. Mittlerweile bekomme ich ein flaues Bauchgefühl vor Updates auf den Raspberry's.

                        GarfonsoG Offline
                        GarfonsoG Offline
                        Garfonso
                        Developer
                        wrote on last edited by
                        #489

                        @dock07 said in Test Adapter rpi2 2.x:

                        Für GPIO-Ausgänge habe ich definierte true/false Zustände erst mal in Bookworm ohne rpi2 über Blockly und simple-ssh bash-Scripts mit pinctrl erreicht.

                        Da würde mich interessieren, was das Skript anders macht. Wie hast du die Ausgänge definiert? Wenn die keinen Startwert haben, schaltet der Adapter da nichts.

                        Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                        Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                        D 1 Reply Last reply
                        0
                        • GarfonsoG Garfonso

                          @dock07 said in Test Adapter rpi2 2.x:

                          Für GPIO-Ausgänge habe ich definierte true/false Zustände erst mal in Bookworm ohne rpi2 über Blockly und simple-ssh bash-Scripts mit pinctrl erreicht.

                          Da würde mich interessieren, was das Skript anders macht. Wie hast du die Ausgänge definiert? Wenn die keinen Startwert haben, schaltet der Adapter da nichts.

                          D Offline
                          D Offline
                          dock07
                          wrote on last edited by dock07
                          #490

                          @garfonso
                          lieber Garfonso, erst mal vielen Dank das du versuchst die Adapterfunktion zu verbessern.
                          Was das Skript eventuell anders macht kann ich dir leider mit meinen rudimentären Programmierkenntnissen die größtenteils aus paste and copy bestehen nicht beantworten.
                          Definierter Startwert ist meinerseits nicht ganz richtig formuliert.
                          nach Reboot dürfte ebenfalls da eine null stehen weil die boot-config die GPIO-Startwerte nicht mehr setzen kann. Ich denke ich liege richtig mit der Vermutung das rpi2 mit dem kurzem false true false genau diesen definierten Startwert erzeugt?
                          Wichtig ist halt für mich das die GPIOs die Füße bei reboot still halten und ein false, oder von mir aus auch Null, ausgeben. Danach schalten die o.g. Javascripts die GPIOs sauber auf true und später auch auf false.

                          Außer dem Startverhalten funktioniert der rpi2 Adapter für mich. Lasse halt zur Zeit die GPIOs nicht durch RPI initialisieren bei welchen das kurze "true" für mich schädlich ist.

                          GarfonsoG 1 Reply Last reply
                          0
                          • D dock07

                            @garfonso
                            lieber Garfonso, erst mal vielen Dank das du versuchst die Adapterfunktion zu verbessern.
                            Was das Skript eventuell anders macht kann ich dir leider mit meinen rudimentären Programmierkenntnissen die größtenteils aus paste and copy bestehen nicht beantworten.
                            Definierter Startwert ist meinerseits nicht ganz richtig formuliert.
                            nach Reboot dürfte ebenfalls da eine null stehen weil die boot-config die GPIO-Startwerte nicht mehr setzen kann. Ich denke ich liege richtig mit der Vermutung das rpi2 mit dem kurzem false true false genau diesen definierten Startwert erzeugt?
                            Wichtig ist halt für mich das die GPIOs die Füße bei reboot still halten und ein false, oder von mir aus auch Null, ausgeben. Danach schalten die o.g. Javascripts die GPIOs sauber auf true und später auch auf false.

                            Außer dem Startverhalten funktioniert der rpi2 Adapter für mich. Lasse halt zur Zeit die GPIOs nicht durch RPI initialisieren bei welchen das kurze "true" für mich schädlich ist.

                            GarfonsoG Offline
                            GarfonsoG Offline
                            Garfonso
                            Developer
                            wrote on last edited by
                            #491

                            @dock07 said in Test Adapter rpi2 2.x:

                            Ich denke ich liege richtig mit der Vermutung das rpi2 mit dem kurzem false true false genau diesen definierten Startwert erzeugt?

                            Nein, es gibt kein false / true / false. Zumindest nicht im Adaptercode.

                            Du kannst im Adapter für einen Ausgang einstellen, ob er nur ein "Ausgang" ein "Ausgant, Startwert 0" oder ein "Ausgang, Startwert 1" ist. Bei nur "Ausgang" macht der Adapter beim start gar nichts (bzw. neuerdings fragt er beim System an, welchen Zustand der Ausgang hat und setzt den in iobroker). Bei "Startwert 0" bzw. "Startwert 1" wird fest dieser Wert beim Adapter-Start gesetzt.

                            Mehr kann ich an der Stelle nicht tun.
                            Mir ist irgendwie unklar, ob da was anderes im System an den GPIOs was schaltet... aber eigentlich müsste das dann auch ohne Adapter passieren. Oder es liegt an der node-Bibliothek, aber da hab ich bisher auch nichts zu gefunden, im Code oder der Beschreibung.

                            Bei den Eingängen gibt es einen User, der berichtet, dass die am Anfang noch falsche Werte liefern. Das kann ich hier auch nicht nachstellen...

                            @dock07 said in Test Adapter rpi2 2.x:

                            Wichtig ist halt für mich das die GPIOs die Füße bei reboot still halten und ein false, oder von mir aus auch Null, ausgeben. Danach schalten die o.g. Javascripts die GPIOs sauber auf true und später auch auf false.

                            Hm.. das deutet darauf hin, dass es vielleicht doch ein Problem mit den Eingängen sein kann?

                            Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                            Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                            D HasontH 3 Replies Last reply
                            0
                            • GarfonsoG Garfonso

                              @dock07 said in Test Adapter rpi2 2.x:

                              Ich denke ich liege richtig mit der Vermutung das rpi2 mit dem kurzem false true false genau diesen definierten Startwert erzeugt?

                              Nein, es gibt kein false / true / false. Zumindest nicht im Adaptercode.

                              Du kannst im Adapter für einen Ausgang einstellen, ob er nur ein "Ausgang" ein "Ausgant, Startwert 0" oder ein "Ausgang, Startwert 1" ist. Bei nur "Ausgang" macht der Adapter beim start gar nichts (bzw. neuerdings fragt er beim System an, welchen Zustand der Ausgang hat und setzt den in iobroker). Bei "Startwert 0" bzw. "Startwert 1" wird fest dieser Wert beim Adapter-Start gesetzt.

                              Mehr kann ich an der Stelle nicht tun.
                              Mir ist irgendwie unklar, ob da was anderes im System an den GPIOs was schaltet... aber eigentlich müsste das dann auch ohne Adapter passieren. Oder es liegt an der node-Bibliothek, aber da hab ich bisher auch nichts zu gefunden, im Code oder der Beschreibung.

                              Bei den Eingängen gibt es einen User, der berichtet, dass die am Anfang noch falsche Werte liefern. Das kann ich hier auch nicht nachstellen...

                              @dock07 said in Test Adapter rpi2 2.x:

                              Wichtig ist halt für mich das die GPIOs die Füße bei reboot still halten und ein false, oder von mir aus auch Null, ausgeben. Danach schalten die o.g. Javascripts die GPIOs sauber auf true und später auch auf false.

                              Hm.. das deutet darauf hin, dass es vielleicht doch ein Problem mit den Eingängen sein kann?

                              D Offline
                              D Offline
                              dock07
                              wrote on last edited by
                              #492

                              @garfonso >Bei nur "Ausgang" macht der Adapter beim start gar nichts|<

                              Kann ich so nicht bestätigen. In dem Moment beglückt mich der GPIO beim Start mit einem unerwünschten "true", eigentlich genau so wie bei eingestelltem Anfangswert 1

                              mit Ausgang Anfangswert 0 kommt es bei mir, und wahrscheinlich z.B. auch bei @Hasont, zu dem ungewünschten false true false bei Neustart.

                              Ohne die Initialisierung des jeweiligen GPIO durch den Adapter bleibt dieser auf null/ false, also so wie von mir gewünscht.

                              HasontH 1 Reply Last reply
                              0
                              • D dock07

                                @garfonso >Bei nur "Ausgang" macht der Adapter beim start gar nichts|<

                                Kann ich so nicht bestätigen. In dem Moment beglückt mich der GPIO beim Start mit einem unerwünschten "true", eigentlich genau so wie bei eingestelltem Anfangswert 1

                                mit Ausgang Anfangswert 0 kommt es bei mir, und wahrscheinlich z.B. auch bei @Hasont, zu dem ungewünschten false true false bei Neustart.

                                Ohne die Initialisierung des jeweiligen GPIO durch den Adapter bleibt dieser auf null/ false, also so wie von mir gewünscht.

                                HasontH Offline
                                HasontH Offline
                                Hasont
                                wrote on last edited by Hasont
                                #493

                                @dock07 sagte in Test Adapter rpi2 2.x:

                                @garfonso >Bei nur "Ausgang" macht der Adapter beim start gar nichts|<

                                Kann ich so nicht bestätigen. In dem Moment beglückt mich der GPIO beim Start mit einem unerwünschten "true", eigentlich genau so wie bei eingestelltem Anfangswert 1

                                mit Ausgang Anfangswert 0 kommt es bei mir, und wahrscheinlich z.B. auch bei @Hasont, zu dem ungewünschten false true false bei Neustart.

                                Ohne die Initialisierung des jeweiligen GPIO durch den Adapter bleibt dieser auf null/ false, also so wie von mir gewünscht.

                                @Garfonso
                                @dock07
                                Hallo, also bei mir in der 2.3.2 ist es genau so wie bei dock07.
                                Wie bereits weiter oben schon mal geschrieben sind mir folgende Dinge aufgefallen:
                                1.) Startverhalten mit false/true/false bei Ausgang = 0
                                2.) Wenn ich den rpi2 Prozess pausiere und den Raspie neu reboote bleibt alles false wie es sein soll!
                                Starte ich den rpi2 Prozess wieder gehen alle Relaise auf true/false.
                                3.) Wenn ich bei Ausgang = Ausgang 4 GPIOs der Relais 1-4 auf true stelle und 4 GPIOs der Relaise 5 - 8 auf false und dann die Instanz rpi2 neu starte werden erstmal alle Ausgänge auf true gesetzt und die GPIOs der Relais 1 - 4 bleiben true und die GPIOs der Relais 5 - 8 gehen true/false. Die GPIOs der Relais 5 - 8 werden somit auch erstmal falsch auf true gesetzt.
                                Meine Relaise sind true wenn an den GPIOs 3,3V anliegen. So ist es Standard beim Raspie.

                                Bei den Eingängen ist es bei mir tatsächlich so, dass ein mit 3,3V dauerhaft auf true gesetzter Eingang manchmal für eine ganze Zeit lang nach Reboot vom Raspie oder der rpi2 Instanz als false im Objekt ansteht. Das ändert sich komischerweise erst wenn irgendein Trigger anliegt. Ich hab das bisher nur in den Objekten beobachtet. Trigger kann eine geschaltete Neonröhre oder ein Login über die App sein.
                                Ev. könnte ich da ja mal den Status mit pinctrl im Raspi selbst abfragen.

                                Ich kann das leider nur schlecht beschreiben da es nicht sauber nachvollziehbar ist.

                                S 1 Reply Last reply
                                1
                                • GarfonsoG Garfonso

                                  @dock07 said in Test Adapter rpi2 2.x:

                                  Ich denke ich liege richtig mit der Vermutung das rpi2 mit dem kurzem false true false genau diesen definierten Startwert erzeugt?

                                  Nein, es gibt kein false / true / false. Zumindest nicht im Adaptercode.

                                  Du kannst im Adapter für einen Ausgang einstellen, ob er nur ein "Ausgang" ein "Ausgant, Startwert 0" oder ein "Ausgang, Startwert 1" ist. Bei nur "Ausgang" macht der Adapter beim start gar nichts (bzw. neuerdings fragt er beim System an, welchen Zustand der Ausgang hat und setzt den in iobroker). Bei "Startwert 0" bzw. "Startwert 1" wird fest dieser Wert beim Adapter-Start gesetzt.

                                  Mehr kann ich an der Stelle nicht tun.
                                  Mir ist irgendwie unklar, ob da was anderes im System an den GPIOs was schaltet... aber eigentlich müsste das dann auch ohne Adapter passieren. Oder es liegt an der node-Bibliothek, aber da hab ich bisher auch nichts zu gefunden, im Code oder der Beschreibung.

                                  Bei den Eingängen gibt es einen User, der berichtet, dass die am Anfang noch falsche Werte liefern. Das kann ich hier auch nicht nachstellen...

                                  @dock07 said in Test Adapter rpi2 2.x:

                                  Wichtig ist halt für mich das die GPIOs die Füße bei reboot still halten und ein false, oder von mir aus auch Null, ausgeben. Danach schalten die o.g. Javascripts die GPIOs sauber auf true und später auch auf false.

                                  Hm.. das deutet darauf hin, dass es vielleicht doch ein Problem mit den Eingängen sein kann?

                                  D Offline
                                  D Offline
                                  dock07
                                  wrote on last edited by
                                  #494

                                  @garfonso leider keine Verbesserung in 2.4 bei Start des Adapters.
                                  ich fasse meine Probleme noch mal zusammen:
                                  "Ausgang Anfangswert 0" Adapter startet GPIO mit false true false
                                  "Ausgang" Adapter startet GPIO mit true
                                  ohne Initialisierung der GPIOs durch den Adapter startet Bookworm auf Rasp.4 die Ausgänge mit null/false, genau so wie es sein soll.

                                  1 Reply Last reply
                                  0
                                  • GarfonsoG Garfonso

                                    @dock07 said in Test Adapter rpi2 2.x:

                                    Ich denke ich liege richtig mit der Vermutung das rpi2 mit dem kurzem false true false genau diesen definierten Startwert erzeugt?

                                    Nein, es gibt kein false / true / false. Zumindest nicht im Adaptercode.

                                    Du kannst im Adapter für einen Ausgang einstellen, ob er nur ein "Ausgang" ein "Ausgant, Startwert 0" oder ein "Ausgang, Startwert 1" ist. Bei nur "Ausgang" macht der Adapter beim start gar nichts (bzw. neuerdings fragt er beim System an, welchen Zustand der Ausgang hat und setzt den in iobroker). Bei "Startwert 0" bzw. "Startwert 1" wird fest dieser Wert beim Adapter-Start gesetzt.

                                    Mehr kann ich an der Stelle nicht tun.
                                    Mir ist irgendwie unklar, ob da was anderes im System an den GPIOs was schaltet... aber eigentlich müsste das dann auch ohne Adapter passieren. Oder es liegt an der node-Bibliothek, aber da hab ich bisher auch nichts zu gefunden, im Code oder der Beschreibung.

                                    Bei den Eingängen gibt es einen User, der berichtet, dass die am Anfang noch falsche Werte liefern. Das kann ich hier auch nicht nachstellen...

                                    @dock07 said in Test Adapter rpi2 2.x:

                                    Wichtig ist halt für mich das die GPIOs die Füße bei reboot still halten und ein false, oder von mir aus auch Null, ausgeben. Danach schalten die o.g. Javascripts die GPIOs sauber auf true und später auch auf false.

                                    Hm.. das deutet darauf hin, dass es vielleicht doch ein Problem mit den Eingängen sein kann?

                                    HasontH Offline
                                    HasontH Offline
                                    Hasont
                                    wrote on last edited by Hasont
                                    #495

                                    @garfonso
                                    Hallo Garfonso,

                                    ich habe die 2.4 jetzt auch zum testen installiert?
                                    Habe wie dock07 keine Änderung zur 2.3.2 bei dem Startverhalten festgestellt.
                                    Auch mein dauerhaft auf 3,3V gelegter Eingang GPIO17 ist erst false und wird erst später true.
                                    Edit 11.03.25
                                    Input.jpg
                                    Der Eingang blieb über 20min auf false obwohl eindeutig true.
                                    Habe das 10 mal wiederholt. 9 mal falsch. Sobald ich die 3,3V wegnehme und wieder anlege funktioniert es sofort.
                                    Nur beim Start der rpi2 Instanz und bereits vorher angelegten 3,3V wird der falsche Wert false anstatt true angezeigt.
                                    Das ist auch auf allen meinen Eingängen so.
                                    Wenn ich was testen soll sag Bescheid.

                                    LG
                                    Horst

                                    1 Reply Last reply
                                    0
                                    • GarfonsoG Garfonso

                                      @searcher57
                                      Hi,
                                      danke für das Log. Könntest du den rpi2 adapter auf debug umstellen und mir dann nochmal ein log vom neustart geben? (der sollte beim umstellen direkt neugestartet werden, sonst bitte von Hand).

                                      Irgendwie ist mir noch nicht klar, warum das GPIO Objekt da undefined ist.

                                      S Online
                                      S Online
                                      searcher57
                                      wrote on last edited by
                                      #496

                                      @garfonso said in Test Adapter rpi2 2.x:

                                      @searcher57
                                      Hi,
                                      danke für das Log. Könntest du den rpi2 adapter auf debug umstellen und mir dann nochmal ein log vom neustart geben? (der sollte beim umstellen direkt neugestartet werden, sonst bitte von Hand).

                                      Irgendwie ist mir noch nicht klar, warum das GPIO Objekt da undefined ist.

                                      Hallo,
                                      der Adapter lief jetzt 8 Monate ohne Probleme. Doch seitdem ich gestern ein update und ein upgrade gemacht habe, hängt er schon wieder. Ich weiss nicht, ob sich schon jemand bei Dir diesbezüglich gemeldet hat.

                                      Hier das aktuelle Log:
                                      20c5827f-c229-4d6c-8c06-cb560daea91c-grafik.png

                                      das aktuelle iob diag:

                                      
                                      ```bash
                                      Script v.2025-02-23
                                      
                                      *** BASE SYSTEM ***
                                       Static hostname: Raspi58GB
                                             Icon name: computer
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                                Kernel: Linux 6.12.25+rpt-rpi-2712
                                          Architecture: arm64
                                      OS is similar to:
                                      
                                      Model           : Raspberry Pi 5 Model B Rev 1.0
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : aarch64
                                      Userland        : 64 bit
                                      
                                      Systemuptime and Load:
                                       14:43:09 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                      CPU threads: 4
                                      
                                      
                                      *** LIFE CYCLE STATUS ***
                                      Operating System is the current Debian stable version codenamed 'bookworm'!
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      No throttling issues detected.
                                      
                                      *** TIME AND TIMEZONES ***
                                                     Local time: Fri 2025-05-16 14:43:09 CEST
                                                 Universal time: Fri 2025-05-16 12:43:09 UTC
                                                       RTC time: Fri 2025-05-16 12:43:09
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** Users and Groups ***
                                      User that called 'iob diag':
                                      pi
                                      HOME=/home/pi
                                      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                      
                                      User that is running 'js-controller':
                                      iobroker
                                      HOME=/home/iobroker
                                      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                      
                                      *** DISPLAY-SERVER SETUP ***
                                      Display-Server: false
                                      Desktop:
                                      Terminal:       tty
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            8.4G        3.3G        1.1G        5.6M        4.1G        5.1G
                                      Swap:           209M          0B        209M
                                      Total:          8.7G        3.3G        1.3G
                                      
                                      Active iob-Instances:   30
                                      
                                               8051 M total memory
                                               3189 M used memory
                                               3148 M active memory
                                               3357 M inactive memory
                                               1025 M free memory
                                                197 M buffer memory
                                               3741 M swap cache
                                                199 M total swap
                                                  0 M used swap
                                                199 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 14:43:10 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                      Tasks: 196 total,   1 running, 195 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :   8051.8 total,   1025.6 free,   3189.4 used,   3939.1 buff/cache
                                      MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4862.4 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT LOAD ACTIVE SUB DESCRIPTION
                                      0 loaded units listed.
                                      
                                      
                                      *** DMESG CRITICAL ERRORS ***
                                      No critical errors detected
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                      tmpfs          tmpfs     806M  5.4M  800M   1% /run
                                      /dev/mmcblk0p2 ext4       59G   12G   44G  21% /
                                      tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                      /dev/sda1      exfat      29G  7.2G   22G  25% /mnt/usb0
                                      /dev/mmcblk0p1 vfat      510M   66M  445M  13% /boot/firmware
                                      tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Thu May 15 17:24:44 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave  smsc95xx.macaddr=2C:CF:67:2F:A6:31 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=tty1 console=ttyAMA10,115200 root=PARTUUID=70767922-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [Thu May 15 17:24:48 2025] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                      [Thu May 15 17:24:51 2025] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                      
                                      Show mounted filesystems:
                                      TARGET           SOURCE         FSTYPE OPTIONS
                                      /                /dev/mmcblk0p2 ext4   rw,noatime
                                      |-/mnt/usb0      /dev/sda1      exfat  rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                                      `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      1.7G    /var/
                                      1.1G    /var/log/journal/61b86e93a3bd4c4e97ff911079b6083e
                                      1.1G    /var/log/journal
                                      1.1G    /var/log
                                      209M    /var/cache
                                      
                                      Archived and active journals take up 1.0G in the file system.
                                      
                                      /opt/iobroker/backups:
                                      321M    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      1.4G    /opt/iobroker/iobroker-data/
                                      1.2G    /opt/iobroker/iobroker-data/files
                                      617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                      560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                      
                                      The five largest files in iobroker-data are:
                                      46M     /opt/iobroker/iobroker-data/objects.jsonl
                                      38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                      35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                      26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      No Devices found 'by-id'
                                      
                                      *** ZigBee Settings ***
                                      Zigbee Network Settings on your coordinator/in nvbackup are:
                                      
                                      zigbee.X
                                      Extended Pan ID:
                                      *** MASKED ***
                                      Pan ID:
                                      *** MASKED ***
                                      Channel:
                                      *** MASKED ***
                                      Network Key:
                                      *** MASKED ***
                                      
                                      To unmask the settings run 'iob diag --unmask'
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v20.19.2
                                      /usr/bin/node           v20.19.2
                                      /usr/bin/npm            10.8.2
                                      /usr/bin/npx            10.8.2
                                      /usr/bin/corepack       0.31.0
                                      
                                      nodejs:
                                        Installed: 20.19.2-1nodesource1
                                        Candidate: 20.19.2-1nodesource1
                                        Version table:
                                       *** 20.19.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           20.19.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.19.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.18.3-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.18.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.18.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.17.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.16.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.15.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.15.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.14.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.13.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.13.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.12.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.12.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.12.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.11.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.11.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.10.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.9.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.8.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.8.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.7.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.6.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.6.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.5.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.5.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.4.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.3.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.3.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.2.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.1.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.0.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           18.19.0+dfsg-6~deb12u2 500
                                              500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                           18.19.0+dfsg-6~deb12u1 500
                                              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                      
                                      Temp directories causing deletion problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Hosts:
                                      Raspi58GB           Raspi58GB (version: 7.0.6, hostname: Raspi58GB     , alive, uptime: 75787)
                                      
                                      Core adapters versions
                                      js-controller:  7.0.6
                                      admin:          7.6.3
                                      javascript:     8.8.3
                                      
                                      nodejs modules from github:     0
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : Raspi58GB                                -  enabled
                                        system.adapter.alias-manager.0          : alias-manager         : Raspi58GB                                - disabled
                                      + system.adapter.awtrix-light.0           : awtrix-light          : Raspi58GB                                -  enabled
                                      + system.adapter.backitup.0               : backitup              : Raspi58GB                                -  enabled
                                      + system.adapter.broadlink2.0             : broadlink2            : Raspi58GB                                -  enabled
                                        system.adapter.devices.0                : devices               : Raspi58GB                                - disabled
                                      + system.adapter.discovery.0              : discovery             : Raspi58GB                                -  enabled
                                      + system.adapter.doorbird.0               : doorbird              : Raspi58GB                                -  enabled
                                      + system.adapter.echarts.0                : echarts               : Raspi58GB                                -  enabled
                                      + system.adapter.followthesun.0           : followthesun          : Raspi58GB                                -  enabled
                                      + system.adapter.fritzdect.0              : fritzdect             : Raspi58GB                                -  enabled
                                      + system.adapter.frontier_silicon.0       : frontier_silicon      : Raspi58GB                                -  enabled
                                        system.adapter.frontier_silicon.1       : frontier_silicon      : Raspi58GB                                - disabled
                                        system.adapter.frontier_silicon.2       : frontier_silicon      : Raspi58GB                                - disabled
                                        system.adapter.frontier_silicon.3       : frontier_silicon      : Raspi58GB                                - disabled
                                      + system.adapter.hm-rega.0                : hm-rega               : Raspi58GB                                -  enabled
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                      + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                      + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                      + system.adapter.iot.0                    : iot                   : Raspi58GB                                -  enabled
                                      + system.adapter.javascript.0             : javascript            : Raspi58GB                                -  enabled
                                      + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.openweathermap.0         : openweathermap        : Raspi58GB                                -  enabled
                                      + system.adapter.rpi2.0                   : rpi2                  : Raspi58GB                                -  enabled
                                      + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      + system.adapter.smartmeter.0             : smartmeter            : Raspi58GB                                -  enabled
                                      + system.adapter.tankerkoenig.0           : tankerkoenig          : Raspi58GB                                -  enabled
                                      + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.text2command.0           : text2command          : Raspi58GB                                -  enabled
                                      + system.adapter.tr-064.0                 : tr-064                : Raspi58GB                                -  enabled
                                      + system.adapter.vis-2.0                  : vis-2                 : Raspi58GB                                -  enabled
                                      + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.yr.0                     : yr                    : Raspi58GB                                -  enabled
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                      + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                      + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                      + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      ioBroker-Repositories
                                      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                      │ (index) │ name     │ url                                                     │ auto upgrade │
                                      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                      │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                      
                                      Active repo(s): stable
                                      Upgrade policy: none
                                      
                                      Installed ioBroker-Adapters
                                      Used repository: stable
                                      Adapter    "admin"        : 7.6.3    , installed 7.6.3
                                      Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                      Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                      Adapter    "awtrix-light" : 1.7.0    , installed 1.7.0
                                      Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                      Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                      Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                      Adapter    "doorbird"     : 3.0.0    , installed 3.0.0
                                      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                      Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                                      Adapter    "fritzdect"    : 2.6.1    , installed 2.6.1
                                      Adapter    "frontier_silicon": 0.4.0 , installed 0.4.0
                                      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                      Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                      Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                      Controller "js-controller": 7.0.6    , installed 7.0.6
                                      Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                      Adapter    "openweathermap": 1.1.2   , installed 1.1.2
                                      Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                      Adapter    "shelly"       : 9.2.0    , installed 9.2.0
                                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                      Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                      Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                                      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                      Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                      Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                      Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                      Adapter    "web"          : 7.0.8    , installed 7.0.8
                                      Adapter    "ws"           : 2.6.2    , installed 3.0.19
                                      Adapter    "yr"           : 5.3.0    , installed 5.3.0
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        13149
                                      States:         10485
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                                      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                      Hit:4 https://repos.influxdata.com/debian stable InRelease
                                      Hit:5 http://archive.raspberrypi.com/debian bookworm InRelease
                                      Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                                      Hit:7 https://repo.mosquitto.org/debian bookworm InRelease
                                      Reading package lists...
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Active Internet connections (only servers)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                      tcp        0      0 192.168.178.57:8100     0.0.0.0:*               LISTEN      1001       33015      8448/io.doorbird.0
                                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       963839     36337/io.shelly.1
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      106        4458       808/mosquitto
                                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       26626      6013/iobroker.js-co
                                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       25031      6013/iobroker.js-co
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6560       812/sshd: /usr/sbin
                                      tcp        0      0 192.168.178.57:2001     0.0.0.0:*               LISTEN      1001       28780      6911/io.hm-rpc.1
                                      tcp        0      0 192.168.178.57:42010    0.0.0.0:*               LISTEN      1001       28093      6835/io.hm-rpc.0
                                      tcp6       0      0 :::1883                 :::*                    LISTEN      106        4459       808/mosquitto
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          6562       812/sshd: /usr/sbin
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      999        8159       875/influxd
                                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       34549      9274/io.simple-api.
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       26719      6045/io.admin.0
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       36962      9420/io.web.0
                                      udp        0      0 0.0.0.0:39134           0.0.0.0:*                           1001       27094      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:60044           0.0.0.0:*                           1001       27095      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27091      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:56453           0.0.0.0:*                           1001       27103      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:48376           0.0.0.0:*                           1001       27098      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:40380           0.0.0.0:*                           1001       27096      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:56933           0.0.0.0:*                           104        4418       693/avahi-daemon: r
                                      udp        0      0 0.0.0.0:45271           0.0.0.0:*                           1001       27097      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:49610           0.0.0.0:*                           1001       27101      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:54076           0.0.0.0:*                           1001       27099      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:37719           0.0.0.0:*                           1001       26259      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4416       693/avahi-daemon: r
                                      udp        0      0 0.0.0.0:50548           0.0.0.0:*                           1001       27100      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:38433           0.0.0.0:*                           1001       27102      6569/io.broadlink2.
                                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       963800     36322/io.shelly.0
                                      udp6       0      0 :::43364                :::*                                104        4419       693/avahi-daemon: r
                                      udp6       0      0 fe80::2ca:bf0f:5188:546 :::*                                0          7774       771/NetworkManager
                                      udp6       0      0 :::5353                 :::*                                104        4417       693/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2025-05-16 14:34:20.785  - info: host.Raspi58GB "system.adapter.rpi2.0" disabled
                                      2025-05-16 14:34:20.785  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 (force=false, process=true)
                                      2025-05-16 14:34:20.789  - info: rpi2.0 (39863) Got terminate signal TERMINATE_YOURSELF
                                      2025-05-16 14:34:20.790  - info: rpi2.0 (39863) terminating
                                      2025-05-16 14:34:20.791  - info: rpi2.0 (39863) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2025-05-16 14:34:20.833  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 send kill signal
                                      2025-05-16 14:34:21.290  - info: rpi2.0 (39863) terminating
                                      2025-05-16 14:34:21.329  - info: host.Raspi58GB instance system.adapter.rpi2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2025-05-16 14:34:29.501  - info: host.Raspi58GB "system.adapter.rpi2.0" enabled
                                      2025-05-16 14:34:30.023  - info: host.Raspi58GB instance system.adapter.rpi2.0 in version "2.4.0" started with pid 40276
                                      2025-05-16 14:34:30.834  - info: rpi2.0 (40276) starting. Version 2.4.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.19.2, js-controller: 7.0.6
                                      2025-05-16 14:34:31.075  - warn: rpi2.0 (40276) Cannot initialize GPIO: No chip found. GPIO functionality disabled!
                                      2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter.
                                      2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start.
                                      2025-05-16 14:38:38.630  - info: smartmeter.0 (7948) Received 13 values, 5 updated
                                      2025-05-16 14:40:58.024  - info: host.Raspi58GB instance system.adapter.yr.0 in version "5.3.0" started with pid 40455
                                      2025-05-16 14:40:58.986  - info: yr.0 (40455) starting. Version 5.3.0 in /opt/iobroker/node_modules/iobroker.yr, node: v20.19.2, js-controller: 7.0.6
                                      2025-05-16 14:40:58.996  - info: yr.0 (40455) longitude/longitude will be set by self-Config - longitude: 7.0362624235667255 latitude: 50.622376836807405
                                      2025-05-16 14:41:15.080  - info: yr.0 (40455) Data updated.
                                      2025-05-16 14:41:15.081  - info: yr.0 (40455) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2025-05-16 14:41:15.592  - info: host.Raspi58GB instance system.adapter.yr.0 having pid 40455 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2025-05-16 14:42:29.474  - error: host.Raspi58GB cannot call visUtils: Not exists
                                      
                                      
                                      S 1 Reply Last reply
                                      0
                                      • S searcher57

                                        @garfonso said in Test Adapter rpi2 2.x:

                                        @searcher57
                                        Hi,
                                        danke für das Log. Könntest du den rpi2 adapter auf debug umstellen und mir dann nochmal ein log vom neustart geben? (der sollte beim umstellen direkt neugestartet werden, sonst bitte von Hand).

                                        Irgendwie ist mir noch nicht klar, warum das GPIO Objekt da undefined ist.

                                        Hallo,
                                        der Adapter lief jetzt 8 Monate ohne Probleme. Doch seitdem ich gestern ein update und ein upgrade gemacht habe, hängt er schon wieder. Ich weiss nicht, ob sich schon jemand bei Dir diesbezüglich gemeldet hat.

                                        Hier das aktuelle Log:
                                        20c5827f-c229-4d6c-8c06-cb560daea91c-grafik.png

                                        das aktuelle iob diag:

                                        
                                        ```bash
                                        Script v.2025-02-23
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: Raspi58GB
                                               Icon name: computer
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.12.25+rpt-rpi-2712
                                            Architecture: arm64
                                        OS is similar to:
                                        
                                        Model           : Raspberry Pi 5 Model B Rev 1.0
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : aarch64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         14:43:09 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                        CPU threads: 4
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'bookworm'!
                                        
                                        *** RASPBERRY THROTTLING ***
                                        Current issues:
                                        No throttling issues detected.
                                        
                                        Previously detected issues:
                                        No throttling issues detected.
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Fri 2025-05-16 14:43:09 CEST
                                                   Universal time: Fri 2025-05-16 12:43:09 UTC
                                                         RTC time: Fri 2025-05-16 12:43:09
                                                        Time zone: Europe/Berlin (CEST, +0200)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        pi
                                        HOME=/home/pi
                                        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                        
                                        User that is running 'js-controller':
                                        iobroker
                                        HOME=/home/iobroker
                                        GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                        
                                        *** DISPLAY-SERVER SETUP ***
                                        Display-Server: false
                                        Desktop:
                                        Terminal:       tty
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            8.4G        3.3G        1.1G        5.6M        4.1G        5.1G
                                        Swap:           209M          0B        209M
                                        Total:          8.7G        3.3G        1.3G
                                        
                                        Active iob-Instances:   30
                                        
                                                 8051 M total memory
                                                 3189 M used memory
                                                 3148 M active memory
                                                 3357 M inactive memory
                                                 1025 M free memory
                                                  197 M buffer memory
                                                 3741 M swap cache
                                                  199 M total swap
                                                    0 M used swap
                                                  199 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 14:43:10 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                        Tasks: 196 total,   1 running, 195 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :   8051.8 total,   1025.6 free,   3189.4 used,   3939.1 buff/cache
                                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4862.4 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        0 loaded units listed.
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                        tmpfs          tmpfs     806M  5.4M  800M   1% /run
                                        /dev/mmcblk0p2 ext4       59G   12G   44G  21% /
                                        tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                        /dev/sda1      exfat      29G  7.2G   22G  25% /mnt/usb0
                                        /dev/mmcblk0p1 vfat      510M   66M  445M  13% /boot/firmware
                                        tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Thu May 15 17:24:44 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave  smsc95xx.macaddr=2C:CF:67:2F:A6:31 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=tty1 console=ttyAMA10,115200 root=PARTUUID=70767922-02 rootfstype=ext4 fsck.repair=yes rootwait
                                        [Thu May 15 17:24:48 2025] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                        [Thu May 15 17:24:51 2025] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                        
                                        Show mounted filesystems:
                                        TARGET           SOURCE         FSTYPE OPTIONS
                                        /                /dev/mmcblk0p2 ext4   rw,noatime
                                        |-/mnt/usb0      /dev/sda1      exfat  rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                                        `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        1.7G    /var/
                                        1.1G    /var/log/journal/61b86e93a3bd4c4e97ff911079b6083e
                                        1.1G    /var/log/journal
                                        1.1G    /var/log
                                        209M    /var/cache
                                        
                                        Archived and active journals take up 1.0G in the file system.
                                        
                                        /opt/iobroker/backups:
                                        321M    /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        1.4G    /opt/iobroker/iobroker-data/
                                        1.2G    /opt/iobroker/iobroker-data/files
                                        617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                        560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                        558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                        
                                        The five largest files in iobroker-data are:
                                        46M     /opt/iobroker/iobroker-data/objects.jsonl
                                        38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                        35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                        27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                        26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        No Devices found 'by-id'
                                        
                                        *** ZigBee Settings ***
                                        Zigbee Network Settings on your coordinator/in nvbackup are:
                                        
                                        zigbee.X
                                        Extended Pan ID:
                                        *** MASKED ***
                                        Pan ID:
                                        *** MASKED ***
                                        Channel:
                                        *** MASKED ***
                                        Network Key:
                                        *** MASKED ***
                                        
                                        To unmask the settings run 'iob diag --unmask'
                                        
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v20.19.2
                                        /usr/bin/node           v20.19.2
                                        /usr/bin/npm            10.8.2
                                        /usr/bin/npx            10.8.2
                                        /usr/bin/corepack       0.31.0
                                        
                                        nodejs:
                                          Installed: 20.19.2-1nodesource1
                                          Candidate: 20.19.2-1nodesource1
                                          Version table:
                                         *** 20.19.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             20.19.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.3-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.11.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.8.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.6.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.3.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             18.19.0+dfsg-6~deb12u2 500
                                                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                             18.19.0+dfsg-6~deb12u1 500
                                                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        Raspi58GB           Raspi58GB (version: 7.0.6, hostname: Raspi58GB     , alive, uptime: 75787)
                                        
                                        Core adapters versions
                                        js-controller:  7.0.6
                                        admin:          7.6.3
                                        javascript:     8.8.3
                                        
                                        nodejs modules from github:     0
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : Raspi58GB                                -  enabled
                                          system.adapter.alias-manager.0          : alias-manager         : Raspi58GB                                - disabled
                                        + system.adapter.awtrix-light.0           : awtrix-light          : Raspi58GB                                -  enabled
                                        + system.adapter.backitup.0               : backitup              : Raspi58GB                                -  enabled
                                        + system.adapter.broadlink2.0             : broadlink2            : Raspi58GB                                -  enabled
                                          system.adapter.devices.0                : devices               : Raspi58GB                                - disabled
                                        + system.adapter.discovery.0              : discovery             : Raspi58GB                                -  enabled
                                        + system.adapter.doorbird.0               : doorbird              : Raspi58GB                                -  enabled
                                        + system.adapter.echarts.0                : echarts               : Raspi58GB                                -  enabled
                                        + system.adapter.followthesun.0           : followthesun          : Raspi58GB                                -  enabled
                                        + system.adapter.fritzdect.0              : fritzdect             : Raspi58GB                                -  enabled
                                        + system.adapter.frontier_silicon.0       : frontier_silicon      : Raspi58GB                                -  enabled
                                          system.adapter.frontier_silicon.1       : frontier_silicon      : Raspi58GB                                - disabled
                                          system.adapter.frontier_silicon.2       : frontier_silicon      : Raspi58GB                                - disabled
                                          system.adapter.frontier_silicon.3       : frontier_silicon      : Raspi58GB                                - disabled
                                        + system.adapter.hm-rega.0                : hm-rega               : Raspi58GB                                -  enabled
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                        + system.adapter.iot.0                    : iot                   : Raspi58GB                                -  enabled
                                        + system.adapter.javascript.0             : javascript            : Raspi58GB                                -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.openweathermap.0         : openweathermap        : Raspi58GB                                -  enabled
                                        + system.adapter.rpi2.0                   : rpi2                  : Raspi58GB                                -  enabled
                                        + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.smartmeter.0             : smartmeter            : Raspi58GB                                -  enabled
                                        + system.adapter.tankerkoenig.0           : tankerkoenig          : Raspi58GB                                -  enabled
                                        + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.text2command.0           : text2command          : Raspi58GB                                -  enabled
                                        + system.adapter.tr-064.0                 : tr-064                : Raspi58GB                                -  enabled
                                        + system.adapter.vis-2.0                  : vis-2                 : Raspi58GB                                -  enabled
                                        + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.yr.0                     : yr                    : Raspi58GB                                -  enabled
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        ioBroker-Repositories
                                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                        │ (index) │ name     │ url                                                     │ auto upgrade │
                                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                        
                                        Active repo(s): stable
                                        Upgrade policy: none
                                        
                                        Installed ioBroker-Adapters
                                        Used repository: stable
                                        Adapter    "admin"        : 7.6.3    , installed 7.6.3
                                        Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                        Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                        Adapter    "awtrix-light" : 1.7.0    , installed 1.7.0
                                        Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                        Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "doorbird"     : 3.0.0    , installed 3.0.0
                                        Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                        Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                                        Adapter    "fritzdect"    : 2.6.1    , installed 2.6.1
                                        Adapter    "frontier_silicon": 0.4.0 , installed 0.4.0
                                        Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                        Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                        Controller "js-controller": 7.0.6    , installed 7.0.6
                                        Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                        Adapter    "openweathermap": 1.1.2   , installed 1.1.2
                                        Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                        Adapter    "shelly"       : 9.2.0    , installed 9.2.0
                                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                        Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                        Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                                        Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                        Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                        Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                        Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                        Adapter    "web"          : 7.0.8    , installed 7.0.8
                                        Adapter    "ws"           : 2.6.2    , installed 3.0.19
                                        Adapter    "yr"           : 5.3.0    , installed 5.3.0
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        13149
                                        States:         10485
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:4 https://repos.influxdata.com/debian stable InRelease
                                        Hit:5 http://archive.raspberrypi.com/debian bookworm InRelease
                                        Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                                        Hit:7 https://repo.mosquitto.org/debian bookworm InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                        tcp        0      0 192.168.178.57:8100     0.0.0.0:*               LISTEN      1001       33015      8448/io.doorbird.0
                                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       963839     36337/io.shelly.1
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      106        4458       808/mosquitto
                                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       26626      6013/iobroker.js-co
                                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       25031      6013/iobroker.js-co
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6560       812/sshd: /usr/sbin
                                        tcp        0      0 192.168.178.57:2001     0.0.0.0:*               LISTEN      1001       28780      6911/io.hm-rpc.1
                                        tcp        0      0 192.168.178.57:42010    0.0.0.0:*               LISTEN      1001       28093      6835/io.hm-rpc.0
                                        tcp6       0      0 :::1883                 :::*                    LISTEN      106        4459       808/mosquitto
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          6562       812/sshd: /usr/sbin
                                        tcp6       0      0 :::8086                 :::*                    LISTEN      999        8159       875/influxd
                                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       34549      9274/io.simple-api.
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       26719      6045/io.admin.0
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       36962      9420/io.web.0
                                        udp        0      0 0.0.0.0:39134           0.0.0.0:*                           1001       27094      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:60044           0.0.0.0:*                           1001       27095      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27091      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:56453           0.0.0.0:*                           1001       27103      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:48376           0.0.0.0:*                           1001       27098      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:40380           0.0.0.0:*                           1001       27096      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:56933           0.0.0.0:*                           104        4418       693/avahi-daemon: r
                                        udp        0      0 0.0.0.0:45271           0.0.0.0:*                           1001       27097      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:49610           0.0.0.0:*                           1001       27101      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:54076           0.0.0.0:*                           1001       27099      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:37719           0.0.0.0:*                           1001       26259      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4416       693/avahi-daemon: r
                                        udp        0      0 0.0.0.0:50548           0.0.0.0:*                           1001       27100      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:38433           0.0.0.0:*                           1001       27102      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       963800     36322/io.shelly.0
                                        udp6       0      0 :::43364                :::*                                104        4419       693/avahi-daemon: r
                                        udp6       0      0 fe80::2ca:bf0f:5188:546 :::*                                0          7774       771/NetworkManager
                                        udp6       0      0 :::5353                 :::*                                104        4417       693/avahi-daemon: r
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2025-05-16 14:34:20.785  - info: host.Raspi58GB "system.adapter.rpi2.0" disabled
                                        2025-05-16 14:34:20.785  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 (force=false, process=true)
                                        2025-05-16 14:34:20.789  - info: rpi2.0 (39863) Got terminate signal TERMINATE_YOURSELF
                                        2025-05-16 14:34:20.790  - info: rpi2.0 (39863) terminating
                                        2025-05-16 14:34:20.791  - info: rpi2.0 (39863) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2025-05-16 14:34:20.833  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 send kill signal
                                        2025-05-16 14:34:21.290  - info: rpi2.0 (39863) terminating
                                        2025-05-16 14:34:21.329  - info: host.Raspi58GB instance system.adapter.rpi2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2025-05-16 14:34:29.501  - info: host.Raspi58GB "system.adapter.rpi2.0" enabled
                                        2025-05-16 14:34:30.023  - info: host.Raspi58GB instance system.adapter.rpi2.0 in version "2.4.0" started with pid 40276
                                        2025-05-16 14:34:30.834  - info: rpi2.0 (40276) starting. Version 2.4.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.19.2, js-controller: 7.0.6
                                        2025-05-16 14:34:31.075  - warn: rpi2.0 (40276) Cannot initialize GPIO: No chip found. GPIO functionality disabled!
                                        2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter.
                                        2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start.
                                        2025-05-16 14:38:38.630  - info: smartmeter.0 (7948) Received 13 values, 5 updated
                                        2025-05-16 14:40:58.024  - info: host.Raspi58GB instance system.adapter.yr.0 in version "5.3.0" started with pid 40455
                                        2025-05-16 14:40:58.986  - info: yr.0 (40455) starting. Version 5.3.0 in /opt/iobroker/node_modules/iobroker.yr, node: v20.19.2, js-controller: 7.0.6
                                        2025-05-16 14:40:58.996  - info: yr.0 (40455) longitude/longitude will be set by self-Config - longitude: 7.0362624235667255 latitude: 50.622376836807405
                                        2025-05-16 14:41:15.080  - info: yr.0 (40455) Data updated.
                                        2025-05-16 14:41:15.081  - info: yr.0 (40455) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2025-05-16 14:41:15.592  - info: host.Raspi58GB instance system.adapter.yr.0 having pid 40455 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2025-05-16 14:42:29.474  - error: host.Raspi58GB cannot call visUtils: Not exists
                                        
                                        
                                        S Online
                                        S Online
                                        searcher57
                                        wrote on last edited by
                                        #497

                                        @searcher57 said in Test Adapter rpi2 2.x:

                                        @garfonso said in Test Adapter rpi2 2.x:

                                        @searcher57
                                        Hi,
                                        danke für das Log. Könntest du den rpi2 adapter auf debug umstellen und mir dann nochmal ein log vom neustart geben? (der sollte beim umstellen direkt neugestartet werden, sonst bitte von Hand).

                                        Irgendwie ist mir noch nicht klar, warum das GPIO Objekt da undefined ist.

                                        Hallo,
                                        der Adapter lief jetzt 8 Monate ohne Probleme. Doch seitdem ich gestern ein update und ein upgrade gemacht habe, hängt er schon wieder. Ich weiss nicht, ob sich schon jemand bei Dir diesbezüglich gemeldet hat.

                                        Hier das aktuelle Log:
                                        20c5827f-c229-4d6c-8c06-cb560daea91c-grafik.png

                                        das aktuelle iob diag:

                                        
                                        ```bash
                                        Script v.2025-02-23
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: Raspi58GB
                                               Icon name: computer
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.12.25+rpt-rpi-2712
                                            Architecture: arm64
                                        OS is similar to:
                                        
                                        Model           : Raspberry Pi 5 Model B Rev 1.0
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : aarch64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         14:43:09 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                        CPU threads: 4
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'bookworm'!
                                        
                                        *** RASPBERRY THROTTLING ***
                                        Current issues:
                                        No throttling issues detected.
                                        
                                        Previously detected issues:
                                        No throttling issues detected.
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Fri 2025-05-16 14:43:09 CEST
                                                   Universal time: Fri 2025-05-16 12:43:09 UTC
                                                         RTC time: Fri 2025-05-16 12:43:09
                                                        Time zone: Europe/Berlin (CEST, +0200)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        pi
                                        HOME=/home/pi
                                        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                        
                                        User that is running 'js-controller':
                                        iobroker
                                        HOME=/home/iobroker
                                        GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                        
                                        *** DISPLAY-SERVER SETUP ***
                                        Display-Server: false
                                        Desktop:
                                        Terminal:       tty
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            8.4G        3.3G        1.1G        5.6M        4.1G        5.1G
                                        Swap:           209M          0B        209M
                                        Total:          8.7G        3.3G        1.3G
                                        
                                        Active iob-Instances:   30
                                        
                                                 8051 M total memory
                                                 3189 M used memory
                                                 3148 M active memory
                                                 3357 M inactive memory
                                                 1025 M free memory
                                                  197 M buffer memory
                                                 3741 M swap cache
                                                  199 M total swap
                                                    0 M used swap
                                                  199 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 14:43:10 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                        Tasks: 196 total,   1 running, 195 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :   8051.8 total,   1025.6 free,   3189.4 used,   3939.1 buff/cache
                                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4862.4 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        0 loaded units listed.
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                        tmpfs          tmpfs     806M  5.4M  800M   1% /run
                                        /dev/mmcblk0p2 ext4       59G   12G   44G  21% /
                                        tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                        /dev/sda1      exfat      29G  7.2G   22G  25% /mnt/usb0
                                        /dev/mmcblk0p1 vfat      510M   66M  445M  13% /boot/firmware
                                        tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Thu May 15 17:24:44 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave  smsc95xx.macaddr=2C:CF:67:2F:A6:31 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=tty1 console=ttyAMA10,115200 root=PARTUUID=70767922-02 rootfstype=ext4 fsck.repair=yes rootwait
                                        [Thu May 15 17:24:48 2025] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                        [Thu May 15 17:24:51 2025] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                        
                                        Show mounted filesystems:
                                        TARGET           SOURCE         FSTYPE OPTIONS
                                        /                /dev/mmcblk0p2 ext4   rw,noatime
                                        |-/mnt/usb0      /dev/sda1      exfat  rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                                        `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        1.7G    /var/
                                        1.1G    /var/log/journal/61b86e93a3bd4c4e97ff911079b6083e
                                        1.1G    /var/log/journal
                                        1.1G    /var/log
                                        209M    /var/cache
                                        
                                        Archived and active journals take up 1.0G in the file system.
                                        
                                        /opt/iobroker/backups:
                                        321M    /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        1.4G    /opt/iobroker/iobroker-data/
                                        1.2G    /opt/iobroker/iobroker-data/files
                                        617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                        560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                        558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                        
                                        The five largest files in iobroker-data are:
                                        46M     /opt/iobroker/iobroker-data/objects.jsonl
                                        38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                        35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                        27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                        26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        No Devices found 'by-id'
                                        
                                        *** ZigBee Settings ***
                                        Zigbee Network Settings on your coordinator/in nvbackup are:
                                        
                                        zigbee.X
                                        Extended Pan ID:
                                        *** MASKED ***
                                        Pan ID:
                                        *** MASKED ***
                                        Channel:
                                        *** MASKED ***
                                        Network Key:
                                        *** MASKED ***
                                        
                                        To unmask the settings run 'iob diag --unmask'
                                        
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v20.19.2
                                        /usr/bin/node           v20.19.2
                                        /usr/bin/npm            10.8.2
                                        /usr/bin/npx            10.8.2
                                        /usr/bin/corepack       0.31.0
                                        
                                        nodejs:
                                          Installed: 20.19.2-1nodesource1
                                          Candidate: 20.19.2-1nodesource1
                                          Version table:
                                         *** 20.19.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             20.19.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.3-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.11.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.8.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.6.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.3.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             18.19.0+dfsg-6~deb12u2 500
                                                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                             18.19.0+dfsg-6~deb12u1 500
                                                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        Raspi58GB           Raspi58GB (version: 7.0.6, hostname: Raspi58GB     , alive, uptime: 75787)
                                        
                                        Core adapters versions
                                        js-controller:  7.0.6
                                        admin:          7.6.3
                                        javascript:     8.8.3
                                        
                                        nodejs modules from github:     0
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : Raspi58GB                                -  enabled
                                          system.adapter.alias-manager.0          : alias-manager         : Raspi58GB                                - disabled
                                        + system.adapter.awtrix-light.0           : awtrix-light          : Raspi58GB                                -  enabled
                                        + system.adapter.backitup.0               : backitup              : Raspi58GB                                -  enabled
                                        + system.adapter.broadlink2.0             : broadlink2            : Raspi58GB                                -  enabled
                                          system.adapter.devices.0                : devices               : Raspi58GB                                - disabled
                                        + system.adapter.discovery.0              : discovery             : Raspi58GB                                -  enabled
                                        + system.adapter.doorbird.0               : doorbird              : Raspi58GB                                -  enabled
                                        + system.adapter.echarts.0                : echarts               : Raspi58GB                                -  enabled
                                        + system.adapter.followthesun.0           : followthesun          : Raspi58GB                                -  enabled
                                        + system.adapter.fritzdect.0              : fritzdect             : Raspi58GB                                -  enabled
                                        + system.adapter.frontier_silicon.0       : frontier_silicon      : Raspi58GB                                -  enabled
                                          system.adapter.frontier_silicon.1       : frontier_silicon      : Raspi58GB                                - disabled
                                          system.adapter.frontier_silicon.2       : frontier_silicon      : Raspi58GB                                - disabled
                                          system.adapter.frontier_silicon.3       : frontier_silicon      : Raspi58GB                                - disabled
                                        + system.adapter.hm-rega.0                : hm-rega               : Raspi58GB                                -  enabled
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                        + system.adapter.iot.0                    : iot                   : Raspi58GB                                -  enabled
                                        + system.adapter.javascript.0             : javascript            : Raspi58GB                                -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.openweathermap.0         : openweathermap        : Raspi58GB                                -  enabled
                                        + system.adapter.rpi2.0                   : rpi2                  : Raspi58GB                                -  enabled
                                        + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.smartmeter.0             : smartmeter            : Raspi58GB                                -  enabled
                                        + system.adapter.tankerkoenig.0           : tankerkoenig          : Raspi58GB                                -  enabled
                                        + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.text2command.0           : text2command          : Raspi58GB                                -  enabled
                                        + system.adapter.tr-064.0                 : tr-064                : Raspi58GB                                -  enabled
                                        + system.adapter.vis-2.0                  : vis-2                 : Raspi58GB                                -  enabled
                                        + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.yr.0                     : yr                    : Raspi58GB                                -  enabled
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                        + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        ioBroker-Repositories
                                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                        │ (index) │ name     │ url                                                     │ auto upgrade │
                                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                        
                                        Active repo(s): stable
                                        Upgrade policy: none
                                        
                                        Installed ioBroker-Adapters
                                        Used repository: stable
                                        Adapter    "admin"        : 7.6.3    , installed 7.6.3
                                        Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                        Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                        Adapter    "awtrix-light" : 1.7.0    , installed 1.7.0
                                        Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                        Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "doorbird"     : 3.0.0    , installed 3.0.0
                                        Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                        Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                                        Adapter    "fritzdect"    : 2.6.1    , installed 2.6.1
                                        Adapter    "frontier_silicon": 0.4.0 , installed 0.4.0
                                        Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                        Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                        Controller "js-controller": 7.0.6    , installed 7.0.6
                                        Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                        Adapter    "openweathermap": 1.1.2   , installed 1.1.2
                                        Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                        Adapter    "shelly"       : 9.2.0    , installed 9.2.0
                                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                        Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                        Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                                        Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                        Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                        Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                        Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                        Adapter    "web"          : 7.0.8    , installed 7.0.8
                                        Adapter    "ws"           : 2.6.2    , installed 3.0.19
                                        Adapter    "yr"           : 5.3.0    , installed 5.3.0
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        13149
                                        States:         10485
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:4 https://repos.influxdata.com/debian stable InRelease
                                        Hit:5 http://archive.raspberrypi.com/debian bookworm InRelease
                                        Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                                        Hit:7 https://repo.mosquitto.org/debian bookworm InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                        tcp        0      0 192.168.178.57:8100     0.0.0.0:*               LISTEN      1001       33015      8448/io.doorbird.0
                                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       963839     36337/io.shelly.1
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      106        4458       808/mosquitto
                                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       26626      6013/iobroker.js-co
                                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       25031      6013/iobroker.js-co
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6560       812/sshd: /usr/sbin
                                        tcp        0      0 192.168.178.57:2001     0.0.0.0:*               LISTEN      1001       28780      6911/io.hm-rpc.1
                                        tcp        0      0 192.168.178.57:42010    0.0.0.0:*               LISTEN      1001       28093      6835/io.hm-rpc.0
                                        tcp6       0      0 :::1883                 :::*                    LISTEN      106        4459       808/mosquitto
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          6562       812/sshd: /usr/sbin
                                        tcp6       0      0 :::8086                 :::*                    LISTEN      999        8159       875/influxd
                                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       34549      9274/io.simple-api.
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       26719      6045/io.admin.0
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       36962      9420/io.web.0
                                        udp        0      0 0.0.0.0:39134           0.0.0.0:*                           1001       27094      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:60044           0.0.0.0:*                           1001       27095      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27091      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:56453           0.0.0.0:*                           1001       27103      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:48376           0.0.0.0:*                           1001       27098      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:40380           0.0.0.0:*                           1001       27096      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:56933           0.0.0.0:*                           104        4418       693/avahi-daemon: r
                                        udp        0      0 0.0.0.0:45271           0.0.0.0:*                           1001       27097      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:49610           0.0.0.0:*                           1001       27101      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:54076           0.0.0.0:*                           1001       27099      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:37719           0.0.0.0:*                           1001       26259      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4416       693/avahi-daemon: r
                                        udp        0      0 0.0.0.0:50548           0.0.0.0:*                           1001       27100      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:38433           0.0.0.0:*                           1001       27102      6569/io.broadlink2.
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       963800     36322/io.shelly.0
                                        udp6       0      0 :::43364                :::*                                104        4419       693/avahi-daemon: r
                                        udp6       0      0 fe80::2ca:bf0f:5188:546 :::*                                0          7774       771/NetworkManager
                                        udp6       0      0 :::5353                 :::*                                104        4417       693/avahi-daemon: r
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2025-05-16 14:34:20.785  - info: host.Raspi58GB "system.adapter.rpi2.0" disabled
                                        2025-05-16 14:34:20.785  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 (force=false, process=true)
                                        2025-05-16 14:34:20.789  - info: rpi2.0 (39863) Got terminate signal TERMINATE_YOURSELF
                                        2025-05-16 14:34:20.790  - info: rpi2.0 (39863) terminating
                                        2025-05-16 14:34:20.791  - info: rpi2.0 (39863) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2025-05-16 14:34:20.833  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 send kill signal
                                        2025-05-16 14:34:21.290  - info: rpi2.0 (39863) terminating
                                        2025-05-16 14:34:21.329  - info: host.Raspi58GB instance system.adapter.rpi2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2025-05-16 14:34:29.501  - info: host.Raspi58GB "system.adapter.rpi2.0" enabled
                                        2025-05-16 14:34:30.023  - info: host.Raspi58GB instance system.adapter.rpi2.0 in version "2.4.0" started with pid 40276
                                        2025-05-16 14:34:30.834  - info: rpi2.0 (40276) starting. Version 2.4.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.19.2, js-controller: 7.0.6
                                        2025-05-16 14:34:31.075  - warn: rpi2.0 (40276) Cannot initialize GPIO: No chip found. GPIO functionality disabled!
                                        2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter.
                                        2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start.
                                        2025-05-16 14:38:38.630  - info: smartmeter.0 (7948) Received 13 values, 5 updated
                                        2025-05-16 14:40:58.024  - info: host.Raspi58GB instance system.adapter.yr.0 in version "5.3.0" started with pid 40455
                                        2025-05-16 14:40:58.986  - info: yr.0 (40455) starting. Version 5.3.0 in /opt/iobroker/node_modules/iobroker.yr, node: v20.19.2, js-controller: 7.0.6
                                        2025-05-16 14:40:58.996  - info: yr.0 (40455) longitude/longitude will be set by self-Config - longitude: 7.0362624235667255 latitude: 50.622376836807405
                                        2025-05-16 14:41:15.080  - info: yr.0 (40455) Data updated.
                                        2025-05-16 14:41:15.081  - info: yr.0 (40455) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2025-05-16 14:41:15.592  - info: host.Raspi58GB instance system.adapter.yr.0 having pid 40455 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2025-05-16 14:42:29.474  - error: host.Raspi58GB cannot call visUtils: Not exists
                                        
                                        

                                        Hi,
                                        also ich war nicht untätig und habe es auch mit einem Reserve-Pi 4 getestet, leider ohne Erfolg. Ich verstehe nicht, dass sonst niemand die Probleme hat.
                                        LG RWM

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • S searcher57

                                          @searcher57 said in Test Adapter rpi2 2.x:

                                          @garfonso said in Test Adapter rpi2 2.x:

                                          @searcher57
                                          Hi,
                                          danke für das Log. Könntest du den rpi2 adapter auf debug umstellen und mir dann nochmal ein log vom neustart geben? (der sollte beim umstellen direkt neugestartet werden, sonst bitte von Hand).

                                          Irgendwie ist mir noch nicht klar, warum das GPIO Objekt da undefined ist.

                                          Hallo,
                                          der Adapter lief jetzt 8 Monate ohne Probleme. Doch seitdem ich gestern ein update und ein upgrade gemacht habe, hängt er schon wieder. Ich weiss nicht, ob sich schon jemand bei Dir diesbezüglich gemeldet hat.

                                          Hier das aktuelle Log:
                                          20c5827f-c229-4d6c-8c06-cb560daea91c-grafik.png

                                          das aktuelle iob diag:

                                          
                                          ```bash
                                          Script v.2025-02-23
                                          
                                          *** BASE SYSTEM ***
                                           Static hostname: Raspi58GB
                                                 Icon name: computer
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                                    Kernel: Linux 6.12.25+rpt-rpi-2712
                                              Architecture: arm64
                                          OS is similar to:
                                          
                                          Model           : Raspberry Pi 5 Model B Rev 1.0
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : aarch64
                                          Userland        : 64 bit
                                          
                                          Systemuptime and Load:
                                           14:43:09 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                          CPU threads: 4
                                          
                                          
                                          *** LIFE CYCLE STATUS ***
                                          Operating System is the current Debian stable version codenamed 'bookworm'!
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          No throttling issues detected.
                                          
                                          *** TIME AND TIMEZONES ***
                                                         Local time: Fri 2025-05-16 14:43:09 CEST
                                                     Universal time: Fri 2025-05-16 12:43:09 UTC
                                                           RTC time: Fri 2025-05-16 12:43:09
                                                          Time zone: Europe/Berlin (CEST, +0200)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** Users and Groups ***
                                          User that called 'iob diag':
                                          pi
                                          HOME=/home/pi
                                          GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                          
                                          User that is running 'js-controller':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                          
                                          *** DISPLAY-SERVER SETUP ***
                                          Display-Server: false
                                          Desktop:
                                          Terminal:       tty
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            8.4G        3.3G        1.1G        5.6M        4.1G        5.1G
                                          Swap:           209M          0B        209M
                                          Total:          8.7G        3.3G        1.3G
                                          
                                          Active iob-Instances:   30
                                          
                                                   8051 M total memory
                                                   3189 M used memory
                                                   3148 M active memory
                                                   3357 M inactive memory
                                                   1025 M free memory
                                                    197 M buffer memory
                                                   3741 M swap cache
                                                    199 M total swap
                                                      0 M used swap
                                                    199 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 14:43:10 up 21:18,  2 users,  load average: 0.99, 0.39, 0.21
                                          Tasks: 196 total,   1 running, 195 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                          MiB Mem :   8051.8 total,   1025.6 free,   3189.4 used,   3939.1 buff/cache
                                          MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4862.4 avail Mem
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          
                                          *** DMESG CRITICAL ERRORS ***
                                          No critical errors detected
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                          tmpfs          tmpfs     806M  5.4M  800M   1% /run
                                          /dev/mmcblk0p2 ext4       59G   12G   44G  21% /
                                          tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                          tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                          /dev/sda1      exfat      29G  7.2G   22G  25% /mnt/usb0
                                          /dev/mmcblk0p1 vfat      510M   66M  445M  13% /boot/firmware
                                          tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Thu May 15 17:24:44 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave  smsc95xx.macaddr=2C:CF:67:2F:A6:31 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=tty1 console=ttyAMA10,115200 root=PARTUUID=70767922-02 rootfstype=ext4 fsck.repair=yes rootwait
                                          [Thu May 15 17:24:48 2025] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                          [Thu May 15 17:24:51 2025] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                          
                                          Show mounted filesystems:
                                          TARGET           SOURCE         FSTYPE OPTIONS
                                          /                /dev/mmcblk0p2 ext4   rw,noatime
                                          |-/mnt/usb0      /dev/sda1      exfat  rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                                          `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          1.7G    /var/
                                          1.1G    /var/log/journal/61b86e93a3bd4c4e97ff911079b6083e
                                          1.1G    /var/log/journal
                                          1.1G    /var/log
                                          209M    /var/cache
                                          
                                          Archived and active journals take up 1.0G in the file system.
                                          
                                          /opt/iobroker/backups:
                                          321M    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          1.4G    /opt/iobroker/iobroker-data/
                                          1.2G    /opt/iobroker/iobroker-data/files
                                          617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                          560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                          558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                          
                                          The five largest files in iobroker-data are:
                                          46M     /opt/iobroker/iobroker-data/objects.jsonl
                                          38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                          35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                          27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                          26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          No Devices found 'by-id'
                                          
                                          *** ZigBee Settings ***
                                          Zigbee Network Settings on your coordinator/in nvbackup are:
                                          
                                          zigbee.X
                                          Extended Pan ID:
                                          *** MASKED ***
                                          Pan ID:
                                          *** MASKED ***
                                          Channel:
                                          *** MASKED ***
                                          Network Key:
                                          *** MASKED ***
                                          
                                          To unmask the settings run 'iob diag --unmask'
                                          
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v20.19.2
                                          /usr/bin/node           v20.19.2
                                          /usr/bin/npm            10.8.2
                                          /usr/bin/npx            10.8.2
                                          /usr/bin/corepack       0.31.0
                                          
                                          nodejs:
                                            Installed: 20.19.2-1nodesource1
                                            Candidate: 20.19.2-1nodesource1
                                            Version table:
                                           *** 20.19.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                  100 /var/lib/dpkg/status
                                               20.19.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.18.3-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.18.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.18.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.18.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.17.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.16.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.15.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.15.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.14.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.13.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.13.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.12.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.12.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.12.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.11.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.11.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.10.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.9.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.8.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.8.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.7.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.6.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.6.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.5.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.5.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.4.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.3.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.3.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.2.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.1.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               20.0.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                               18.19.0+dfsg-6~deb12u2 500
                                                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                               18.19.0+dfsg-6~deb12u1 500
                                                  500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                          
                                          Temp directories causing deletion problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree: 0
                                          No problems detected
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Hosts:
                                          Raspi58GB           Raspi58GB (version: 7.0.6, hostname: Raspi58GB     , alive, uptime: 75787)
                                          
                                          Core adapters versions
                                          js-controller:  7.0.6
                                          admin:          7.6.3
                                          javascript:     8.8.3
                                          
                                          nodejs modules from github:     0
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.alexa2.0                 : alexa2                : Raspi58GB                                -  enabled
                                            system.adapter.alias-manager.0          : alias-manager         : Raspi58GB                                - disabled
                                          + system.adapter.awtrix-light.0           : awtrix-light          : Raspi58GB                                -  enabled
                                          + system.adapter.backitup.0               : backitup              : Raspi58GB                                -  enabled
                                          + system.adapter.broadlink2.0             : broadlink2            : Raspi58GB                                -  enabled
                                            system.adapter.devices.0                : devices               : Raspi58GB                                - disabled
                                          + system.adapter.discovery.0              : discovery             : Raspi58GB                                -  enabled
                                          + system.adapter.doorbird.0               : doorbird              : Raspi58GB                                -  enabled
                                          + system.adapter.echarts.0                : echarts               : Raspi58GB                                -  enabled
                                          + system.adapter.followthesun.0           : followthesun          : Raspi58GB                                -  enabled
                                          + system.adapter.fritzdect.0              : fritzdect             : Raspi58GB                                -  enabled
                                          + system.adapter.frontier_silicon.0       : frontier_silicon      : Raspi58GB                                -  enabled
                                            system.adapter.frontier_silicon.1       : frontier_silicon      : Raspi58GB                                - disabled
                                            system.adapter.frontier_silicon.2       : frontier_silicon      : Raspi58GB                                - disabled
                                            system.adapter.frontier_silicon.3       : frontier_silicon      : Raspi58GB                                - disabled
                                          + system.adapter.hm-rega.0                : hm-rega               : Raspi58GB                                -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                          + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                          + system.adapter.iot.0                    : iot                   : Raspi58GB                                -  enabled
                                          + system.adapter.javascript.0             : javascript            : Raspi58GB                                -  enabled
                                          + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                            system.adapter.openweathermap.0         : openweathermap        : Raspi58GB                                -  enabled
                                          + system.adapter.rpi2.0                   : rpi2                  : Raspi58GB                                -  enabled
                                          + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.smartmeter.0             : smartmeter            : Raspi58GB                                -  enabled
                                          + system.adapter.tankerkoenig.0           : tankerkoenig          : Raspi58GB                                -  enabled
                                          + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.text2command.0           : text2command          : Raspi58GB                                -  enabled
                                          + system.adapter.tr-064.0                 : tr-064                : Raspi58GB                                -  enabled
                                          + system.adapter.vis-2.0                  : vis-2                 : Raspi58GB                                -  enabled
                                          + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            system.adapter.yr.0                     : yr                    : Raspi58GB                                -  enabled
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : Raspi58GB                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : Raspi58GB                                -  enabled, port: 0
                                          + system.adapter.influxdb.0               : influxdb              : Raspi58GB                                -  enabled, port: 8086
                                          + system.adapter.mqtt.0                   : mqtt                  : Raspi58GB                                -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.shelly.0                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.shelly.1                 : shelly                : Raspi58GB                                -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.simple-api.0             : simple-api            : Raspi58GB                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.telegram.0               : telegram              : Raspi58GB                                -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.web.0                    : web                   : Raspi58GB                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │ name     │ url                                                     │ auto upgrade │
                                          ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                          │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                          └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): stable
                                          Upgrade policy: none
                                          
                                          Installed ioBroker-Adapters
                                          Used repository: stable
                                          Adapter    "admin"        : 7.6.3    , installed 7.6.3
                                          Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                          Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                          Adapter    "awtrix-light" : 1.7.0    , installed 1.7.0
                                          Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                          Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                          Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "doorbird"     : 3.0.0    , installed 3.0.0
                                          Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                          Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                                          Adapter    "fritzdect"    : 2.6.1    , installed 2.6.1
                                          Adapter    "frontier_silicon": 0.4.0 , installed 0.4.0
                                          Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                          Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                          Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                          Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                          Controller "js-controller": 7.0.6    , installed 7.0.6
                                          Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                          Adapter    "openweathermap": 1.1.2   , installed 1.1.2
                                          Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                          Adapter    "shelly"       : 9.2.0    , installed 9.2.0
                                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                          Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                          Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                                          Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                          Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                          Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                          Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                          Adapter    "web"          : 7.0.8    , installed 7.0.8
                                          Adapter    "ws"           : 2.6.2    , installed 3.0.19
                                          Adapter    "yr"           : 5.3.0    , installed 5.3.0
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        13149
                                          States:         10485
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://deb.debian.org/debian bookworm InRelease
                                          Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Hit:4 https://repos.influxdata.com/debian stable InRelease
                                          Hit:5 http://archive.raspberrypi.com/debian bookworm InRelease
                                          Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                                          Hit:7 https://repo.mosquitto.org/debian bookworm InRelease
                                          Reading package lists...
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 192.168.178.57:8100     0.0.0.0:*               LISTEN      1001       33015      8448/io.doorbird.0
                                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       963839     36337/io.shelly.1
                                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      106        4458       808/mosquitto
                                          tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       26626      6013/iobroker.js-co
                                          tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       25031      6013/iobroker.js-co
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6560       812/sshd: /usr/sbin
                                          tcp        0      0 192.168.178.57:2001     0.0.0.0:*               LISTEN      1001       28780      6911/io.hm-rpc.1
                                          tcp        0      0 192.168.178.57:42010    0.0.0.0:*               LISTEN      1001       28093      6835/io.hm-rpc.0
                                          tcp6       0      0 :::1883                 :::*                    LISTEN      106        4459       808/mosquitto
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          6562       812/sshd: /usr/sbin
                                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        8159       875/influxd
                                          tcp6       0      0 :::8087                 :::*                    LISTEN      1001       34549      9274/io.simple-api.
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       26719      6045/io.admin.0
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       36962      9420/io.web.0
                                          udp        0      0 0.0.0.0:39134           0.0.0.0:*                           1001       27094      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:60044           0.0.0.0:*                           1001       27095      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27091      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:56453           0.0.0.0:*                           1001       27103      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:48376           0.0.0.0:*                           1001       27098      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:40380           0.0.0.0:*                           1001       27096      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:56933           0.0.0.0:*                           104        4418       693/avahi-daemon: r
                                          udp        0      0 0.0.0.0:45271           0.0.0.0:*                           1001       27097      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:49610           0.0.0.0:*                           1001       27101      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:54076           0.0.0.0:*                           1001       27099      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:37719           0.0.0.0:*                           1001       26259      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4416       693/avahi-daemon: r
                                          udp        0      0 0.0.0.0:50548           0.0.0.0:*                           1001       27100      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:38433           0.0.0.0:*                           1001       27102      6569/io.broadlink2.
                                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       963800     36322/io.shelly.0
                                          udp6       0      0 :::43364                :::*                                104        4419       693/avahi-daemon: r
                                          udp6       0      0 fe80::2ca:bf0f:5188:546 :::*                                0          7774       771/NetworkManager
                                          udp6       0      0 :::5353                 :::*                                104        4417       693/avahi-daemon: r
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2025-05-16 14:34:20.785  - info: host.Raspi58GB "system.adapter.rpi2.0" disabled
                                          2025-05-16 14:34:20.785  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 (force=false, process=true)
                                          2025-05-16 14:34:20.789  - info: rpi2.0 (39863) Got terminate signal TERMINATE_YOURSELF
                                          2025-05-16 14:34:20.790  - info: rpi2.0 (39863) terminating
                                          2025-05-16 14:34:20.791  - info: rpi2.0 (39863) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2025-05-16 14:34:20.833  - info: host.Raspi58GB stopInstance system.adapter.rpi2.0 send kill signal
                                          2025-05-16 14:34:21.290  - info: rpi2.0 (39863) terminating
                                          2025-05-16 14:34:21.329  - info: host.Raspi58GB instance system.adapter.rpi2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2025-05-16 14:34:29.501  - info: host.Raspi58GB "system.adapter.rpi2.0" enabled
                                          2025-05-16 14:34:30.023  - info: host.Raspi58GB instance system.adapter.rpi2.0 in version "2.4.0" started with pid 40276
                                          2025-05-16 14:34:30.834  - info: rpi2.0 (40276) starting. Version 2.4.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.19.2, js-controller: 7.0.6
                                          2025-05-16 14:34:31.075  - warn: rpi2.0 (40276) Cannot initialize GPIO: No chip found. GPIO functionality disabled!
                                          2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter.
                                          2025-05-16 14:34:31.076  - warn: rpi2.0 (40276) If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start.
                                          2025-05-16 14:38:38.630  - info: smartmeter.0 (7948) Received 13 values, 5 updated
                                          2025-05-16 14:40:58.024  - info: host.Raspi58GB instance system.adapter.yr.0 in version "5.3.0" started with pid 40455
                                          2025-05-16 14:40:58.986  - info: yr.0 (40455) starting. Version 5.3.0 in /opt/iobroker/node_modules/iobroker.yr, node: v20.19.2, js-controller: 7.0.6
                                          2025-05-16 14:40:58.996  - info: yr.0 (40455) longitude/longitude will be set by self-Config - longitude: 7.0362624235667255 latitude: 50.622376836807405
                                          2025-05-16 14:41:15.080  - info: yr.0 (40455) Data updated.
                                          2025-05-16 14:41:15.081  - info: yr.0 (40455) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2025-05-16 14:41:15.592  - info: host.Raspi58GB instance system.adapter.yr.0 having pid 40455 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2025-05-16 14:42:29.474  - error: host.Raspi58GB cannot call visUtils: Not exists
                                          
                                          

                                          Hi,
                                          also ich war nicht untätig und habe es auch mit einem Reserve-Pi 4 getestet, leider ohne Erfolg. Ich verstehe nicht, dass sonst niemand die Probleme hat.
                                          LG RWM

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by Thomas Braun
                                          #498

                                          @searcher57 sagte in Test Adapter rpi2 2.x:

                                          2025-05-16 14:34:31.075 - warn: rpi2.0 (40276) Cannot initialize GPIO: No chip found. GPIO functionality disabled!
                                          2025-05-16 14:34:31.076 - warn: rpi2.0 (40276) Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter.
                                          2025-05-16 14:34:31.076 - warn: rpi2.0 (40276) If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start.

                                          Hast du das denn geprüft? Mit welchem Ergebnis?

                                          apt policy libgpio*
                                          cd /opt/iobroker/ && npm ls opengpio
                                          

                                          anschauen.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          S 1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          476

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe