Replies: 1 comment
-
|
Você pode usar a biblioteca WiFi.h + HTTPClient.h (para ESP32/ESP8266): #include <WiFi.h> const char* ssid = "SEU_WIFI"; void setup() { void loop() { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've searched the internet for a long time, but I can't find it. Is it already available somewhere, or can anyone help me?
The problem lies with the connection from Arduino to Domoticz. In an Arduino program, I want to send the following to a DummySensor in Domoticz:
http://192.168.178.170:8080/json.htm?type=command¶m=udevice&idx=335&nvalue=0&svalue=22&passcode=domoticz
This works perfectly when I enter it directly into the browser, but I have no idea how to do that in Arduino.
Can anyone help me with a hint on how to do that or where I can find it?
Thanx, Rien
Beta Was this translation helpful? Give feedback.
All reactions