Search found 18 matches

by Waryard
15 Mar 2022, 00:51
Forum: ESP Easy: Software
Topic: Mess with the Fuse and DeepSleep for my Mailbox
Replies: 1
Views: 5191

Mess with the Fuse and DeepSleep for my Mailbox

Hello everybody! I managed to solder as tiny as I could a Wemos D1 mini with its battery and battery shield, without forgetting the sensor, to fit into my mailbox Everything works great, the info is sent via MQTT and after a trigger, the sensor keeps the trigger pin high for 5min30sec, so now as I d...
by Waryard
15 Nov 2020, 22:27
Forum: ESP Easy: Software
Topic: Failed to add a plugin from the playground
Replies: 4
Views: 6068

Re: Failed to add a plugin from the playground

Little precision, the plugin needed SoftwareSerial

I tried this one https://github.com/PaulStoffregen/SoftwareSerial
And also this one for ESP8266 https://github.com/plerup/espsoftwareserial

But the result is the same, compilation fails with many errors like the ones mentioned before
by Waryard
15 Nov 2020, 22:24
Forum: ESP Easy: Software
Topic: Failed to add a plugin from the playground
Replies: 4
Views: 6068

Re: Failed to add a plugin from the playground

I added the plugin by my own way but it seems to have a lib define problem /home/me/dev/ESPEasy/ESPEasy_ESP82xx_mega-20201102_special_teleinfo_edf/source/src/_P127_Teleinfo.ino:49:37: error: 'SENSOR_TYPE_SINGLE' was not declared in this scope Device[deviceCount].VType = SENSOR_TYPE_SINGLE; /home/me/...
by Waryard
15 Nov 2020, 22:02
Forum: ESP Easy: Software
Topic: Failed to add a plugin from the playground
Replies: 4
Views: 6068

Re: Failed to add a plugin from the playground

The easiest is to go for the environment “env:custom_ESP8266_4M” and unfold that one. Then select “Build” to see if it will start building.
Even with the best motivation, I can't understand this phrase.

How to "go for the environment “[...]”
How to "unfold" it ?
by Waryard
15 Nov 2020, 19:21
Forum: ESP Easy: Software
Topic: Failed to add a plugin from the playground
Replies: 4
Views: 6068

Failed to add a plugin from the playground

Hello everybody, I want to use this plugin : https://github.com/letscontrolit/ESPEasyPluginPlayground/blob/master/_P127_Teleinfo.ino The french electric meter has an "serial" output, this plugin helps decoding the instant power, index, contract and many other infos... I use Atom and Platfo...
by Waryard
06 Oct 2019, 17:05
Forum: ESP Easy: Software
Topic: Solved
Replies: 1
Views: 4955

Solved

Solved.
by Waryard
26 Sep 2019, 01:44
Forum: RFLink: French support forum
Topic: Communication sécurisée avec un Arduino récepteur
Replies: 2
Views: 10636

Re: Communication sécurisée avec un Arduino récepteur

Bonjour, Sauf erreur, RF-Link ne gère pas de codes tournants. Si c'est bien le cas, ta commande radio envoyée dans les airs sera toujours la même. Il suffira de rejouer ce signal (même sans comprendre le protocole) pour ouvrir ta porte, comme pour les PLIP auto des années 90... Je regarderais aille...
by Waryard
25 Sep 2019, 19:08
Forum: RFLink: French support forum
Topic: Communication avec un Arduino émetteur
Replies: 0
Views: 11327

Communication avec un Arduino émetteur

Encore une fois bonsoir à tous, J'ai un Arduino avec un montage me permettant de relever ma consommation électrique et la transmettre à mon RF-Link, après bon nombre d'essais de bibliothèques et bidouilles en tout genre, le seul protocole fonctionnel que j'ai pu utiliser est le protocole OOK en émul...
by Waryard
25 Sep 2019, 19:02
Forum: RFLink: French support forum
Topic: Communication sécurisée avec un Arduino récepteur
Replies: 2
Views: 10636

Communication sécurisée avec un Arduino récepteur

Bonjour à tous, J'ai un Arduino avec un RXB6 chargé de déclencher un relais pendant 1sec (trigger) lorsque mon RF-link (sur un Raspi avec Jeedom) le lui ordonne. Le relais va désarmer la gâche de ma porte d'entrée donc je ne prend pas ça à la légère. Le fait est que certains voisins semblent manier ...
by Waryard
21 Nov 2018, 16:40
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Re: Impossible to add my own plugin

No problem, I understand ;) Now I can work on it and apply the changes in real-time on the clock, when I've corrected everything (and get the clock working) and implemented the letters for displaying messages via URL it will be back on Github, actually the plugin is not usable
by Waryard
21 Nov 2018, 15:59
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Re: Impossible to add my own plugin

I solved the problem by myself. Now my code is private.
by Waryard
19 Nov 2018, 02:04
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Re: Impossible to add my own plugin

Hello, I have installed Atom, Platformio and some packages, I just spend 4 hours trying hundred things, nothing worked - Totally impossible to build Mega release, I have always the error "Environment normal_ESP8266_4096 [ERROR]" without any further informations. - With v2.0 release, it com...
by Waryard
17 Nov 2018, 21:41
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Re: Impossible to add my own plugin

grovkillen wrote: 17 Nov 2018, 21:21 No #endif ?
Oh, at the bottom of my code I have one #endif for #ifdef USES_P421 and one disabled (commented) #endif for #ifdef PLUGIN_BUILD_NORMAL (this line is also disabled), this two lines are after my functions so I forgot to copy/paste it here
by Waryard
17 Nov 2018, 20:29
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Re: Impossible to add my own plugin

You're free to use whatever you like. ;) I just say that Platformio.ini is the setup file we use officially. Okay, good! I thought there might be a compatibility issue with user code while compiling with Arduino IDE I will try to compile via Platformio soon, to be sure that it is not the fault of A...
by Waryard
17 Nov 2018, 18:15
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Re: Impossible to add my own plugin

We use Platformio/Atom officially and load the plugins dynamically at compile time. If you want to use Arduino IDE you're left on your own since time is scarce on our side. I really don't understand why. Arduino IDE compile fine and I added the playground plugin Feeder in the source folder then com...
by Waryard
16 Nov 2018, 14:20
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Re: Impossible to add my own plugin

grovkillen wrote: 16 Nov 2018, 14:16What IDE?
Arduino IDE (version 1.8.5)
2018-11-16_14-18-45.jpg
2018-11-16_14-18-45.jpg (215.66 KiB) Viewed 7898 times
by Waryard
16 Nov 2018, 14:09
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7903

Impossible to add my own plugin

Hello everybody! I just wrote a plugin (giant LED clock with RGB strip) with the example of another plugin and the template, but I can't see it in the device list (so obviously I can't use it) I tried with and without "#ifdef USES_P421" and also with and without "#ifdef PLUGIN_BUILD_N...