Narodmon.ru

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
GieBek
New user
Posts: 7
Joined: 29 Aug 2018, 23:25

Narodmon.ru

#1 Post by GieBek » 29 Aug 2018, 23:31

Hello all..
Please help.
How to send data from sensors to the narodmon.ru website.

Please provide some script, it must work !! :oops:

Please help !!!

User avatar
grovkillen
Core team member
Posts: 3621
Joined: 19 Jan 2017, 12:56
Location: Hudiksvall, Sweden
Contact:

Re: Narodmon.ru

#2 Post by grovkillen » 30 Aug 2018, 07:02

Yes it's probably possible but I have little knowledge in Russian and must ask for someone else to look into the rest API of that site.
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you :idea: :idea: :idea:

GieBek
New user
Posts: 7
Joined: 29 Aug 2018, 23:25

Re: Narodmon.ru

#3 Post by GieBek » 30 Aug 2018, 18:22

There is also everything in English.
On the left side you have to change to EN.

I do not know how to do it, so I am asking for help. :oops:

Regards...

TD-er
Core team member
Posts: 8747
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Narodmon.ru

#4 Post by TD-er » 30 Aug 2018, 21:13

My F-secure virusscanner tells me this:
Harmful web site blocked
http://narodmon.ru
This web site has been reported as harmful.
We recommend that you do not visit this web site.
So I wonder what you try to do.
Also you have given very little information in the start post.

GieBek
New user
Posts: 7
Joined: 29 Aug 2018, 23:25

Re: Narodmon.ru

#5 Post by GieBek » 30 Aug 2018, 22:17

I do not have such information from an antivirus program. It works fine for me. Check if you can enter any page https: // ???? .ru.

I want to send sensor information to this page. On the website https://wifi-iot.com/ there is a special "Services: myddns.ru (DDNS), flymon.net, Gismeteo.ru, MajorDoMo, Narodmon.ru, sms.ru, Zabbix"

But I prefer EASYESP software so if someone could write a script then I would be very grateful if not then I will try further.


Image
Attachments
Przechwytywanie.JPG
Przechwytywanie.JPG (74.6 KiB) Viewed 9537 times

TD-er
Core team member
Posts: 8747
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Narodmon.ru

#6 Post by TD-er » 31 Aug 2018, 00:15

Gismeteo.ru is accepted fine by my virusscanner.
I guess this is the github of that project? https://github.com/maksms/wifi-iot-cda
I don't know that site and it is a bit hard for me to search that repository using Google Translate.

So I guess if you can find some proper source code and example to use that service, then you can add an issue on Github for it.
But I cannot read Cyrillic texts, so it is next to impossible for me to get through all these.

GieBek
New user
Posts: 7
Joined: 29 Aug 2018, 23:25

Re: Narodmon.ru

#7 Post by GieBek » 31 Aug 2018, 01:00

Where does this Cyrillic alphabet come from when everything is in English.

Image
Attachments
Przechwytywanie.PNG
Przechwytywanie.PNG (115.83 KiB) Viewed 9523 times
Last edited by GieBek on 31 Aug 2018, 01:10, edited 1 time in total.

User avatar
grovkillen
Core team member
Posts: 3621
Joined: 19 Jan 2017, 12:56
Location: Hudiksvall, Sweden
Contact:

Re: Narodmon.ru

#8 Post by grovkillen » 31 Aug 2018, 06:28

I don't want to come off as grumpy but you're not doing our job easy. You need to do some homework on where to find the info regarding the way ESP Easy need to communicate with that particular server, so stop telling us that the site is in English and start feeding us good info. It's in your interest I believe ;)
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you :idea: :idea: :idea:

TD-er
Core team member
Posts: 8747
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Narodmon.ru

#9 Post by TD-er » 31 Aug 2018, 23:11

That Cyrilic alphabet is on the github page I linked, where I guess the source of that project is located.
But like @Grovkillen also stated, please give more info on what it does, where the sources are (or a good API description) and why one would need to use it and then use all this to create a new issue on GitHub.
I don't have time to start reading about all of this myself.

GieBek
New user
Posts: 7
Joined: 29 Aug 2018, 23:25

Re: Narodmon.ru

#10 Post by GieBek » 12 Sep 2018, 18:32

Welcome back.

I managed to achieve my goal. The code that I inserted below works as I wanted. However, only with the release version of the "Release mega-20180519" software

Is there a chance that it will work with the latest version? Maybe I have to change something in the code?

Code: Select all

On System#Boot do    //When the ESP boots, do
   timerSet,1,10     //Set Timer 1 for the next event in 10 seconds
endon
 
On Rules#Timer=1 do  //When Timer1 expires, do
   SendToHTTP narodmon.ru,80,/get?ID=ESP826600B2448K&T1=[bmp#Temperature]&P1=[bmp#Pressure]&L1=[bh#Lux]
   timerSet,1,360      //Resets the Timer 1 for another 10 seconds
endon]

TD-er
Core team member
Posts: 8747
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Narodmon.ru

#11 Post by TD-er » 12 Sep 2018, 21:08

In the last week there have been some big changes in using controllers and scheduled tasks (commands also). This scheduler was added about a month ago.
So maybe that affects this too.
I will remove the commands issues by a rule from the scheduler.

Post Reply

Who is online

Users browsing this forum: No registered users and 51 guests