Skip to content

Instantly share code, notes, and snippets.

View M0LTE's full-sized avatar

Tom M0LTE M0LTE

View GitHub Profile
@M0LTE
M0LTE / gist:b1b45978db37ceeae299ff865923fd77
Created December 30, 2024 13:27
BM6 BLE battery voltage sensor esphome config
# credit https://github.com/JeffWDH/bm6-battery-monitor/blob/39bb89a095f0714d84d05e595099f28ec44647fe/ESPHome/bm6.yaml
# first you need to find the BLE mac address of the BM6:
esp32_ble_tracker:
text_sensor:
- platform: ble_scanner
name: "BLE Devices Scanner"
# read off the mac address in the esphome logs. Device name is just BM6
# then you can configure as follows:
@M0LTE
M0LTE / wifi-trixie.txt
Created August 24, 2024 16:38
Setting up Wi-Fi on Debian Trixie
nmcli con add con-name WiFi ifname wlan0 type wifi ssid foonet
nmcli con modify WiFi wifi-sec.key-mgmt wpa-psk
nmcli con modify WiFi wifi-sec.psk myownpassword
nmcli con up WiFi
@M0LTE
M0LTE / thames-water-smart-meter-consumption-data.md
Last active February 11, 2025 00:05
Thames Water smart meter consumption data

Goal

Read water consumption data from my Thames Water meter, so that I can feed it into Home Assistant, my smart home system of choice, for consumption monitoring.

Approaches

Read it via RF

This is most desirable; it's already smart.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.