串接遙控開關至 Home Assistant

一直有想要改造遠端開大門的想法,終於有時間弄拉! 目的: 不用實際上去按下對講機的開門按鈕,就可以打開樓下的大門 應用場景: 下大雨的天氣,先進到室內避雨為第一考量! 當人在廚房/廁所/陽台,只要手邊有遙控器或是手機,有人按門鈴可以第一時間開門! 忘記帶鑰匙時,至少可以先進到室內 物流士可以先將貨物放置一樓 一開始打算將韌體刷掉,非常直覺的就是將 UART 的 Tx Rx 先焊出來,直接用電腦 Seria Port Tasmota 線上燒錄上傳… 結果試了老半天,如何操作就是上傳不成功。 這時想說試試用 Ewelink APP 添加裝置,看能否從中發現可能刷機的蛛絲馬跡…從商店看到的 chip 型號是『PSF-B01』,可是從 APP 看到的韌體名稱卻寫著『CK-BL602-4SW-HS』….,估計是 costdown 把 chip 給換了,但商店圖片沒有更改… 放棄刷機了之後,請參考以下步驟接入 HA 將裝置與 ewelink APP 帳號綁定一起(並設置點動時間->繼電器動作後復歸) 透過 HACS 安裝外掛插件: SonoffLAN 取得裝置 devicekey & deviceid git clone https://github.com/Philiptpp/sonoff_registered_devices 按照 README 執行 (填入 ewelink 帳號/密碼) python sonoffDevices.py 查看輸出,並記錄該裝置 devicekey & deviceid 於 hass_config 目錄下編輯 configuration.yaml ...

May 29, 2024 · 1 min · Me

WT32-sc01 Plus

Home Assistant 的控制面板 Home Assistant 透過 HACS 新增 openHASP 整合 Go to Home Assistant > HACS > Integrations. Click the Explore & Add Repositories button. Search for openHASP and click on the openHasp logo. Click Install this repository in HACS. Note: To install the current unstable development version select the Main. Click Install Reboot Home-Assistant WT32-SC01 Plus 燒錄 openHASP (v7.0-rc4) Connect GPIO0 to GND before booting the devide Power-on or reset the ESP while GPIO0 is connected to GND Start the flash process esptool.py --port /dev/cu.usbmodem14201 erase_flash esptool.py --port /dev/cu.usbmodem14201 --baud 921600 write_flash 0x0 wt32-sc01-plus_full_16MB_v0.7.0-rc5_dd0c862.bin 按下 RST 按鈕,重新開機後配置 Wi-Fi ...

May 17, 2023 · 2 min · Me