100%
wasteindicator Waste Indicator view
Description

Imported from GitHub: FunDeckHermit/WasteIndicator · commit 056f5be · license MIT

Description

Scripts that modify Tasmota to interact with the Ximmio waste API

README

Waste Indicator

Scripts that modify Tasmota to interact with the Ximmio waste API. The color of an LED is set the day before a pickup date. It should also be easy to integrate into Home Assistant.

What it does:

  • Sets the color of an RGB LED on the day before a pickup date
  • Hides the RGB LED controls from Tasmota's main page
  • Adds a form to set home adres
  • Queries Ximmio's API to get the uniqueID of the adres
  • Queries pickup dates every 12 hours
  • Add a button to turn the LED off
  • Save configuration during reset
  • Reset configuration when holding button 8 seconds

To-do

  • Integrate into Home Assistant
  • Don't use the companyCode of my local waste collector
  • Test with a Tasmota compatible RGB light bulb
  • Blink LED on first boot

How to flash

Use a Webserial based ESP32 flasher or use ESPtool from the command line to flash the PCB. First solder the "Boot" jumper, then hold the button to get the ESP32 into boot mode.

esptool --port /dev/ttyACM0 erase_flash
esptool --port /dev/ttyACM0 write_flash 0x0 tasmota32s2.factory.bin

Comments
Sign in to comment

No comments yet. Be the first to ask about this board.