Supla Pir Pushover Mini Alarm
It consists of a Pir motion sensor which is activated / deactivated from the Supla App,
If the sensor is activated and detects movement, it sends the message that we have defined in WiFiconfig to the Pushover service.
Connections:
Gpio 0 - D3 WiFiconfig
Gpio 2 - D4 Led
Gpio12 - D6 Pir Sensor
To enter or change the settings:
To enter the WiFi configuration mode, press and hold the button for at least 5 seconds.
When in Wi-Fi configuration mode, the device enters Wi-Fi access point mode and the status LED turns on.
- Log in to https://cloud.supla.org (registration is free) and Activate registration for new device.
- Connect to the WiFi called "Supla_Pir_Push" from any device with wireless network and an Internet browser.
- Open the Page: http://192.168.4.1
- Tap Configure WiFi.
- On the configuration page
- Select the Wi-Fi network at the top by pressing the appropriate one and then enter the password.
- enter the data to:
suplaServer (svrX.supla.org),
Email (registration email in supla),
Supla Device Name (name with which it will be seen in the cloud),
App Token (Pushover Api Token)
User Token (Pushover User Token)
Alarm Message (we write the text of the message)
select Sound (Pushover notification sound)
- To finish click on Save to save the configuration data.
Firmware update through the OTA web browser - http: // XX: 81 / update
xx = Device IP. For example http://192.168.1.22:81/update
User: admin
Password: pass
Supla Pushover Mini Alarm
-
- Posts: 1482
- Joined: Wed Jun 27, 2018 5:48 pm
- Location: El Saucejo - Sevilla
You do not have the required permissions to view the files attached to this post.
-
- Posts: 16
- Joined: Fri Oct 26, 2018 4:47 pm
and how about notifications by gsm. add a sim800 module as an example
-
- Posts: 1482
- Joined: Wed Jun 27, 2018 5:48 pm
- Location: El Saucejo - Sevilla
At the moment there is no support for Sim800 in Arduino V 2.3
-
- Posts: 2311
- Joined: Sun Sep 03, 2017 9:13 am
- Location: Koszalin
-
- Posts: 19
- Joined: Tue Sep 20, 2022 7:38 am
Hello, does anyone have or is there an option to add several PIRs to 1 chip? To reduce the number of used ESPs in the network.
e.g. PIR regarding:
GPIO3
GPIO4
GPIO5
GPIO12
GPIO13
GPIO14
with the possibility of deactivating individual sensors.
e.g. PIR regarding:
GPIO3
GPIO4
GPIO5
GPIO12
GPIO13
GPIO14
with the possibility of deactivating individual sensors.
-
- Posts: 4
- Joined: Sat Aug 19, 2023 3:25 pm
Yes. It is possible to add multiple PIR sensors to GPIOs you mentioned. I started to build silent alarm with PIR sensor using native Supla messages (no need to use Pushover) by using Reactions for the sensor.
I used relays to disconnect/connect PIR sensors to be able to turn off messages when I am at home,
I used relays to disconnect/connect PIR sensors to be able to turn off messages when I am at home,
-
- Posts: 18
- Joined: Sat Aug 10, 2019 2:52 am
Hello, is there a version of this alarm or a similar one with native supla notifications?Thank you
-
- Posts: 18893
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
I think @WrząWyłam has already answered.