Skip to content

Instantly share code, notes, and snippets.

esphome:
name: oil
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
@icyfire0573
icyfire0573 / Mismatched MQTT Status.md
Created October 20, 2022 01:25
Home Assistant - Public
Great Room Light Device debug info
Payload display
Attempt to parse MQTT messages as JSON
Show as YAML
Entities
Great Room Light (switch.great_room_light_device_switch)
MQTT discovery data:
Topic: homeassistant/switch/Great_Room-Fan_Light/switch/config
Payload
@icyfire0573
icyfire0573 / .config
Created October 16, 2022 11:19
Open WRT Build Config
#
# Automatically generated file; DO NOT EDIT.
# OpenWrt Configuration
#
CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
CONFIG_HOST_OS_LINUX=y
# CONFIG_HOST_OS_MACOS is not set
# CONFIG_TARGET_airoha is not set
# CONFIG_TARGET_sunxi is not set
@icyfire0573
icyfire0573 / a-Sonicpoint-Wrt.md
Last active April 13, 2023 13:12
Sonicwall SonicPoint ACe - OpenWRT installatoin

links

Post that started this all: https://forum.openwrt.org/t/experiences-with-sonicpoint-ace-with-openwrt/61456/2
Firmware building _guide_: https://github.com/tmn505/openwrt/blob/ace/README.md

Boot Env

Building on this article from gjcampbell about running Azure Functions on IIS, I set about trying to do this myself. I ran into enough issues based on the information provided that I decided to write my own article.

This work was based on standing up a plain Windows Server 20H2 VM.

Setup

  1. Download the "Azure Functions Host" binaries from Github. ( I downloaded 4.2.1 )
  2. Download the Dotnet Core Hosting package ( I downloaded dotnet-hosting-6.0.3-win.exe)
  3. Install IIS on Windows Server.
    1. I didn't know what I needed so I installed everything