Thank you
The code seems to be working.
Search found 3 matches
- Sun Jan 07, 2024 12:40 pm
- Forum: ESP RainMaker
- Topic: how to use standard motion sensor device
- Replies: 4
- Views: 11852
- Wed Dec 27, 2023 6:51 pm
- Forum: ESP RainMaker
- Topic: how to use standard motion sensor device
- Replies: 4
- Views: 11852
Re: how to use standard motion sensor device
[Codebox]static Device motion_sensor("Motion sensor", "esp.device.motion-sensor", NULL);[/Codebox]
Adding the device
[Codebox]#include "RMaker.h"
#include "WiFi.h"
#include "WiFiProv.h"
#include "AceButton.h"
#include "Preferences.h"
#include "DHT.h"
#include <SimpleTimer.h>
#include <RCSwitch.h ...
Adding the device
[Codebox]#include "RMaker.h"
#include "WiFi.h"
#include "WiFiProv.h"
#include "AceButton.h"
#include "Preferences.h"
#include "DHT.h"
#include <SimpleTimer.h>
#include <RCSwitch.h ...
- Tue Dec 26, 2023 5:55 am
- Forum: ESP RainMaker
- Topic: how to use standard motion sensor device
- Replies: 4
- Views: 11852
how to use standard motion sensor device
Hi, I am new to the forum
I am trying to add a motion sensor device to my rainmaker project
I don't know the primary param nor how it works.
I am currently using a power param, but it is read/write, which means I can turn on and off the detection within the app, which I don't want
can somebody ...
I am trying to add a motion sensor device to my rainmaker project
I don't know the primary param nor how it works.
I am currently using a power param, but it is read/write, which means I can turn on and off the detection within the app, which I don't want
can somebody ...