Search found 89 matches

by fluppie
23 Dec 2020, 23:27
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 94652

Re: SonOff POW R2 support

emoncms : Unknown sensortype or too many sensor values

This issue will be solved :-)

https://github.com/letscontrolit/ESPEas ... 07.ino#L62

TD-er is aware and will fix it :-) https://github.com/letscontrolit/ESPEasy/issues/3438
by fluppie
18 Mar 2020, 23:28
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

NIce, I have it working. Limited my string 12 chars, reduced baud from 115200 (which I think is to fast for softwareserial on an Arduino Nano with Atmega328) to 9600 baud. If I'm right, the potential of 9600 baud = 9600 bits per second = 960 bytes per second (1 start bit+8 bits+1 stop bit). Right? S...
by fluppie
18 Mar 2020, 00:14
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

Aha ok. I did compile myself using VS Code and used "custom_ESP32" But it should be working? Do you have an example screenshot of a working configuration? I wanted to use SoftSerial on an Arduino Uno/Nano/Mini at 115200 baud to Serial1 or 2 of the ESP32. Would this 8 to 9 Hz datarate work?...
by fluppie
17 Mar 2020, 23:48
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

I flashed an ESP32 with the latest firmware and saw that the Serial Proxy is included. What values do init 1 and init 2 expect? I have a sensor that's putting out a value 8-9 times a second on the serial using serial.print and serial.println How can I get these values to MQTT or another controller, ...
by fluppie
17 Feb 2020, 09:47
Forum: ESP Easy: Software
Topic: Geiger counter settings
Replies: 22
Views: 18398

Re: Geiger counter settings

Cool, consider uploading your data to Radmon https://radmon.org This is mine: https://radmon.org/radmon.php?function=showuserpage&user=fluppie007 http://www.radmon.org/radmon.php?function=submit&user=RADMONUSERNAME&password=RADMONPOSTPASSWD&value=CPMVALUE&unit=CPM You have to cha...
by fluppie
11 Feb 2020, 13:47
Forum: ESP Easy: Hardware
Topic: Senseair Sunrise S11 I2C communication
Replies: 3
Views: 12073

Re: Senseair Sunrise S11 I2C communication

13:46:31.041 -> 488 CO2 13:46:31.041 -> 19.15 C 13:46:36.063 -> 488 CO2 13:46:36.063 -> 19.15 C 13:46:41.061 -> 489 CO2 13:46:41.061 -> 19.16 C 13:46:46.055 -> 489 CO2 13:46:46.055 -> 19.16 C 13:46:51.065 -> 489 CO2 13:46:51.065 -> 19.16 C 13:46:56.084 -> 490 CO2 13:46:56.084 -> 19.16 C That sample ...
by fluppie
11 Feb 2020, 13:07
Forum: ESP Easy: Hardware
Topic: Senseair Sunrise S11 I2C communication
Replies: 3
Views: 12073

Senseair Sunrise S11 I2C communication

Hi all, I'm looking for a working I2C code example for the Sunrise S11 CO2 sensor from Senseair. I'm able to run an UART sample code, but I want to use I2C. Not working example (for me): #include <Wire.h> char FIND_ADDRESS = 'F'; char READ_CO2 = 'R'; byte address = 0x68; //byte address = 104; //slav...
by fluppie
23 Jan 2020, 10:40
Forum: ESP Easy: Hardware
Topic: Anyone has/know the D9-H sensor from Ali?
Replies: 1
Views: 8096

Anyone has/know the D9-H sensor from Ali?

https://nl.aliexpress.com/item/32890855720.html?spm=a2g0o.productlist.0.0.71f646b3z38by0&algo_pvid=637862c0-c96b-4f73-8a16-8cf78b492284&algo_expid=637862c0-c96b-4f73-8a16-8cf78b492284-0&btsid=0ecae2b1-1097-457b-b6f4-8c31d10211b8&ws_ab_test=searchweb0_0,searchweb201602_6,searchweb2016...
by fluppie
06 Sep 2019, 20:48
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

ESP_Easy_mega-20190903_custom_ESP8266_4M1M

Should be this one then :)?
by fluppie
06 Sep 2019, 11:34
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

Any update on this? Is it included in the testing builds or do we need to uncomment something to use it?
by fluppie
07 Aug 2019, 14:28
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

Do I need to define/undefine something? Since it's not appearing in the normal, testing and dev build when self-compiling.
by fluppie
05 Aug 2019, 11:09
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

OK cool, I tried the custom and dev build. Or should I self-compile to get this one in?
by fluppie
03 Aug 2019, 10:57
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Re: Best plugin to start from for 2-way serial communication

Anyone who can tell me which serial plugin is using the best for send / receive within the plugin?
by fluppie
06 Jun 2019, 00:36
Forum: ESP Easy: Software
Topic: Best plugin to start from for 2-way serial communication
Replies: 18
Views: 23933

Best plugin to start from for 2-way serial communication

I want to develop a serial plugin for ESP Easy that sends and receives commands over software serial. Which plugin is the best to start from? Using 2-way communication, send and receive. For example the command to fetch the serial number of the connected device: byte stx[] = {0x02}; byte etx[] = {0x...
by fluppie
20 May 2019, 12:14
Forum: ESP Easy: Software
Topic: Help writing serial plugin
Replies: 1
Views: 3382

Re: Help writing serial plugin

Who would like to help on this? I got a little bit further in understanding the serial protocoll and decoding it with regular Arduino code on a ESP8266. Now I want to send/get results through an ESP Easy plugin. Who want's to offer help? If one of the main dev's want to help out I could donate to th...
by fluppie
17 May 2019, 22:10
Forum: ESP Easy: Projects / Applications
Topic: zigbee extender/repeater
Replies: 3
Views: 8935

Re: zigbee extender/repeater

I use this together with home-assistant: https://www.zigbee2mqtt.io Regarding ESP8266 as Zigbee Coordinator, maybe check this: https://www.zigbee2mqtt.io/how_tos/how_to_esp8266_with_cc2530.html Zigbee Routers: https://www.zigbee2mqtt.io/how_tos/how_to_create_a_cc2530_router.html Or plug and play: ht...
by fluppie
06 Feb 2019, 00:49
Forum: uPyEasy: General Discussion
Topic: AurAir Launched!!!
Replies: 6
Views: 18603

Re: AurAir Launch in ... 16 days

I just think the BME680 is a very good sensor. Had some issues with RH measurements of chinese/aliexpress (fake?) BME280 sensors. Then bought from Pimoroni some BME680 breakouts. The RH measurements are good, tested 3 of them in a glass with salt/water solution. They quickly ramp up close to 75% RH ...
by fluppie
02 Feb 2019, 12:29
Forum: uPyEasy: General Discussion
Topic: AurAir Launched!!!
Replies: 6
Views: 18603

Re: AurAir Launch in ... 13 days

Senseair sensor? Bosch BME680?
by fluppie
30 Jan 2019, 13:19
Forum: uPyEasy: Software
Topic: Convert regular Py script to MicroPython
Replies: 2
Views: 21201

Convert regular Py script to MicroPython

I'm completely new to Py/µPy, I only have some basic Arduino skills. I found a working Py 2.7 script that I can run off a Rpi. Only I want to run the script from a ESP device. Can we run the script also on µPy, or does it need to be rewritten? #!/usr/bin/python # coding=utf-8 # 22.12.2011 # Dieses P...
by fluppie
19 Jan 2019, 02:49
Forum: ESP Easy: Hardware
Topic: Sensair S8
Replies: 118
Views: 87552

Re: Sensair S8

Disabling the serial port didn't work for me either. Back on 18 12 2018.
You can follow my units here :) : https://emoncms.org/Edegem/bme680voc

P.S.: I have 22 Ohm resistors in series with RXD and TXD. I guess that's also fine?
by fluppie
19 Jan 2019, 02:31
Forum: ESP Easy: Hardware
Topic: Sensair S8
Replies: 118
Views: 87552

Re: Sensair S8

I have the same as you, with the newest builds. I reverted back to 18 12 2018. Build time:⋄ Dec 18 2018 03:12:49 Binary filename:⋄ ESP_Easy_mega-20181218_normal_ESP8266_4096.bin This is working for me. I haven't tried disabling the HW serial port when re-routing HW serial to D7 and D8. I'll reflash ...
by fluppie
17 Jan 2019, 13:36
Forum: ESP Easy: Software
Topic: HC-SR04 and the temperature
Replies: 5
Views: 6370

Re: HC-SR04 and the temperature

Check this: https://www.instructables.com/id/Improv ... -Accuracy/

I was wondering if you would get better results on a ESP32 as the timer is in µs instead of ms?
by fluppie
16 Jan 2019, 08:32
Forum: ESP Easy: Software
Topic: Help writing serial plugin
Replies: 1
Views: 3382

Help writing serial plugin

I use Plugin 165 from the playground, SerSwitch as a base: void getmcustate() { // 0x02, 0x30, 0x32, 0x36, 0x32, 0x03 / STX 0262 ETX Serial.write(0x02); // Startbit Serial.write(0x30); // 0 Serial.write(0x32); // 2 Serial.write(0x36); // 6 Serial.write(0x32); // 2 Serial.write(0x03); // Stopbit Seri...
by fluppie
08 Oct 2018, 10:56
Forum: ESP Easy: Software
Topic: New MQTT lib in Tasmota, something for ESPEasy?
Replies: 3
Views: 3496

New MQTT lib in Tasmota, something for ESPEasy?

Tasmota is switching to a new MQTT lib:

6.2.1.13 20181008
* Change default Mqtt client library from PubSubClient to non-blocking ArduinoMqtt by Joel Gaehwiler
https://github.com/256dpi/arduino-mqtt

Could ESPEasy also benefit from this library?
by fluppie
17 Jun 2018, 23:38
Forum: uPyEasy: General Discussion
Topic: uPyEasy v0.3.0 released
Replies: 32
Views: 63904

Re: uPyEasy v0.3.0 released

After some fiddling got it working :-). I have a rev0 module: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,h...
by fluppie
15 Jun 2018, 12:31
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 62325

Re: BME 680 sensor

Here you can see the logging of 3 pieces BME680, all within 5cmof eachother: https://emoncms.org/Edegem/bme680voc I'm using the one from Pimoroni: https://shop.pimoroni.com/products/bme680-breakout I'm not to convinced about the VOC accuracy, the trend is the same but I think the absolute value in k...
by fluppie
08 Jun 2018, 20:31
Forum: Staff Announcements forum
Topic: Senseair sensors
Replies: 18
Views: 26789

Re: Senseair sensors

Bought one :). Nice that someone from Senseair is on this forums :)
by fluppie
12 Mar 2018, 20:49
Forum: ESP Easy: Hardware
Topic: ESPEasy & BME680
Replies: 9
Views: 15693

Re: ESPEasy & BME680

I was able to compile the mega version from Github with the BME680 plugin from the plugin playground on a Wemos D1 Mini and the BME680 Pimoroni break-out. Logging to emoncms via MQTT: https://emoncms.org/Edegem/bme680voc I had to hardcode the I2C address (0x76 in the Pimoroni break-out case) in the ...
by fluppie
04 Sep 2016, 15:36
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 182820

Re: Feature Request collection/list

A PID Device. Device needs 6 parameters P, I, D, setpoint, Device(actual value) and GPIO for output. A checkbox to determine if it is for heating or cooling would also be nice. I am aware of the limited power of the processor, but for many purposes a cycle time of 5-10 seconds would be sufficient. ...
by fluppie
04 Aug 2016, 21:03
Forum: ESP Easy: Software
Topic: Many MQTT reconnects in 113
Replies: 3
Views: 4328

Re: Many MQTT reconnects in 113

Any idea why it's limited to 31 nodes?
by fluppie
03 Aug 2016, 12:20
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 79587

Re: MH-Z14 / MH-Z19 CO2 sensor

Cool! I'm keen to build a device to monitor CO2 around the house :). I'm following this topic!
by fluppie
02 Aug 2016, 12:36
Forum: ESP Easy: General Discussion
Topic: DHT22 readings not smooth
Replies: 9
Views: 12633

Re: DHT22 readings not smooth

I have something weird. With the ESP8266 my DHT22 Humidity readings are 15-20% off...
See: http://www.emoncms.org/Edegem/dht22comp

Any idea why the open energy monitor ones give another result? They're using the same DHT library...
by fluppie
27 Apr 2016, 09:10
Forum: ESP Easy: General Discussion
Topic: MQTT to Relay with Node-Red
Replies: 38
Views: 45556

Re: MQTT to Relay with Node-Red

https://openenergymonitor.org/emon/node/12437 check this RaspberryPi image, emonCMS, Jessie Lite, Node-Red & openHAB. It's booting pretty quick.
by fluppie
19 Apr 2016, 15:23
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 182820

Re: Feature Request collection/list

https://openenergymonitor.org/emon/node/12437 use this RasPi image to have Node-Red, Openhab and emonCMS running in no-time :-).
by fluppie
18 Apr 2016, 09:41
Forum: ESP Easy: Hardware
Topic: AMS iAQ Core support? VOC/CO2
Replies: 4
Views: 6047

Re: AMS iAQ Core support? VOC/CO2

I also find this one: MICS-VZ-89F http://www.sgxsensortech.com/content/uploads/2015/01/Datasheet-MiCS-VZ-86-and-VZ-89-rev-6.pdf https://sgx.cdistore.com/ProductDetail/MICSVZ89T-SGX-Sensortech-Limited/553643/#.VxSLkaiLShc https://github.com/radhoo/mics_vz_89t http://www.pocketmagic.net/mics-vz-89-air...
by fluppie
15 Apr 2016, 15:40
Forum: ESP Easy: Hardware
Topic: AMS iAQ Core support? VOC/CO2
Replies: 4
Views: 6047

Re: AMS iAQ Core support? VOC/CO2

Then the SenseAir S8 could be an option (75 euros) http://www.senseair.com/products/oem-modules/senseair-s8/ http://www.sensor-test.de/ausstellerbereich/upload/mnpdf/de/SenseAir_S8_DriesenKernGmBH_13.pdf https://www.m.nu/co2matare-fran-senseair-p-1440.html webshop in Sweden Or we wait till Q1 2017 f...
by fluppie
13 Apr 2016, 16:40
Forum: ESP Easy: Hardware
Topic: AMS iAQ Core support? VOC/CO2
Replies: 4
Views: 6047

AMS iAQ Core support? VOC/CO2

http://ams.com/eng/Products/Environment ... iAQ-core-C

Anyone using this device to measure VOC/CO2?
by fluppie
03 Apr 2016, 15:45
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 165461

Re: OLED Scrolling Display

I have it working 8-) . Now I'm looking for a way to use a existing input (pir sensor) as display button. So when someone walks by, the OLED turns on.
by fluppie
02 Apr 2016, 15:32
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 165461

Re: OLED Scrolling Display

Def. going to look into this. A web configurable MQTT display is so cool :). Great work!
by fluppie
02 Apr 2016, 15:28
Forum: ESP Easy: General Discussion
Topic: MQTT Import
Replies: 50
Views: 69829

Re: MQTT Import

I have this plugin working :-). Tonight or tomorrow I'll check out the larger font / scrolling pages version :)
by fluppie
01 Apr 2016, 22:19
Forum: ESP Easy: General Discussion
Topic: MQTT Import
Replies: 50
Views: 69829

Re: MQTT Import

Very cool, now it's easy easy to build a "MQTT display" regardless the source 8-) 8-) 8-) Arduino: 1.6.8 (Windows 8.1), Board:"NodeMCU 1.0 (ESP-12E Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)" C:\Users\Philippe\Documents\Arduino\ESP Easy\ESPEasyR95_MQTTimport\_P210_MQTTImport...
by fluppie
01 Apr 2016, 13:08
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 640231

Re: New ESP gadget

I'm wondering why you configure an output as an input? Is there a specific reason to?
by fluppie
23 Mar 2016, 09:03
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 279745

Re: ESP Easy Releases

Well ... did you? Try it, I mean. I posted this in the Sonoff hardware thread :) I used the new R91 release with rules to control the Sonoff relay with the button and get feedback from the led: on SW_1#Switch do if [SW_1#Switch]=0 gpio,12,0 gpio,13,1 else gpio,12,1 gpio,13,0 endif endon It's workin...
by fluppie
22 Mar 2016, 20:48
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 640231

Re: New ESP gadget

I used the new R91 release with rules to control the Sonoff relay with the button and get feedback from the led:

Code: Select all

on SW_1#Switch do
  if [SW_1#Switch]=0
    gpio,12,0
    gpio,13,1
  else
    gpio,12,1
    gpio,13,0
  endif
endon