Skip to content

Instantly share code, notes, and snippets.

View maxious's full-sized avatar
hack the planet

Alex Sadleir maxious

hack the planet
View GitHub Profile
@maxious
maxious / zigbee2mqtt_to_wow.py
Created January 24, 2021 08:00
Copy zigbee2mqtt weather sensor reading to Met Office/BOM WOW
import json
from datetime import datetime
import requests
import paho.mqtt.client as mqtt
from datetime import datetime
import json
import traceback
last_weather = None
@maxious
maxious / global_conf.json
Created February 3, 2021 11:14
helium AU915 global config for ic880a based lora concentrator
{
/* based on https://github.com/helium/sx1302_hal/blob/helium/hotspot/packet_forwarder/global_conf.json.sx1250.AU915 and https://github.com/TheThingsNetwork/gateway-conf/blob/master/AU-global_conf.json */
"SX1301_conf": {
"lorawan_public": true,
"clksrc": 1,
"clksrc_desc": "radio_1 provides clock to concentrator for most devices except MultiTech. For MultiTech set to 0.",
"antenna_gain": 0,
"antenna_gain_desc": "antenna gain, in dBi",
"radio_0": {
"enable": true,
@maxious
maxious / README.md
Last active June 9, 2024 11:51
HT625B Wind Meter Anemometer
@maxious
maxious / gist:25cc6bbee4c3c26969f1c28f7bf86af0
Created October 30, 2024 11:52
ESPHome LVGL example config for SenseCAP Indicator D1
substitutions:
name: esphome-web-95b0c8
friendly_name: ESPHome Web 95b0c8
esphome:
name: ${name}
friendly_name: ${friendly_name}
min_version: 2024.6.0
name_add_mac_suffix: false
platformio_options: