Search found 3 matches

by Robert1971
Sunday 09 February 2020 21:15
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Newbie
Replies: 6
Views: 605

Re: Newbie

Here is my EPS-code in Arduino IDE. The setting in Domoticz are Celsius degrees. #include <ESP8266WiFi.h> #include <DHT.h> // Domoticz settings. const char* server = "***.***.*.*"; //IP address from your Domoticz. const int port = 8080; //Port number of your Domoticz. const char* authcode ...
by Robert1971
Sunday 09 February 2020 9:15
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Newbie
Replies: 6
Views: 605

Re: Newbie

I have the Wemos D1 mini with the DHT22 sensor working. I used the Arduino IDE, and I found the code on Github The sensor indicates incorrect values ​​in Domoticz. The temperature is 10.4 degrees Celsius, while it is 21 degrees. I tested the sensor with an Arduino, and it works correctly. I suspect i ...
by Robert1971
Monday 03 February 2020 20:40
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Newbie
Replies: 6
Views: 605

Newbie

Hello I am new with Domoticz. I have ordered a Wemos D1 mini, but I cannot get through programming. I use the Linux Mint operating system, and as an upload program uPyCraft. I would like to read the DHT22 sensor with the Wemos D1 mini with Domotiz. I want to keep programming at Micropython. Is there ...