Skip to content

Commit

Permalink
Merge pull request #78 from floatplane/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
floatplane authored Sep 17, 2024
2 parents fc3bdb5 + 3580802 commit 9cbff3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 618 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ You can download the latest versions [here](https://nightly.link/floatplane/Mits
#### Should I use a SPIFFS or LittleFS version?
There are two incompatible filesystems for ESP8266/ESP32 - LittleFS and SPIFFS. LittleFS is the more modern filesystem and should be used by default. SPIFFS is supported for backwards compatibility when upgrading from older versions, but support will be removed at some point. If you know you need SPIFFS, use a firmware version with SPIFFS in the name. Don't worry, the upload page will try to warn you if you've picked incorrectly!

### Testing web changes locally
There's a simple webserver you can launch by running `scripts/webserver.rb`. It will render page templates with a fixed set of data, so it's not a true simulator - but it's helpful when iterating on frontend changes.

---
## Monitoring
MitsuQTT exposes a `/metrics.json` endpoint that can be used to directly interrogate the state of the hardware. You can connect this to a tool like [Uptime Kuma](https://github.com/louislam/uptime-kuma) to watch for changes and publish alerts:
Expand Down
Loading

0 comments on commit 9cbff3f

Please sign in to comment.