esphome_components VS esphome-m5core2

Compare esphome_components vs esphome-m5core2 and see what are their differences.

esphome_components

My collection of components for esphome (by ssieb)

esphome-m5core2

esphome components for stackm5 core 2 (by JensGuckenbiehl)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
esphome_components esphome-m5core2
4 1
175 5
- -
6.6 10.0
4 days ago over 1 year ago
C++ C++
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

esphome_components

Posts with mentions or reviews of esphome_components. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.

esphome-m5core2

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); }

What are some alternatives?

When comparing esphome_components and esphome-m5core2 you can also consider the following projects:

esphome_extras