The technology & security foundations of PiCockpit

I was asked to elaborate a bit about the security & technology foundations of PiCockpit. The parts which are involved PiCockpit consists of several parts: picockpit-client picockpit-frontend picockpit-backend picockpit-api (“papi”) the database the MQTT server the picockpit Package repository The MQTT server Data between the picockpit-frontend and picockpit-client is exchanged using the MQTT server (called…

Weiterlesen

secure command execution with Python: subprocess.Popen

Security is important for me while developing the picockpit-client. The following applies to Linux systems (but probably is applicable to all Unix like systems, including macOS) Python allows to run external commands using the subprocess module. import subprocess In the upcoming version of PiCockpit, users will be able to create their own buttons (simply editing…

Weiterlesen

HEIMAUTOMATISIERUNG MIT DEM RASPBERRY PI, FHEM UND Z-WAVE

Update: das Kit ist jetzt bei Pollin erhältlich, bitte klicken Sie hier um es zu kaufen. Viele Menschen träumen von einem automatischen zu-Hause – einem Haus, das die Heizung selbst einstellt, und hilft Heizkosten zu sparen. Intelligente Lampen die ausgehen wenn keiner im Zimmer ist.  Oder – umgekehrt zufällig an und ausgehen um im Urlaub…

Weiterlesen