arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.29k stars 4.82k forks source link

Find3 integration possible #4113

Closed damylen closed 6 years ago

damylen commented 6 years ago

Has anyone looked into integration of Find3 scanner inside Tasmota? Having many tasmota's around the house this could really benefit a good internal positioning solution

Esp client: https://github.com/DatanoiseTV/esp-find3-client

Find3 info: https://www.internalpositioning.com/doc/

ascillato commented 6 years ago

Hi,

It is a nice idea, but will make your esp8266 to be in both modes AP and STATION consuming a lot more of energy due to the sleep function can not be used. Also, a lot of CPU power will be used managing both connections and several lags in the normal smart switch behaviour should occur.

I think, IMHO, that should be better to have a specific device and firmware for that.

andrethomas commented 6 years ago

I agree with @ascillato - This is not viable given that Tasmota is already running very tight code. Of course, you're welcome to fork the codebase and implement this on your own.

damylen commented 6 years ago

alright, thank you for your comments