Problem solved!
Setup -> Settings -> System setup -> local networks (NO USERNAME/PASSWORD) field filled with "127.0.0.*;192.168.1.*"
Thank you for your help!
Search found 3 matches
- Wednesday 03 July 2019 17:00
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: ESP82666 sending data to Domoticz
- Replies: 4
- Views: 1374
- Wednesday 03 July 2019 13:30
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: ESP82666 sending data to Domoticz
- Replies: 4
- Views: 1374
Re: ESP82666 sending data to Domoticz
I found settings for web-based users, but not for users as device.... 
- Wednesday 03 July 2019 11:18
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: ESP82666 sending data to Domoticz
- Replies: 4
- Views: 1374
ESP82666 sending data to Domoticz
Hello guys,
I tried to send data from ESP8266 to Domoticz, but I have perma error.
My sending function part is:
const char* host = "192.168.1.66";
const int port = 11280;
http.begin(host,port,url);
int httpCode = http.GET();
if (httpCode) {
if (httpCode == 200) {
String payload = http.getString ...
I tried to send data from ESP8266 to Domoticz, but I have perma error.
My sending function part is:
const char* host = "192.168.1.66";
const int port = 11280;
http.begin(host,port,url);
int httpCode = http.GET();
if (httpCode) {
if (httpCode == 200) {
String payload = http.getString ...