john30 / ebusd-esp32

Firmware for ESP32-C3 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
https://adapter.ebusd.eu/v5
23 stars 1 forks source link

Securing access to ebus when on WiFi #44

Open dulek opened 6 months ago

dulek commented 6 months ago

Hi,

I'm trying to figure out if it's possible to have some basic authentication configured, so that I can prevent random people on my network from being able to connect to the adapter with ebusd and potentially mess with my heating device. Can I do that or do I need to run a separate tight WiFi network just for my ebus adapter?

Thanks!

Koky05 commented 6 months ago

In configuration you have access control where you can specify login and password. IMG_20240110_072654

dulek commented 6 months ago

In configuration you have access control where you can specify login and password.

That's securing access to the adapter configuration, but not the ebus stream accessible by an ebusd instance.

Koky05 commented 6 months ago

I see, you need to create separate VPN for your eBUS and eBUS Deamon or use RPi and use USB direct connection (disable WiFi) then you can setup access level on eBUS Deamon layer.

dulek commented 6 months ago

I see, you need to create separate VPN for your eBUS and eBUS Deamon or use RPi and use USB direct connection (disable WiFi) then you can setup access level on eBUS Deamon layer.

Okay, that's what I thought, unfortunately. Thank you for confirmation!