2026-02-01 22:16:03 +08:00
2026-01-29 15:32:26 +08:00
2026-02-01 22:16:03 +08:00
2026-01-31 17:34:38 +08:00
2026-01-25 17:22:30 +08:00
2026-01-25 15:14:15 +08:00

WiFi天气微站

esp8266版天气信息显示设备

API接口

  1. /ping

  2. /status

  3. /weather /weather/?city=xxx&force=1

  4. /lcd

  5. /lcd/set, POST

  6. /exec, POST

    # read memory free
    > *curl -H "Content-Type: application/json" -X POST -d '{"cmd":"import gc;gc.collect();R=gc.mem_free()", "token":"c6b74200"}' http://192.168.99.194/exec*

    # reset
    > *curl -H "Content-Type: application/json" -X POST -d '{"cmd":"import machine; machine.reset()", "token":"c6b74200"}' http://192.168.99.194/exec*


## 参考资料
[MicroPython remote control: mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html)
Description
WS2是一款基于ESP8266的桌面气象站,能够实时显示天气信息、环境数据和时间
Readme 509 KiB
2026-02-08 09:38:45 +08:00
Languages
Python 83.5%
HTML 15.1%
Shell 1.4%