Replies: 3 comments
-
The current implementation does support http only. |
Beta Was this translation helpful? Give feedback.
-
@DiegoB80 My mistake, the driver seems to support v2 as well. So only https is the blocking point Are you using ESP8266 or ESP32 ? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
I tried to connect tasmota v10.0.0 (build customized with influxdb) to influxdata.com (a cloud server that accepts only https connections).
It doesn't work because the request to the server is done over http (instead https).
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
compile tasmota 10.0.0 with influxdb features
set the parameters of the cloud influxdb of your database
RESULT = {"Ifx":{"State":"ON","Host":"3.123.149.45","Port":443,"Version":2,"Bucket":"MyHome","Org":"Bortolot"}}
ifx 1
ifxhost "your host"
ifxBucket "your backet"
IfxToken "your token"
ifxOrg "your org"
PS: If you need I can generate a temporary bucket on my cloud in order to help the developer to fix the problem
PS: standard port doesn't work for cloud server. You can try with a telnet on IP: 3.123.149.45
I'm using this bucket with node-red and it works (with port 443)
EXPECTED BEHAVIOUR
No connection error
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions