tobiasschuerg / InfluxDB-Client-for-Arduino

Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.
MIT License
382 stars 95 forks source link

InfluxDB-Client-for-Arduino doesn't work on wired Ethernet. #189

Closed ykpark1126 closed 2 years ago

ykpark1126 commented 2 years ago

Proposal: InfluxDB-Client-for-Arduino works well on Wifi. but it didn't work on wired Ethernet.

Current behavior: I tried to connect InfluxDb on wired Ethernet, but failed. Ethernet chip is W5500.

Desired behavior: I want to connect InfluxDb on wired Ethernet.

Alternatives considered: but, I'm not good enough to do it.

Use case: Wired Ethernet is more reliable.

vlastahajek commented 2 years ago

@ykpark1126, thanks for trying this client. Only connection over internal WiFi is supported now. Please follow issue #127 about Ethernet support.

nguyenlamlll commented 1 year ago

HI @vlastahajek, I'm sorry to revive this old issue, but I feel my question relates a bit to your answer. What does internal Wifi mean, can you please elaborate here? If I have an InfluxDB on a remote server on Azure/AWS, will my board connect successfully? I assume I cannot, because internal means the InfluxDB has to be in the same network which my board connects to...? Sorry, I'm not native speaker so got a bit confused for the phrase internal wifi, vs external wifi..? Many thanks.

vlastahajek commented 1 year ago

@nguyenlamlll, by internal WiFi I meant WiFi capability of ESP chip. Not an external peripheral