Search found 15 matches

by Asco
24 Sep 2018, 15:15
Forum: ESP Easy: Software
Topic: MQTT import ??
Replies: 7
Views: 4964

Re: MQTT import ??

Thank you very much :) !!
by Asco
24 Sep 2018, 15:04
Forum: ESP Easy: Software
Topic: MQTT import ??
Replies: 7
Views: 4964

Re: MQTT import ??

Thank you grovkillen,

is there an example somewhere, I am able to use MQTT with node-red, domoticz and mosquitto, but can't understand how it works with ESPeasy ?

I think there is something wrong with phpBB ;impossible to put 2 images inline..
by Asco
24 Sep 2018, 14:54
Forum: ESP Easy: Software
Topic: MQTT import ??
Replies: 7
Views: 4964

Re: MQTT import ??

Hello, I have been able to write rules to publish from ESP_02 the 2 datas I need to read on the other ESP: chris@L750D:~$ mosquitto_sub -h 192.168.1.3 -t ESP_02_BALANCE/# "poidsLili":2.20 "poidsMiha":3.10 On the ESP which has to receive the datas I have set a controller: Capturec...
by Asco
23 Sep 2018, 19:47
Forum: ESP Easy: Software
Topic: MQTT import ??
Replies: 7
Views: 4964

Re: MQTT import ??

Hello grovkillen, Thank you for your help, As you can understand I'm very new to MQTT :) I don't understand what you mean by "push a simple message" and I don't understand "subscribe to the topic" :roll: :roll: ... SO I think I have to read more about espeasy before coming back t...
by Asco
23 Sep 2018, 18:11
Forum: ESP Easy: Software
Topic: MQTT import ??
Replies: 7
Views: 4964

MQTT import ??

Hello, I would like to use the plugin "MQTT import" on a ESPeasy_01 module to get sensor values from another ESPeasy_02 device. I have read a lot of post about this but can't understand how to use the plugin, perhaps someone can help me please ? ;) using red-node debug I can get: 23/09/201...
by Asco
23 Sep 2018, 17:55
Forum: ESP Easy: Hardware
Topic: HX711 scale fluctuations
Replies: 7
Views: 11339

Re: HX711 scale fluctuations

Hello Osoon,
now it works perfectly, it was because I was using a too small USB powersupply (not enought current).

Thanks
by Asco
22 Aug 2018, 16:14
Forum: ESP Easy: Software
Topic: Writing to log file with rules?
Replies: 8
Views: 5529

Re: Writing to log file with rules?

Ok!! because of your reply I understood there is something missing in my mind :) so I have tried with syslog and it's perfect!!! Thank you for your help! christophe@christophe-Satellite-L750D:~$ tail -f /var/log/syslog |grep I2Cinput#bouton Aug 22 10:11:29 ESP_03_PORTE EspEasy: EVENT: I2Cinput#bouto...
by Asco
22 Aug 2018, 16:07
Forum: ESP Easy: Software
Topic: Writing to log file with rules?
Replies: 8
Views: 5529

Re: Writing to log file with rules?

This script is used to open a door and sometimes, I don't know why, the door open by herself..

I would like to know if it is because of the button I2Cinput#boutonOuvre (I don't trust the pcf8574 input I use) so I am searching for a way to trace the button in log file.

Thanks
by Asco
22 Aug 2018, 15:18
Forum: ESP Easy: Software
Topic: Writing to log file with rules?
Replies: 8
Views: 5529

Re: Writing to log file with rules?

Thank you Grovkillen! Sorry about my question which was not crystal clear :) I need to log some text from rules: something like this: // ------------ Ouverture de la porte -------------- on I2Cinput#boutonOuvre=0 do if [variable#etatPorte]=1 or [variable#etatPorte]=2 event,STOP TaskValueSet 4,4,0 el...
by Asco
22 Aug 2018, 12:44
Forum: ESP Easy: Software
Topic: Writing to log file with rules?
Replies: 8
Views: 5529

Writing to log file with rules?

Hello,
I would like to write some texts in log file for debugging..

is there a command to do that?

Thank you in advance
chris
by Asco
03 Aug 2018, 16:01
Forum: ESP Easy: Software
Topic: Weight - HX711 Load Cell and rules
Replies: 7
Views: 5110

Re: Weight - HX711 Load Cell and rules

Hello All,
Thank you very much to TD-er and grovkillen for your reply.

@grovkillen: your solution is exactly what I needed!!! It works perfectly

Regards
Chris
by Asco
14 Jul 2018, 07:26
Forum: ESP Easy: Software
Topic: _P111_RF.ino
Replies: 0
Views: 1628

_P111_RF.ino

Hello, I'm new to ESPEasy and I'm trying to use the RF receiver plugin. When I refresh devices tab, I can see that the receiver works well; the rf code change every time I push a remote button but In the log nothing happen and Domoticz don't receive the code. When I open the log tab, I can see only ...
by Asco
11 Jul 2018, 14:11
Forum: ESP Easy: Software
Topic: Weight - HX711 Load Cell and rules
Replies: 7
Views: 5110

Weight - HX711 Load Cell and rules

Hello, I use the device "Weight" which works very well... Thank you to the developers!!! I would like to write a rule which set the tare of the scale once a day. (same as if I check the box tare to set the offset on the device config page) Is it possible to do? Is there a place where I cou...
by Asco
24 Jun 2018, 20:09
Forum: ESP Easy: Hardware
Topic: HX711 scale fluctuations
Replies: 7
Views: 11339

Re: HX711 scale fluctuations

Hi Td-er,
Thank you for your help!

The HX711 is powered by a 3.3V pin of the ESP8266...I think you re right.
I'll try to do another way.

Thanks!
Chris
by Asco
24 Jun 2018, 18:19
Forum: ESP Easy: Hardware
Topic: HX711 scale fluctuations
Replies: 7
Views: 11339

HX711 scale fluctuations

Hello, I'm discovering ESPEasy which is fantastic!! Thanks to all the developers! I' have some troubles to use a HX711 to make a scale with the ESP_Easy_mega-20180624_test_ESP8266_4096.bin I' have tried several bin but I always have the same troubles. My ESP8266+HX711 works well if I use an arduino ...