Skip to content

Latest commit

 

History

History
80 lines (38 loc) · 2.6 KB

README.md

File metadata and controls

80 lines (38 loc) · 2.6 KB

Node-Red-Kino

Hi,

this is my first publishing on Github.

At home I always had the problem when I wanted to start a film evening, I had to switch on all the devices, adjust the denon receiver to the correct volume and channel, etc.

It would also be compulsory if you could do everything in one swing and the Alexa. So I dealt with my Raspi, Node-Red and the additional modules and this control came out.

Dependencies:

node-red-contrib-denon

node-red-contrib-shelly

node-red-contrib-tuya-smart-device

node-red-contrib-virtual-smart-home

node-red-contrib-alexa-remote2-applestrudel

node-red-node-wol

Additonal Information:

My Denon Receiver is a AVR-X3700H. You can control it via Telnet and Webinterface.

For my implementation i use the Denon AVR-Control Protocol.

I think it works also with other Denon AVR Models.

I trigger the blinds with a Shelly 2 PM

The Lamp is a Alexa-Ready Standlamp with a Tuya Interface.

The Plugs are some Tasmota Plugs from Amazon

TV is starting over Wake on Lan (must be enable in TV)


Zwischenablage_11-26-2024_01

How it works:

If you say: "Alexa turn the Kino on"

Denon Receiver is switched on
Denon Receiver is switched to Input Channel TV
Denon Receiver is set to Volume 20
Tasmota Plug is switched on via http request (It turns TV an Mediabox on)
The blinds going down till 80%
The Livingroomlamp is switched on ans brighten the light to 10%
My LG TV start over Wake on Lan

If you say: "Alexa turn the Kino off"

Denon Receiver is switched off
Tasmota Plug is switched off via http request
The Livingroomlamp is switched off after 20 seconds


If you want to use it too: have fun with it.

Torsten