Search found 16 matches

by djakov
07 Jan 2022, 22:37
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

maslokm wrote: 18 Dec 2021, 21:48 Hi.
Please add support of getting data from temperature sensors.
Next update will be rules, and after that will be showing sensor values.
by djakov
07 Jan 2022, 22:36
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

Smotek7 wrote: 17 Dec 2021, 17:05 it doesn't work for me
My settings
set.JPG

and the result

no conn.JPG

do I need to allow something on the phone?
Please make sure:
In Config in ESP you need to change Client IP filtering to Allow All. The default is Allow Subnet.
by djakov
17 Dec 2021, 16:33
Forum: ESP Easy: Software
Topic: How to always know the ip address on a public network
Replies: 6
Views: 5859

Re: How to always know the ip address on a public network

Ath wrote: 14 Dec 2021, 14:26 Sure, you should use the proper event for that, in Rules:

Code: Select all

on WiFi#Connected do
  SendToHTTP,<ip-or-domain-name>,<portnr>,<rest-of-the-url-using-variables-like-%ip%>
endon
Will this send the local or the public IP address?
by djakov
17 Dec 2021, 16:32
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

Smotek7 wrote: 14 Dec 2021, 18:43 @djakov I entered http://...
but I didn't use the port ....:100
No need to use a port, it was just an example. You could just use:
http://192.168.0.123 and choose the correct GPIO pin
by djakov
14 Dec 2021, 13:43
Forum: ESP Easy: Software
Topic: How to always know the ip address on a public network
Replies: 6
Views: 5859

Re: How to always know the ip address on a public network

Isn't there a way to send a http request? All i need to send requests in 5 seconds like http://someURL?currnet_ip=12.34.56.78. This solves everything for me
by djakov
14 Dec 2021, 13:17
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

@djakov Hello, I want to try your application but it doesn't work. When you press the button, it writes a message there is no internet connection. It's so simple that I don't understand where the mistake is. Sorry for the late response, did you add http:// or https:// before the IP address of the d...
by djakov
14 Dec 2021, 13:02
Forum: ESP Easy: Software
Topic: How to always know the ip address on a public network
Replies: 6
Views: 5859

How to always know the ip address on a public network

Hi, i am interested if there is a way to always know what is the IP address of a device connected to a public(portable sim card router) wifi. First on my mind it comes to send requests to a server on 5-10 seconds to a server to store the current IP address of the device, considering it is dynamic, a...
by djakov
03 Oct 2021, 19:35
Forum: ESP Easy: Hardware
Topic: Remote controlled device internet supply with static IP
Replies: 2
Views: 5818

Remote controlled device internet supply with static IP

Hi, i have a plan to make a mini car (12V motor, 4 ESP32-CAM, NodeMCU, GPRS module) and because of the cameras and GPS module, i want to drive it out of Bluetooth/Wifi range. How can i access the devices remotely? Maybe the real question is how can i use a device and what kind of device to use that ...
by djakov
24 Dec 2020, 13:59
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

I can't get Gradle to sync. Are you using a beta version of Android Studio? Yes, i am using Android Studio 4.2 Beta 2 (Canaray). Sorry i haven't mentioned it anywhere. No problem, downloaded that version of Android Studio and now it synced alright. Any specific reason as to why you used the Beta ve...
by djakov
24 Dec 2020, 11:31
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

Nice! I'd like to help and expand the app a little. Do you accept PR? Yes, of course. Nice! I never developed an Android app myself, so having it open source would also be very helpful for others (me :) ) to how it's done. Do you have a link to the Github repo? Here is a link to the repo: https://g...
by djakov
23 Dec 2020, 09:14
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

Hmm you're referring to the "R120 build" on your readme. Could you perhaps link to a more recent build as that one is rather ancient? Yes, at first i had build R120 installed on my devices, but there was no problem after updating to mega-20201009 . Do you need any help or instructions to ...
by djakov
22 Dec 2020, 20:37
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

Re: ESPEasy device controller Android app

Nice! I'd like to help and expand the app a little. Do you accept PR? Yes, of course. Nice! I never developed an Android app myself, so having it open source would also be very helpful for others (me :) ) to how it's done. Do you have a link to the Github repo? Here is a link to the repo: https://g...
by djakov
21 Dec 2020, 11:15
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18226

ESPEasy device controller Android app

Hi, i created a simple ESPEasy device controller Android app for my own purpose and also i have uploaded it to PlayStore so maybe someone will find it useful. The app has few commands: GPIO, Pulse, LongPulse, LongPulse_ms for each device. You can add devices dynamically and add command and GPIO port...
by djakov
11 Nov 2020, 18:09
Forum: ESP Easy: Software
Topic: Android app for esp easy
Replies: 13
Views: 15388

Re: Android app for esp easy

Hello, here is a simple and easy to use ESPEasy device controller Android application that i developed for my needs, I hope someone will find it useful. https://play.google.com/store/apps/details?id=mk.djakov.smarthome Also, if anyone is interested about the code, feel free to contact me, it's an op...
by djakov
11 Nov 2020, 18:03
Forum: ESP Easy: Projects / Applications
Topic: Android application
Replies: 67
Views: 84954

Re: Android application

Also, if anyone is interested about the code, feel free to contact me, it's Public project on GitHub and it is following Android Best practices(Kotlin/Dagger Hilt/Retrofit/MVVM). Great, Please share the Github url, so we'll be able to look at the source Yes, sure, here is the link to the repository...
by djakov
11 Nov 2020, 16:23
Forum: ESP Easy: Projects / Applications
Topic: Android application
Replies: 67
Views: 84954

Re: Android application

Hello, i created a simple and easy to use Android app that you can use to control your ESPEasy devices. For start, it only has a ON/OFF device switch and next thing to do is adding and triggering Rules. You may find it useful. https://play.google.com/store/apps/details?id=mk.djakov.smarthome Also, i...