[
自宅サーバーWebRing
┃
前
|ID=54
前後5表示
|
次
┃
乱移動
|
サイト一覧
]
このサイト内
書籍 DVD CD
Google(日本語)
Google(Web全体)
Google(イメージ)
Google(キャッシュ)
Yahoo! JAPAN
goo 英和
goo 和英
goo 国語
goo 新語
サイトマップ
リンク集
ダウンロード
フォーラム
Users Wiki
最新情報
TOP
»
UsersWiki
»
nao-pon
»
blog
» Source of nao-pon/blog/2022-09-22
|
List
Search
Recent
Help
Back to page
History
Referer
Print
Source of
ESP32 + ESPHome の Bluetooth Proxy で SwitchBot Mater
Source of
UsersWiki
:
nao-pon
/
blog
/
2022-09-22
View the
diff
.
Go to
nao-pon/blog/2022-09-22
.
#navi RIGHT:&rsslink(../); #boxdate * ESP32 + ESPHome の Bluetooth Proxy で SwitchBot Mater [#o4ddaff8] RIGHT:&tag(ESP32,ESPHome,Bluetooth,SwitchBot,HomeAssistant); [[Home Assistant 2022.9:https://www.home-assistant.io/blog/2022/09/07/release-20229/#bluetooth-everywhere]] から、ESPHome の [[Bluetooth Proxy:https://esphome.io/components/bluetooth_proxy.html]] が対応したので、今まで BLE Aadvertise を Listen して独自に処理していたものを、SwitchBot 統合を利用した方法に変更してみた。 手順はとても簡単。ESPHome の設定に "bluetooth_proxy:" を書き加えて、SwitchBot 統合を追加するだけで、自動的にデバイスを発見して追加してくれた。 素晴らしい! #ref(site://modules/xelfinder/index.php/view/47/220922-170734.png,left,mw:400,mh:400) Home Assistant で ESPHome の ESP32 が動いているなら、 esp32_ble_tracker: bluetooth_proxy: を追加するだけで、Bluetooth Proxy としても動作するので、対応した Bluetooth デバイスを気軽に追加できるようになった!本当に素晴らしい! ちなみに以前、独自に BLE Aadvertise を Listen していた設定は次のような感じ。 #code(yaml){{ sensor: - platform: template name: "$devicename Humidity" id: humidity0 unit_of_measurement: '%' accuracy_decimals: 0 icon: "mdi:water-percent" - platform: template name: "$devicename Temperature" id: temperature0 unit_of_measurement: '°C' accuracy_decimals: 1 icon: "mdi:thermometer" - platform: template name: "$devicename BT RSSI" id: rssi0 unit_of_measurement: 'dB' accuracy_decimals: 0 icon: "mdi:bluetooth" - platform: template name: "$devicename Battery" id: battery0 unit_of_measurement: '%' accuracy_decimals: 0 icon: "mdi:battery" esp32_ble_tracker: on_ble_advertise: - mac_address: f4:42:fa:xx:xx:xx then: - lambda: |- for (auto data : x.get_service_datas()) { if(data.data.size() == 6) { float temperature = (float)(data.data[4] & 0b01111111) + ((float)(data.data[3] & 0b00001111) / 10); if (!(data.data[4] & 0b10000000)) { temperature = -temperature; } int8_t humidity= data.data[5] & 0b01111111; int8_t battery = data.data[2] & 0b01111111; int8_t rssi=x.get_rssi(); id(humidity0).publish_state(humidity); id(temperature0).publish_state(temperature); id(rssi0).publish_state(rssi); id(battery0).publish_state(battery); } } }} RIGHT:&font(90%){&page_comments;}; #navi
Backup source of nao-pon/blog/2022-09-22(No. All)
Cur: 2022-09-22 (Thu) 17:15:12
nao-pon
Page Info
Page Name :
nao-pon/blog/2022-09-22
Page aliases :
None
Page owner :
nao-pon
Can Read
Groups :
All visitors
Users :
All visitors
Can Edit
Groups :
No one
Users :
ゲスト
Counter: 3925, today: 2, yesterday: 0
メインメニュー
ホーム
価格比較 百貨
UsersWiki
新規ページ作成
最新ページ一覧
全ページ一覧
全コメント一覧
ヘルプ
» 関連ページ
» 記述を見る
» 変更点を見る
» バックアップ一覧
» 添付ファイル一覧
» リンク元一覧
xpwiki
お問い合わせ
ファイルマネージャー
ログイン
ユーザー名:
パスワード:
パスワード紛失
|
新規登録
最近の更新
recent(20)
2023-05-14
nao-pon
/
gmap + gmap_street + gmap_insertmarker
nao-pon
/
googlemaps2
2023-03-22
PublicBlog
/
The Importance of QFP in PCB
2023-02-28
FrontPage
/
PCB terminology you must know
2023-01-20
nao-pon
/
blog
/
ESP8266 を壊してしまいました しかも続けて2回も
2022-09-22
nao-pon/blog/2022-09-22
2022-08-26
nao-pon
/
blog
/
独自ビルドの Tasmota を 12.1.1 へ
2022-08-19
nao-pon
/
blog
/
Zigbee + ZHA のメモ書き
2022-01-17
nao-pon
/
blog
/
HomeAssistant 統合の Tasmota-IRHVAC に貢献
2021-08-03
nao-pon
/
ファイル置き場
/
スペースサワダ
2021-07-01
nao-pon
/
blog
/
HomeAssistant 統合の Tasmota-IRHVAC の不具合修正
2021-06-20
nao-pon
/
blog
/
Tasmota を 9.4.0 から 9.5.0 へアップデート
2021-06-15
nao-pon
/
blog
/
ミンティア[MINTIA] で WiFi 6ボタンスイッチを作った
2021-04-27
PublicBlog
2021-03-17
nao-pon
/
blog
/
SwitchBot 温湿度計を ESP32 でモニタリング
2021-03-13
nao-pon
/
blog
/
東芝エアコンのエントリーモデルもWiFi化
2021-02-23
risoulaser
2021-02-18
nao-pon
/
blog
/
Panasonic (ナショナル) エアコンの 2008 年モデルも WiFi 化
2021-02-15
nao-pon
/
blog
/
Tasmota で HA 端子(JEM-A) 連携
2021-02-07
nao-pon
/
blog
/
Tasmota で三菱エアコンを完全コントロール
オンライン状況
1116 人のユーザが現在オンラインです。 (3 人のユーザが UsersWiki を参照しています。)
登録ユーザ: 0
ゲスト: 1116
もっと...
サイト情報