Pusbullet 1.2 notification problem when armed. #85
Replies: 12 comments
-
Hi @l33d - I can't replicate this, I just re-tested and the initialization and connected messages are sent once at startup and the stay arm and disarm notifications are being sent. If you're seeing multiple notifications about initializing, check the Serial output to see what's happening - the esp8266 could be resetting for some reason. You can also run the |
Beta Was this translation helpful? Give feedback.
-
After this problem, when i testing pushbullet today and try use virtualblynk, virtualblynk stop responding for button keys, like write pin is not connected( works for about 2 weeks ok when i try it sometimes). Maybe the problem is power? I use stepdown converter on lm2557 from aliexpress. This problem is only mine? Another question, can i restart esp with pusbullet or virtualblynk from app or remote? or must use relay and control it from another esp? |
Beta Was this translation helpful? Give feedback.
-
Could be power, you're seeing issues that I can't replicate and I'm not seeing other similar issues being posted. Pushbullet is one-way notification, but you could probably setup something in Blynk to restart the ESP though that's outside the scope of this project. |
Beta Was this translation helpful? Give feedback.
-
Thanks man. You`re probably right or maybe the problem is in my translate? I connect to serial and arm alarm, when alarm is armed esp always reset, but voltage is ok, about 3,43v and when i turn it a bit high about 3,63v problem is not solved. I will check cables and more. When i find the issue i write about it. When alarm is armed and esp reseting i see this output via console
I try also connect ch_PD to vcc, but the problem didn`t disappear. I must try orginal sketch. Edit:3 |
Beta Was this translation helpful? Give feedback.
-
Ok, problem is probably in my sketch. When i armed stay i don
|
Beta Was this translation helpful? Give feedback.
-
Ok i test original sketch on nodemcu connected to my alarm for few days and it seems to be ok. After arm i received only one notification about partition and arm mode. What`s wrong is my translate sketch? |
Beta Was this translation helpful? Give feedback.
-
Good to hear it's working with the original example sketch. I recommend changing a few sections at a time to see which of your changes is causing the reset. |
Beta Was this translation helpful? Give feedback.
-
The problem is same as 1.0 sketch. I translate it too, and have this same problem with this same information as i remember. Do you know how can i translate the sketch properly? Can i use my own ascii charset like ą, ę, ł without problem? First i update arduino program, maybe there is a problem when compiling sketch with my charset. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I'm not familiar with using different charsets, as far as I've seen the Arduino IDE should support UTF-8 except for the serial terminal which is ASCII only. |
Beta Was this translation helpful? Give feedback.
-
Check your |
Beta Was this translation helpful? Give feedback.
-
Probably you have right, i change the arrays char pushMessage[44], char armedState[34] and char pushMessage[34] and this messages i received after arm/disarm system, and no errors. I upload this sketch to esp in my alarm and check, but problem is probably solved in this issue. |
Beta Was this translation helpful? Give feedback.
-
Great, good to hear. |
Beta Was this translation helpful? Give feedback.
-
Hi,
In new sketch i have this issue too. After armed system i received multiple notification for about 9 min like "Security system initializing"and "Security system connected". The problem isn
t wifi, because when alarm is disarmed, and i disable and connect wifi, notification isn
t send. Next problem which i see now, notification about stay mode didn`t send, disarm notification too.Originally posted by @l33d in #55 (comment)
Beta Was this translation helpful? Give feedback.
All reactions