Giter VIP home page Giter VIP logo

Comments (31)

bruxy70 avatar bruxy70 commented on July 20, 2024

I suppose it is. If your display is supported here https://esphome.io/index.html#display-components
Or you can do that as a custom SPI device? https://esphome.io/custom/spi.html
In any case, you'd have to basically change the whole display part. If you do that, let me know, we can perhaps share that for the others.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Hallo, mit Nextion und Internetwetter habe ich keine Probleme, auch verschiedene Räume kann in Nextion erstellen (Touch) aber wie verbinde ich die Räume mit der Anzeige? (viele ESP8266 mit eigenen Nextion zu eine große "Zentral-Display")?

from home-assistant-esphome-weather-station.

bruxy70 avatar bruxy70 commented on July 20, 2024

The display communicates with the microcontroller using UART communication - via 4 wire SPI bus - TX, RX, and 5V.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Hallo bruxy,
ja.
Salon: ESP8266 Wetterstation mit Nextion 3,5 Zoll) (D4) und BME (D1 u D2) Hier auch Wettervorhersage von Openweather
Küche: ESP8266 (DHT)Temperatur/Humidity/Messior(Pflanzen)-Anzeige mit Nextion (2,8 Zoll)
Eingang: ESP8266 (BME) Messer Aussentemperatur/Hum/At
Wintergarten: ESP8266 Temperatur/Humidity-Anzeige.
Aber wie sende ich alle Daten von Küche, Wintergarten & CO. auf ein anderes Gerät (ESP 32 oder 8266 mit Nextion 7") im selben WLAN?????

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

von 3 oder 4 ESP (Pool Wasser Temperatur von Garten) Daten anzeigen auf ein anderes Gerät, ESP mit Nextion im selben WLAN?

from home-assistant-esphome-weather-station.

bruxy70 avatar bruxy70 commented on July 20, 2024

Sorry @beatagerger , I do not speak German. But from what I understand - the individual sensors will pass the temperature/humidity to Home assistant (via API, or MQTT) over WiFi. Or you can use any other sensors, like Zigbee.
Then the ESP32 or 8266 with display will read the values from Home Assistant and display them on the screen. It will not communicate directly to the sensors.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Google übersetzt gut.... hi-hi-hi...
Ich bin zu blöd zu Pi und Pinguin.... Deshalb verwende ich Arduino.
Wie kann man auf ein anderes Gerät per WLAN senden?
Ich habe LED-Strip an ESP8266, diese kann auch GoogleAssistant ein/ausschalten. Aber wie leite ich Daten von einem ESP auf ein andere (ohne ESP-Server)

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

ich kann auf Thingspeak Daten senden. Das funktioniert gut. Alle Telefonen zeigen es an. Aber der große Nextion nicht.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

image

Im Touch (Nextion) kann ich blättern. Das funktioniert. Nur wie mache ich es, wenn ich einen Raum anklicke, von diesem Raum Temperatur anzeigen?

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Jeder Raum hat seinen eigenen Sensor. Messen, Daten an Thingspeak senden, Online-Wetter (Openwether) funktioniert.
Nur das "Daten sammeln" oder auf ein andere Nextion senden, das funktioniert nicht.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Ich verstehe den ESP-Home nicht.
Würde gerne nutzen, nur wie machen?
Muss ich etwas auf ESP8266/32 erstellen? Wenn ja, was? Ich finde es nicht.
Ist das auch wie Thingspeak? Ein API?

from home-assistant-esphome-weather-station.

bruxy70 avatar bruxy70 commented on July 20, 2024

https://esphome.io/components/wifi.html
https://esphome.io/components/api.html

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

danke.
gerade hier lese ich.
es gibt hier viele Beispiele, aber wie ich einen ESP-Home auf Android mache, finde ich nicht.
ich finde nur, wie ich einen NODEMCU dazu füge
Ist ESP-Home nur für Raspi?

from home-assistant-esphome-weather-station.

bruxy70 avatar bruxy70 commented on July 20, 2024

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
https://esphome.io/
I do not think it works for RPi. I do not have any experience with RPi, sorry.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Danke.
Ich möchte keinen Raspi.
Ich weiß aber noch immer nicht welchen Code (Sketch) ich auf ESP laden soll? Und auf welcher Internetseite ist die Einrichtung?
Ich habe in Youtube auch gesucht. (wird immer MQTT gezeigt, also Raspi)
Kannst mir bitte die Internetseite schicken, wo die Einrichtung (Registrieren) erfolgt?

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

ich habe endlich etwas gefunden.
https://www.youtube.com/watch?v=toANvJKUH3M

Wie installiert man deine Variante? Gibt es dafür einen Sketch auch?

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

also das war auch nichts... (Server mit Telefon)
Ich hoffe, das bringt mich weiter:
https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

image
Endlich!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Gefunden!
now, let´s go starting....

from home-assistant-esphome-weather-station.

bruxy70 avatar bruxy70 commented on July 20, 2024

ESPHome is an addon to Home Assistant. If you do not have Home Assistant, you have to look for another solution.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Bitte!
"Home Assistant"???????????
Alexa?
Google?
Diese kann man mit IFTT kompliiren,
Wie Home Assistant?

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

image
diese?

from home-assistant-esphome-weather-station.

bruxy70 avatar bruxy70 commented on July 20, 2024

If you want a solution for Alexa or Google, then buy a packaged solution that works with one of these services (they would have their logo on the packaging), and use Google/Alexa display. So to save you some time, you can stop looking in here and look on Amazon instead.

This repo is a DYI project, for people who like that kind of stuff. And for that HA is a great platform, since it is open. And ESPHome is Home Assistant add-on.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Ich habe schon Alexa und auch Google als Assintant. IFTT hilft dabei auch ESP dazu fügen (wenn erwünscht)
Wenn aber meine Geräte und Anzeige damit nicht funktioniert, muss ich andere Lösung suchen.
Bisher war mir ESP Home nicht bekannt. Das ist für mich neu.
Ich weiß nicht,

  • wie Installation?
  • was macht ESP HOME?
  • wie benutze ich ESP HOME?
    deshalb muss ich so viel lesen und experimentieren, bis es das tut, was ich will.
    Alle meine Geräte, Sonoff, Tuya & CO habe ich mit Google und Alexa betrieben.

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

Also HOME ASSINTANT lauft auch auf Android Tablet (13 Zoll)
Aber wie es dennoch auf einen Nextion anzeigt, was ich dort habe will, weiß ich immer noch nicht.............

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

also. Wenn nicht richtig, biite um Erklärung....
ESP HOME = SERVER (wegen große Datenmengen nicht gut auf NODEMCU, sondern auf Raspi, aber es funktioniert auf ESP32)
ESP HOME ASSISTANT = Verbinden einen NODEMCU mit SERVER (HOME)

Aber!
ASSISTANT schickt Daten an HOME. (das kann man auch auf Google, oder Alexa mit IFTT) ASSISTANT = NODEMCU=Client.

Aber!
Es sollte möglich sein, in einem WLAN viele Client untereinander verbinden können (ohne HOME SERVER)

from home-assistant-esphome-weather-station.

bruxy70 avatar bruxy70 commented on July 20, 2024

Not sure I follow.

Home Assistant is an Open Source Home Automation solution. It runs on a number of platforms, including RPi, but also virtual machine or Linux Docker container.

ESPHome is an add-on to Home Assistant. I do not think you can use it without Home Assistant - it compiles the firmware for ESP8266/ESP32 from Home Assistant, loads it to the micro-controller, and communicates with Home Assistant through Home Assistant API or MQTT.

I understand that you do not have Home Assistant. From your comments, I gather that this is too complicated for you - why should you need Home Assistant - you want to communicate with Alexa directly, or via IFTTT.

And I agree, that having Home Assistant just because of this makes no sense. I have Home Assistant as a central point of my home automation - and there are many reasons why I decided to do that, But you might have different reasons and Home Assistant might not be the best solution for you.

If this is the case, then you came to a wrong place. This solution is based on an integration with Home Assistant. If you do not have it and do not plan to have it, you are just loosing your time here. Drop it and look for other solutions. Maybe Tasmota might be the answer. I do not know, I do not really have an experience with IFTTT or direct integration of DYI solutions with Alexa. Sorry

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

from home-assistant-esphome-weather-station.

beatagerger avatar beatagerger commented on July 20, 2024

A year ago I asked a few questions, but probably because of the translation, they didn't understand me. Even then, I asked the question why "NSPanel was invented" lately.

However, just like a year ago, it wasn't about "SPI connection"

this is wrong...

It is a connection "UART" or "communication port"...

not "4-wire SPI", but "2-wire communication" (TX-RX)

So that's a little misleading...

Just like a year ago, in "ESPHome" and NOT in Home Assistant (HA) there are still problems related to Nextion, especially "Page Display"

My situation was this:

ESP connected to sensors + display (Nextion).
All values ​​(value of sensors) are sent to HA via MQTT.
Today I know this is called "mqtt publish".

But the problem is from HA import to Nextion. So the query, as "client".

A year ago I was shown how it works with NodeRed. Not in ESPHome...

In Home Assistant, but with the help of NodeRed.

ESPHome (I already know that today) is a replacement for ArduinoIDE, or EasyESP, nothing else, it's like "ESP-Flash"...

It's a pity that nobody could explain it to me back then... By the way, I still don't use ESPHome to this day because it just "bitters way too much". I've stuck with IDE, or EasyESP, to this day

from home-assistant-esphome-weather-station.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.