

Exactly.
My first personal e-mail way back in the 90s was with my ISP. Then I changed ISPs and saw the problem with that. So I moved to Yahoo.
Some years later, in the 00s I just decided to get my own, paid for, Internet domain and have my e-mail there, even though I could’ve carried on using Yahoo or get Google Mail (very popular amongst techies back then) for free. The main reason was that I realized I must made sure the e-mail address was MINE, not actually owned by somebody else with me allowed to use it under their conditions.
Twenty years later and guess it was pretty wise to not have my e-mail in the claws of “Definitelly Do Evil” Google.
Experience using and living with Tech, mainly once your understanding of it reaches the level of understanding systemic elements, naturally informs ones choices in Tech, and that often means chosing something else than the mass marketed “popular” stuff that’s designed to lock you in, sell you stuff or sell your attention to others and eavesdrop on you and sell your data.





Not the previous poster.
A simple ESP8266 module from AliExpress is less than $4 (an ESP12F module - which is the FCC certified one with most I/O ports available - is $2), can be programmed with Arduino, has WiFi and that is more than enough for wireless home automation peripherals that are not supposed to do lots of processing (it will still easilly fit a REST interface for automated control and even a web interface for user control alongside it).
That said, in order to power it unless you can somehow draw 3.3v from the device it’s attached to, you actually need more parts and that’ll add up to more than $4 unless you’re doing it with batteries (and design and assemble your own voltage regulator circuit which is not that hard and is cheap, or maybe get a slightly more expensive ESP module that comes with voltage regulation) - this works fine if your device sleeps most of the time and just wakes up once in a while to check some data from a server holding instructions for it. For an always one device, best IMHO to use a 3.3V wall power adaptor, which will cost at least $6 from AliExpress.
The power considerations apply exactly the same for ESP32s.