Hi everyone,
Sorry in advance for asking trivial questions but I didn’t find specific information about the subject.
My purpose is to develop a simple scalable hardware architecture for energy saving.
HA is based on a raspberry pi 3 (4 in the future), I have some sensors (temperature, power meter) and some actuators (relays) connected to the HA.
HA installed : 10.5 through “Raspberry Pi Imager v1.7.5”.
Nowadays (first architecture), all is connected through the wifi network and HA is connected through Ethernet.
What is wrong : internet box is consuming a lot for nothing (my point of view) so we turn off before going to sleep and work.
Problem : when you do that with the first architecture, you lose every measures during that time. That’s an issue in the case where you want to monitor everything everytime.
What I want : make a “internet less” architecture by providing 2 wifi at home (one for computers etc “house box”) and one only for (sensors).
Sensors are configured to connect to the HA.
HA connects to the box if it’s powered. If not, no problem because it will continue to save data.
Mobile might connect to HA through builtin bluetooth in order to keep an eye where box is off.
What I know :
- BOX : Wifi is configurable on HA through the interface but it didn’t really work. However there is the SSH way to do it (advanced SSH doesn’t work but I read there are other add on). So I think I can manage to connect to the box ;
- Sensors : Same, wifi is configurable so I can manage to put in access point and sensors will be configured to connect to it ;
- Mobile : RPi 3 has builtin bluetooth, I saw there is a bluetooth integration in HA but it doesn’t fit my need (connect to smartphone for data). After mobile can be connected to the “sensors wifi”.
Questions :
- Does HA take multiple wifi access ?
- If so, is it possible to configure them as I said before (1 AP, 1 connect directly to the box) ?
- If a new sensor is detected on the AP, will it be directly added as with a classic wifi ?
- For bluetooth, does HA can be accessed through bluetooth or it is a just a gateway for sensors… ?
Future architecture schematic :
Thank you,
Simon