Difference between revisions of "User:Martinus/NodoSmallRevival"

From Let's Control It
Jump to navigation Jump to search
(Created page with "<pre style="color: blue; font-size: 36px;">Nodo Small Revival</pre> = Introduction = file:User-Martinus-IR_Gateway.JPG Still have some old Nodo Small hardware laying aro...")
 
Line 2: Line 2:
  
 
= Introduction =
 
= Introduction =
[[file:User-Martinus-IR_Gateway.JPG]]
+
[[file:User-Martinus-ESPRFLinkSmall.JPG]]
  
 
Still have some old Nodo Small hardware laying around? And would like to integrate with more future proof communication and/or controllers?
 
Still have some old Nodo Small hardware laying around? And would like to integrate with more future proof communication and/or controllers?

Revision as of 17:17, 21 October 2017

Nodo Small Revival

Introduction

User-Martinus-ESPRFLinkSmall.JPG

Still have some old Nodo Small hardware laying around? And would like to integrate with more future proof communication and/or controllers?

I have converted my old Nodo Arduino board to a new controller that can still control several KAKU lights in a similar way that the Nodo used to do.

Hardware

  • Nodo Arduino 1.6/1.7 or Nodo Small board
  • ESP8266 module

Software

Configuration

The ESP Easy module has only the Serial Server configure to listen to the serial output from the RFLink module. While another server could connect to the Serial Server, it is not in use. The Serial Server creates events that can be handled within the rule engine. The SerialSend command from the plugin can control the RFLink module.

Incoming events are to be treated as literal strings so these events are preceded with the '!' symbol. This means that the '=' symbol is ignored and the entire event can be used as a trigger.

In my case, the Logitech harmony emulates a Kaku transmitter on IR using the same protocol. So RFLink just thinks that is gets events from a real KAKU transmitter.

ESP Easy rules sample