You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,10 @@ If you have any remark or improvement, let the author know.
68
68
### Should the author have made a library instead of a complete sketch?
69
69
Maybe, but this allows for better modification by myself or others. Also depending on the Arduino you need to set another Serial port. This is easier to do in the sketch.
70
70
71
-
### Why has been opted for HTTP GET requests instead of MQTT?
72
-
The author has only been very shortly aware of MQTT support in Domoticz.
73
-
Also, the interface is not documented that well at the moment.
71
+
### How about MQTT instead of HTTP GET requests?
72
+
This is still on my to do list.
73
+
I started with the HTTP GET request because I was unaware of MQTT and also the MQTT support in Domoticz lacks proper documentation.
74
+
But the HTTP GET requests are working just fine for over a year now.
74
75
75
76
#### Additional credits
76
77
Sketch is based on the VBus library from 'Willie' from the Mbed community.
0 commit comments