Search found 2 matches

by pippin88
Wednesday 23 November 2016 11:48
Forum: Temperature and Weather
Topic: ESP8266 to Domoticz with arduino IDE
Replies: 8
Views: 40026

Re: ESP8266 to Domoticz with arduino IDE

ESP Easy works great, this was just a solution if you don't want to or can't use ESP Easy. Jimd: I don't know why you are having that problem. Do you have all the libraries? (#include <Wire.h> #include <SparkFun_Si7021_Breakout_Library.h> //https://github.com/sparkfun/Si7021_Breakout/blob/master ...
by pippin88
Wednesday 10 August 2016 12:24
Forum: Temperature and Weather
Topic: ESP8266 to Domoticz with arduino IDE
Replies: 8
Views: 40026

ESP8266 to Domoticz with arduino IDE

I've managed to cobble together working code to have an ESP8266 send temperature and humidity data to Domoticz directly. Background: I have an ESP-201 running ESPEasy, and it works great. It is a very good solution. I also looked at MySensors, but did not care for the gateway required - I just thing ...