Search found 8 matches
- 07 Dec 2016, 09:03
- Forum: RFLink: Unsupported devices
- Topic: Chacon EMW200
- Replies: 6
- Views: 7242
Re: Chacon EMW200
The remote commands seem to be detected... But the commands sent by RFLink don't have any effect on the plug. I use Domoticz and the setup is working fine with some other plugs (old Perel plugs).
- 06 Dec 2016, 20:08
- Forum: RFLink: Unsupported devices
- Topic: Chacon EMW200
- Replies: 6
- Views: 7242
Chacon EMW200
Hi, I have a set of Chacon EMW200 plugs that I would like to control. In the supported hardware, I see Chacon (excluding EMW200) and the next line mentions Chacon (including EMW200)... The release notes also seem to mention support for EMW200 but it doesn't seem to work in the end. Here is a log out...
- 22 Nov 2016, 09:26
- Forum: ESP Easy: Projects / Applications
- Topic: PLUGIN development - Skeleton to use as master?
- Replies: 8
- Views: 9941
Re: PLUGIN development - Skeleton to use as master?
I'd really like it too: I would develop an US-100 sensor plugin
- 08 Nov 2016, 13:18
- Forum: ESP Easy: Software
- Topic: US-100 distance sensor support
- Replies: 1
- Views: 3020
US-100 distance sensor support
Hi, Did someone try to use the US-100 distance sensor with espeasy? This sensor is really interesting for several reasons: - it operates between 2.4V and 5.5V... perfect for the 3.3v ESP8266 - it has a serial mode where the module performs all the calculations. The protocol is really simple (see htt...
- 05 Aug 2016, 15:50
- Forum: ESP Easy: Software
- Topic: Sysinfo issues
- Replies: 0
- Views: 2413
Sysinfo issues
Hi, I use the Sysinfo device and I noticed some strange things: - with only one sysinfo device, the info I request is published normally (Vcc ou uptime) - with two sysinfo devices (one for Vcc, one for uptime), only one of the two informations seems to be published, more or less randomly I think I p...
- 13 Jun 2016, 21:45
- Forum: ESP Easy: General Discussion
- Topic: DHT22 readings not smooth
- Replies: 9
- Views: 14590
Re: DHT22 readings not smooth
Hi How are you powering your dht11? The sensor really wants 5 volts. I had one doing something similar and I was trying to run it on 3.3volts. Running the sensor on 5 volts won't affect your Esp because the output of the sensor is open drain (thus the required pull up resistor). Just make sure the ...
- 13 Jun 2016, 21:42
- Forum: ESP Easy: General Discussion
- Topic: DHT22 readings not smooth
- Replies: 9
- Views: 14590
Re: DHT22 readings not smooth
Same thing for me... It's in the tolerances for the DHT22: Accuracy humidity +-2%RH(Max +-5%RH); temperature +-0.2Celsius Resolution or sensitivity humidity 0.1%RH; temperature 0.1Celsius Repeatability humidity +-1%RH; temperature +-0.2Celsius If you take the same measure several times, it could var...
- 06 Jun 2016, 10:21
- Forum: ESP Easy: Software
- Topic: DHT22 AM2302 - sensor stops working - NaN
- Replies: 5
- Views: 13099
Re: DHT22 AM2302 - sensor stops working - NaN
I also have the issue with nodeMCU v2 and am2301 but mine is battery powered... And I guess the issue is coming from there as the minimum voltage is 3.3v. What is noticed is that the nodemcu board can continue working and sending data when the battery voltage gets lower but the am2301 doesn't work a...