Hi ich komme selbst nicht mehr weiter und brauche eure Hilfe.
ich betreibe meinen Pi schon Länger mit Homebridge nun kommt es nach einem Verlust der Versorgungsspannung zu folgendem Problem.
Nichts funktioniert, kein Autorepair möglich
Im debug Mode kommt folgendes
pi@raspberrypi:~$ sudo killall homebridge
homebridge: no process found
pi@raspberrypi:~$ sudo homebridge -U /
root/.homebridge/
Initializing HAP-NodeJS v0.9.4.
[1/31/2022, 10:14:12 PM] There was a problem
reading your config.json file.
[1/31/2022, 10:14:12 PM] Please try pasting your
config.json file here to validate it: http://jsonlint.com
[1/31/2022, 10:14:12 PM]
SyntaxError: Unexpected end of JSON input
at JSON.parse(<anonymous>)
at Function.loadConfig(/usr/local/lib/
node_modules/homebridge/src/server.ts:212:21)
at new Server (/usr/local/lib/node_modules/
homebridge/src/server.ts:92:26)
at cli(/usr/local/lib/node_modules/homebridge/src/
cli.ts:79:18)
at Object.<anonymous>(/usr/local/lib/
node_modules/homebridge/bin/homebridge:17:22
at Module._compile (internal/modules/cjs/
loader.js:721:30)
at Object.Module.
extensions..js (internal/
modules/cjs/loader.js:732:10)
at Module.load (internal/modules/cjs/
loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/
loader.js:560:12)
at Function.Module._ load (internal/modules/cjs/
loader.js:552:3)
pi@raspberrypi:~$
Shell closed
Es scheint also an der config.Json zu liegen, habe daran aber nichts verändert, was kann ich tun ?