-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonoff POW REQUEST : if vaule W is over "X" or Range vaule SONOFF POW send automatic HTTP API instruction. #1968
Comments
See #1988 (comment) espurna/code/espurna/influxdb.ino Line 134 in 9a5698b
espurna/code/espurna/influxdb.ino Lines 48 to 50 in 9a5698b
How often it is called depends on the I would also suggest to use |
In master branch 1.14.0 BROKER_REAL_TIME is set to 1, is it correct and are you changed default behavior? |
The problem is with POW R2, it crashes few minutes after reboot when BROKER_REAL_TIME is set to 1. In web debug i see INFLUXDB messages in every 5-6 seconds. |
@mcspr @lblabr And new file in espurna folder. #include esp8266HTTPClient _ // http.end(); " } |
@mcspr @zafirron hello i need adjust Pow interface and add this string code. if have overcurrent need switch off other interface.
please help for searc point for insertion
in the future for develop gui interface
This is code:
_
//http.begin("http://192.168.123.101/api/relay/0?apikey=1234567890123456&value=0"); //HTTP
// start connection and send //HTTP header
// int httpCode = http.GET();
// http.end(); "
_
best regards
i have like the plugin
#762
suggest for send to other interface http api comand ?
The text was updated successfully, but these errors were encountered: