Search found 2 matches

by coolnicklas
Tuesday 20 June 2017 17:33
Forum: MySensors
Topic: Motion Node not correctly recognized
Replies: 3
Views: 1769

Re: Motion Node not correctly recognized

Pretty much straight out of the box from the MySensor example /** // Enable debug prints // #define MY_DEBUG // Enable and select radio type attached #define MY_RADIO_NRF24 //#define MY_RADIO_RFM69 #include <MySensors.h> unsigned long SLEEP_TIME = 120000; // Sleep time between reports (in ...
by coolnicklas
Tuesday 20 June 2017 13:46
Forum: MySensors
Topic: Motion Node not correctly recognized
Replies: 3
Views: 1769

Motion Node not correctly recognized

Hi, I'm using MySensors with the ESP8266 Wifi gateway. I have added a Temp/Hum node which shows up nicely in Domoticz but my motion sensor is identified as a "Lightning 2" Type sensor with subtype "AC". My intention is to add one or several relay switch nodes which shall be switched on/off when ...