I have a small problem, i am doing with supla esp8266 examples well. But every time i want to add any device to supla APP, i must added it to my supla cloud account (by http//:192.168.4.1) and make configuration to add it to supla APP.
My question is how to add this supla esp8266 device directly from APP not from http//:192.168.4.1?
Can any one support me by code and the way?
Hint: i entered the device to configuration mode to add it to supla APP but every time till me there is no device found.
I tried with supla examples like(egyiot-dimmer).
Add supla-esp8266 to supla AAP dirictly
-
- Posts: 19474
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
To add a module from the application level, your website 192.168.4.1 must be compatible with this template:
https://github.com/SUPLA/supla-espressi ... nter.c#L91
https://github.com/SUPLA/supla-espressi ... nter.c#L91
-
- Posts: 3
- Joined: Thu Oct 08, 2020 7:20 am
Thanks for your replay.pzygmunt wrote: Thu Oct 08, 2020 8:29 am To add a module from the application level, your website 192.168.4.1 must be compatible with this template:
https://github.com/SUPLA/supla-espressi ... nter.c#L91
Can you support me by esp relay code that have this template?
To make since to me
-
- Posts: 19474
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
-
- Posts: 3
- Joined: Thu Oct 08, 2020 7:20 am
Can you tell me how to use this code (files) to implement arduino code? because i tried to use it but I am failed.pzygmunt wrote: Thu Oct 08, 2020 8:47 am You can find everything you need here
https://github.com/SUPLA/supla-espressif-esp
Read the code.
I really need help.
I want any valid code contain the template that i want it or give block code of template that i should replace it with any supla esp code like (supla esp general code).
Thanks.