Skip to content

Instantly share code, notes, and snippets.

View Anashost's full-sized avatar
✔️

AnasHost Anashost

✔️
View GitHub Profile
@Anashost
Anashost / openwrt-extender-ip-setup-examples.md
Last active May 15, 2025 17:24
OpenWrt Wi-Fi Extender IP Configuration Examples

Router IP Setup Examples for OpenWrt Wi-Fi Extender

For each setup:

Main Router IP = IP of your current home/ISP router.

OpenWrt LAN IP = IP you assign to the OpenWrt device lan interface. Should be a different subnet.

OpenWrt WWAN IP = Static IP for OpenWrt to connect to the main router's Wi-Fi. Must not conflict with DHCP.

@Anashost
Anashost / Generic Thermostat Celsius.md
Last active April 18, 2025 01:29
Generic Thermostat Celsius
  • paste into Home Assistant configuration.yaml
climate:
  - platform: generic_thermostat
    name: Bath Thermostat
    heater: switch.plug_5_local
    target_sensor: sensor.bath_temperature
    min_temp: 5
 max_temp: 35