wiki.VDBX.io
Contact Us
  • Welcome
  • Current Products
    • FLIP_C3
      • Home Assistant
      • ESPHome
      • WLED
      • History & Notes
      • BOM Alternates
      • FLIP Platform
        • Switching Buck Regulators
        • 23.04 - First Batch Testing
    • USB-C Modkit for Apple TV 2022
    • PwrTool 500
      • Installation
      • Comparison
  • Coming Soon-ish
    • Shift Deck
      • Installation
      • ESPHome
      • Dimensions & Specs
    • PicoFLIP C3
  • Wild Ideas
    • Open Manufacturing
    • ESPHome Configs
  • Old Stuff
    • IOByte
      • Specs & Files
    • Hactus
    • PWM Lighting Adapter
    • USB-BD v1.4
    • Super-Ultra Low-Profile USB 2.0 Header
    • CSR8635 Adapter
  • Concrete
    • Concrete Card Holder
    • Handy Jr.
    • Aura Qi
  • 3D Models
    • M12 Drill/Driver Friction Fit Holder
    • More Coming Soon
Powered by GitBook
On this page
  • Specs
  • Features
  • Code

Was this helpful?

Edit on GitHub
  1. Coming Soon-ish
  2. Shift Deck

ESPHome

Base software

Specs

  • ESP32-C3 supports ESP-IDF platform

  • PCF8574 default address 0x20

  • Four switches are presented as eight binary-sensors for single click actions.

    • ESPHome functions can present multi-click and hold

Features

  • Two step process to base features in Home Assistant

    • Adopt in HA - joining Wifi should present a notification in HA - press the configure button and follow the steps

    • Download and setup blueprint [link] to control your devices

  • Base binary sensors should be set as internal to run a text sensor as a state machine for each switch. Can be rewritten for vertical orientations or use select box as an if variable.

    • Up, Down

    • 2x Up, 2x Down

    • Up Hold, Down Hold

Code

Base
// Some code

PreviousInstallationNextDimensions & Specs

Last updated 8 months ago

Was this helpful?