esphome-m5core2

esphome components for stackm5 core 2 (by JensGuckenbiehl)

Esphome-m5core2 Alternatives

Similar projects and alternatives to esphome-m5core2

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better esphome-m5core2 alternative or higher similarity.

esphome-m5core2 reviews and mentions

Posts with mentions or reviews of esphome-m5core2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.
  • Very new to ESPHome, M5Stack Core 2 questions
    3 projects | /r/Esphome | 27 Oct 2022
    substitutions: name: esphome-web-92b784 hassname: esphomeweb92b784 esphome: name: esphome-web-92b784 platform: ESP32 board: m5stack-core-esp32 external_components: - source: type: git url: https://gitlab.com/geiseri/esphome_extras.git refresh: 0s - source: type: git url: https://github.com/JensGuckenbiehl/esphome-m5core2 refresh: 0s # Enable logging logger: # Enable Home Assistant API api: ota: text_sensor: - platform: homeassistant name: "House Mode" id: house_mode entity_id: input_select.house_mode - platform: homeassistant name: "Front Door Lock" id: front_door_lock entity_id: lock.front_door_lock - platform: homeassistant name: "Party Mode Sign Text" id: party_mode_sign_text entity_id: input_text.party_mode_sign_text i2c: - id: bus_a sda: GPIO21 scl: GPIO22 scan: True sensor: - platform: axp192 model: M5CORE2 address: 0x34 i2c_id: bus_a update_interval: 30s battery_level: name: "${hassname} Battery Level" id: "${hassname}_batterylevel" - platform: wifi_signal name: ${hassname} WiFi Signal id: wifi_dbm - platform: uptime name: ${hassname} Uptime spi: clk_pin: GPIO18 mosi_pin: GPIO23 miso_pin: GPIO38 time: - platform: homeassistant id: esptime font: - file: 'calibri.ttf' id: font1 size: 48 # # builtin 80x160 TFT display: - platform: ili9341 model: M5STACK cs_pin: GPIO5 dc_pin: GPIO15 rotation: 0 id: core2_display pages: - id: page1 lambda: |- std::string val = id(house_mode).state; if(id(house_mode).state == "Home") { std::string val = id(house_mode).state; it.printf(20, 20, id(font1), Color(70,130,180), "%s Mode", val.c_str()); } else { it.fill(COLOR_OFF); }

Stats

Basic esphome-m5core2 repo stats
1
5
10.0
over 1 year ago

The primary programming language of esphome-m5core2 is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com