Comment on Do any of you use Raspberry Pi’s ?
random_character_a@lemmy.world 1 year ago
Home security system, VPN, DNS server with pihole.
Comment on Do any of you use Raspberry Pi’s ?
random_character_a@lemmy.world 1 year ago
Home security system, VPN, DNS server with pihole.
SirEDCaLot@lemmy.fmhy.net 1 year ago
security? For surveillance or something more?
random_character_a@lemmy.world 1 year ago
Wireless Z-wave module, door sensors, fire alarm, motion sensors, hidden on/off switch. Raspberry itself works as the camera and has motion detection if needed. Event notices are send using xmpp.
SirEDCaLot@lemmy.fmhy.net 1 year ago
Very interesting. So you basically have an alarm system in software then? What do you use for software? Do you have an arm/disarm function?
random_character_a@lemmy.world 1 year ago
Raspberry Z-wave module came with rudimentary software, that was just awful. Documentation and debug tools were utter crap and I never want to do that kind of trial and error bs ever again.
I basicly use the software to pass trigger events to linux and handle the timing and remote UI. Linux commandline clients then handle sending messages, capturing images/video and sending captured material to a cloud server.
Software allows remote control through webpage, that you can access either directly in LAN or through an obscure server that uses reverse SSH to get past your firewal.
I blocked the shady SSH connection and only use it directly through my VPN.