Search found 16 matches

by analogworld
27 Jul 2020, 00:59
Forum: uPyEasy: Projects / Applications
Topic: Thermostat status pooling 30s/24/7
Replies: 0
Views: 13751

Thermostat status pooling 30s/24/7

Hello upyEasy team, I would like to know how reliable could be the application of pooling: temperature (int), thermostat mode (int), valve status(boolean) from 4 thermostats every 30s, 24/7 import hysen2pfc_device import time strMac1 = "72:0F:27:84:22:3A" macbytes1 = bytearray.fromhex(strM...
by analogworld
10 Jul 2020, 22:29
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

Re: diffential pressure and temp. devices with specific i2c data format

My deep thanks to TD-Er, you're a true source of inspiration. I don't remember the last time I've coded in C, but this time I managed to get my plugin working, can't believe it. #ifdef USES_P777 //#######################################################################################################...
by analogworld
08 Jul 2020, 01:32
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

Re: diffential pressure and temp. devices with specific i2c data format

By the way, there are many pre-releases. Is there a recommended release to start from ?
Thanks.
by analogworld
08 Jul 2020, 00:26
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

Re: diffential pressure and temp. devices with specific i2c data format

Hello TD-er,

thanks for your suggestions. I will start working on it. There are some few steps on the way that I will try to overcome.

I'll be back.
by analogworld
07 Jul 2020, 22:55
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

Re: diffential pressure and temp. devices with specific i2c data format

Well, the analog output was killed by the adc analog input of the wemos beeing at 12V. don't know how. So now, my SMI5852 pressure sensor only works on I2c. Below is a flat arduino "flat" code that does not uses a library, how easy do you think it could be for beginner to write a plugin fo...
by analogworld
17 Dec 2019, 09:10
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

Re: diffential pressure and temp. devices with specific i2c data format

Hello TD-er, understood, I will take this guy then (that happens to be much cheaper): https://eu.mouser.com/datasheet/2/589/SM5852_Datasheet_001-1391765.pdf Where I can read the MSB's and LSB's with 2 register readings at 2 different address. it doesn't have temperature reading but I get it through ...
by analogworld
14 Dec 2019, 23:35
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

Re: diffential pressure and temp. devices with specific i2c data format

Hello TD-er, all the sensor that I came across do not have a small adressable memory like in the bmp280. Instead, you get a stream of bytes of data (the 2 first are for pressure, the 2 next are for compensated temperature). I would move on for the TruStability sensor from Honeywell, since there is a...
by analogworld
13 Dec 2019, 17:44
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

Re: diffential pressure and temp. devices with specific i2c data format

Hello TD-er, Thank you for your insighful comments as usual. I understand complely the matter regarding the floating number vs accuracy. I haven't bought the sensor yet, let's then drop this one if it is too complex and do otherwise: --> What should look like a data format returned by an I2c sensor ...
by analogworld
13 Dec 2019, 16:22
Forum: ESP Easy: Hardware
Topic: diffential pressure and temp. devices with specific i2c data format
Replies: 15
Views: 18080

diffential pressure and temp. devices with specific i2c data format

Dear All, I need to use a differential pressure sensor to monitor the static pressure at the output /plenum of my ceiling air conditioner. The sensor has also the good idea to include temperature according to this data format: https://ibb.co/ZJfWmXm How to "parse" the 32 bits code in order...
by analogworld
05 Nov 2019, 10:27
Forum: Introduce yourself
Topic: Greetings from Paris
Replies: 2
Views: 7450

Re: Greetings from Paris

Thank you.
by analogworld
04 Nov 2019, 21:34
Forum: ESP Easy: General Discussion
Topic: [solved]rules that take into account status of other easpeasy device.
Replies: 4
Views: 6728

Re: rules that take into account status of other easpeasy device.

Thank you so much. There is enough material to study with your answer alone.
by analogworld
04 Nov 2019, 20:17
Forum: ESP Easy: General Discussion
Topic: [solved]rules that take into account status of other easpeasy device.
Replies: 4
Views: 6728

Re: rules that take into account status of other easpeasy device.

What do you think of a creating another rule that will publishevery 30s the gpio5 status of each espeasy?

Is it possible then to create a variable then that will sum all status?
by analogworld
04 Nov 2019, 11:44
Forum: ESP Easy: General Discussion
Topic: [solved]rules that take into account status of other easpeasy device.
Replies: 4
Views: 6728

[solved]rules that take into account status of other easpeasy device.

Hello, I''m using 4 electrodragon dual switch which is esp8266 based : https://www.electrodragon.com/product/wifi-iot-relay-board-spdt-based-esp8266/ (of course I've flashed espeasy on it) For each of them, I'm monitoring gpio 5 in the from of value in the variable th_low#state I'have the following ...
by analogworld
04 Nov 2019, 11:32
Forum: Introduce yourself
Topic: Greetings from Paris
Replies: 2
Views: 7450

Greetings from Paris

Hello All,

My name is maxime from Paris, and I would be happy to learn from you and share solution to issues.


Best regards,