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 ...
Search found 3 matches
- Sunday 09 February 2020 21:15
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Newbie
- Replies: 6
- Views: 645
- Sunday 09 February 2020 9:15
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Newbie
- Replies: 6
- Views: 645
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 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 ...
- Monday 03 February 2020 20:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Newbie
- Replies: 6
- Views: 645
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 ...
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 ...