a544594769
- cabin_node: subscribes to local MQTT (ESPHome sensors), sends temperature, battery voltage/SOC and switch states over LoRa SF12 - cabin_gw: receives LoRa packets, publishes JSON to home MQTT broker - Bidirectional: gateway forwards ON/OFF commands from home HA to node - cabin_node always in RX mode (12V powered) — commands arrive instantly - ESPHome config for ESP32 on teknisk rom: Victron MPPT BLE + JBD BMS BLE + DS18B20 temperatures + GPIO switches for varme/VVB Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
619 B
Plaintext
16 lines
619 B
Plaintext
wifi_ssid: "din-wifi-ssid"
|
|
wifi_password: "din-wifi-passord"
|
|
mqtt_broker: "192.168.x.x" # lokal IP til HA/Mosquitto på hytta
|
|
mqtt_username: "mqtt"
|
|
mqtt_password: "ditt-mqtt-passord"
|
|
api_key: "" # generer i ESPHome UI
|
|
ota_password: "ota-passord"
|
|
|
|
victron_mac: "AA:BB:CC:DD:EE:FF" # finn i Victron Connect → enhet
|
|
victron_bindkey: "aabbccddeeff..." # Settings → Product info → Encryption key
|
|
|
|
jbd_mac: "AA:BB:CC:DD:EE:FF" # finn med BLE-scanner (nRF Connect e.l.)
|
|
|
|
ds18b20_indoor_addr: "0xAABBCCDDEEFF0028" # finn med dallas_temp i ESPHome
|
|
ds18b20_outdoor_addr: "0xAABBCCDDEEFF0128"
|