Hello,
i’m a Beginner in HA, Node-Red and …
I installed HAOS on Raspberry pi. I installed and configure mqtt and my first ESP-D1Mini what i configure with ESPhome works in HA very well.
Now i try the Node-Red and would like understand this all better, because i get some courios things
the first what i create in HA was a ESPhome-Device D1-Mini with DHT22 and a LED dim function.
This works fine and the talking over mqtt too.
when I connect in Node-Red e.g.
Timer===>ESPhome-D1Mini
or
mqtt(getting data from an ESPhome-D1Mini)===>debug-node
create
this is how it works there in the Node-Red area.
The logs show everything, e.g. the debug output shows that a light was switched on, I get the temperature of the sensor on the ESP in the debug output, so everything seems ok.
But I don’t see the entity in the Node-Red Companion under Integrations (I only see 1 entity there (NR-Companion).
Here’s what I did (I didn’t have Node-Red Companion installed yet):
- I had configured the ESP with its sensors and the control of LEDs via ESPhome
This then also appeared under “Integrations” as ESPhome with its 6 integrities
I was thus able to further edit the ESP, e.g. that it can be seen and used in the dashboard (everything works) - I then wanted to try Node-Red and created connections there again
mqtt-esphomeD1mini-with-topic===>debug-node
it also worked and I can now see the sensor values there or whether the light is on or off (the light is currently switched manually in the integration window!)
At this point I had NOT installed Node-Red Companion.
It is currently installed.
However, I only see 1 entity under Node-Red Companion in the integration window
Now i create a bigTimer in Node-Red like that
3xincetNode(LED-on,off,auto)===>BigTimer===>ESPhome-D1-Mini-LED-and-Sensors(and a debug-node)
Now I’m wondering.
Apparently all the nodes I created in Node-red had no effect on my existing ESPhome-device with its sensors. But if i switch on/off/auto the incets nodes from the BigTimer then i get all state and all debug.-outputs correctly… but the LED not do anything… no switch off or on …
As the?