hwm.land
(Marek)
July 22, 2018, 3:06pm
1
Hello,
I have following script firing event from hassio to AppDeamon:
fire_ev:
alias: Navigate
sequence:
- event: hadashboard
event_data:
command: navigate
timeout: 10
target: lenovo-media
Currently I call this from Node-RED using service call. I’d prefer to fire this event directly from Node-RED. I believe it is possible - but I have no idea how.
Thanks for any suggestion.
Hi @hwm.land .
I’m new to Home Assistant but I use already several gateways and services interacting to/from Node-Red by MQTT. Maybe this could be solution for you?
Check my first posting (yesterday), which was about using MQTT and Node-Red ↔ HA:
Hi to you all!
First of all, let me summarize my current setup, in short:
Hardware: Raspberry Pi 3+ with Raspbian Stretch with desktop.
Configured: Node-Red with encrypted login using a self-signed certificate.
Configured: MQTT broker, encrypted communications using self-signed certificate and using user/password authentication.
Configured: Home Assistant 0.73.2 setup with encrypted user/password login using self signed certificates.
I don’t know anything about Home Assistant, so please be p…