Search found 89 matches

by oisisi
03 Mar 2020, 12:13
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 218877

Re: ESP Easy Flasher

I don't know if it's a recent WIndows update but the Flasher no longer finds the connected ESP. For Windows and Putty the respective COM port is addressable. I noticed in the log that the registry scan results are being saved and deleted. Can I disable the delete step and look at the scan results?
by oisisi
02 Dec 2018, 20:59
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1499817

Re: Connecting a TM1637 4-Digit Display

To be able to change modes remotely per command generally makes sense, imho. What would happen if you just remove the break from the command functions?
by oisisi
02 Dec 2018, 18:16
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1499817

Re: Connecting a TM1637 4-Digit Display

all of the modules I've tested with this configuration (colon+dot) have only one of the two connected (and most of the times is the colon :( ). After extensive testing it seems mine is also one of those. I was hoping to use the dots as additional status indicators. I guess I have to add separate LE...
by oisisi
02 Dec 2018, 11:12
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1499817

Re: Connecting a TM1637 4-Digit Display

all of the modules I've tested with this configuration (colon+dot) have only one of the two connected (and most of the times is the colon :( ). Thanks for your quick response. I've seen several remarks online where people came to the same conclusion. I'll see if I can get to the dots with this libr...
by oisisi
02 Dec 2018, 09:06
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1499817

Colon AND dots?

I have a four-digit display with both, dots and a colon (8.8.:8.8.). It seems that I cannot address the dots. In temperature display mode the colon is used as decimal separator. It doesn't make a difference if set the plugin to address a display with dots. Is it even possible to use the dots or indi...
by oisisi
30 Sep 2018, 17:13
Forum: ESP Easy: General Discussion
Topic: Best practive recommendations (PIO, own modifications)?
Replies: 2
Views: 2837

Re: Best practive recommendations (PIO, own modifications)?

Thanks for the response. I created my own env which includes IR receive and plugin 144 (RC Switch TX, from the playground). For that purpose I also have to modify 'define_plugin_sets.h'. I'd like to stay in sync with the main repository and not have to wade through local merge conflicts.
by oisisi
25 Sep 2018, 17:57
Forum: ESP Easy: General Discussion
Topic: Best practive recommendations (PIO, own modifications)?
Replies: 2
Views: 2837

Best practive recommendations (PIO, own modifications)?

I'd like to use plugins from the playground but also keep in sync with the upstream repo with the least manual effort. I use Custom.h and that gets ignored as it should be. What is the recommended/easiest way to maintain an own section in platformio.ini, to include additional plugins and, of course,...
by oisisi
24 Sep 2018, 18:43
Forum: Staff Announcements forum
Topic: Giveaway! 20pcs of programmers
Replies: 53
Views: 106625

Re: Giveaway! 20pcs of programmers

Mine arrived as well. Thanks a lot!
by oisisi
19 Sep 2018, 13:59
Forum: ESP Easy: General Discussion
Topic: Mosquitto on Ubuntu - no connection
Replies: 18
Views: 11856

Re: Mosquitto on Ubuntu - no connection

So this implies that a client ID collision could not be the cause of the observed issue.
by oisisi
17 Sep 2018, 12:18
Forum: ESP Easy: General Discussion
Topic: Mosquitto on Ubuntu - no connection
Replies: 18
Views: 11856

Re: Mosquitto on Ubuntu - no connection

The client ID is not about security it is about identity. Every MQTT client introduces itself with an ID when connecting to the broker. I observed similar behavior when a client ID was not unique. The broker would reject connections from clients using an ID that is already in use by another connecte...
by oisisi
15 Sep 2018, 19:16
Forum: ESP Easy: General Discussion
Topic: Mosquitto on Ubuntu - no connection
Replies: 18
Views: 11856

Re: Mosquitto on Ubuntu - no connection

In recent versions there is an advanced setting "MQTT usage unit name as ClientId" have you tried activating that?
by oisisi
12 Sep 2018, 21:13
Forum: ESP Easy: Software
Topic: TSOP4838 no data read IR
Replies: 14
Views: 8571

Re: TSOP4838 no data read IR

Found the issue, modest pull request entered.
by oisisi
11 Sep 2018, 18:10
Forum: ESP Easy: Software
Topic: TSOP4838 no data read IR
Replies: 14
Views: 8571

Re: TSOP4838 no data read IR

To revive this: When I use a recent binary build which includes the IR library and plugins I can see in the log that codes are received and recognized but the MQTT payload always contains "0": 515390 : IR: Encoding : NEC Code : 1FEA05F (32 bits) 515416 : MQTT : home/environment/esp031/irin...
by oisisi
10 Sep 2018, 22:21
Forum: Staff Announcements forum
Topic: Giveaway! 20pcs of programmers
Replies: 53
Views: 106625

Re: Giveaway! 20pcs of programmers

Temperature, ambient brightness, light switches (remote controlled and fixed ones), door bells, motion, IR, and much more - all this can be sensed or actuated with ESP easy. It is an out of the box Jack of all trades. There is not much missing (speaking of missing, AWS IOT GW/secure MQTT support wou...
by oisisi
10 Sep 2018, 06:56
Forum: ESP Easy: General Discussion
Topic: Support of WPA2 "Enterprise" (IEEE 802.1X/Radius)
Replies: 3
Views: 4166

Re: Support of WPA2 "Enterprise" (IEEE 802.1X/Radius)

It's been done (for at least one flavor of WPA2 Enterprise) but it requires using the chip manufacturer's SDK.
by oisisi
10 Sep 2018, 06:45
Forum: ESP Easy: General Discussion
Topic: RC-Switch-TX plugin (433 MHz control) as default?
Replies: 0
Views: 1928

RC-Switch-TX plugin (433 MHz control) as default?

There are several rc-switch based plugins in the playground. I think P144 is the best and most flexible. Anybody else like to see it to become a standard plugin?
by oisisi
18 Aug 2018, 09:31
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9380

Re: Public MQTT Broker not working

Then I am also out of ideas. Is your issue perhaps related to this topic?
by oisisi
17 Aug 2018, 16:55
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9380

Re: Public MQTT Broker not working

Try to replace the hostname with the IP address 37.187.106.16 (and change the dropdown accordingly).
by oisisi
16 Aug 2018, 20:28
Forum: ESP Easy: Software
Topic: missing events after some days of runtime
Replies: 5
Views: 4162

Re: missing events after some days of runtime

Currently, after an uptime of almost 23 hours, there are no entries regarding connect or disconnect from the module in mosquitto's current logs (there would be). I checked, the subscription is still alive.
by oisisi
15 Aug 2018, 21:40
Forum: ESP Easy: Software
Topic: missing events after some days of runtime
Replies: 5
Views: 4162

Re: missing events after some days of runtime

I did more research: Commands via web (wget/curl) continue to work (connectivity is therefore not the issue Memory remains stable Publishing from the device (Wemos D1 mini and Wemos D1 mini pro) keep working. Changing the "Controller Subscribe" topic (for OpenHAB MQTT) through the web inte...
by oisisi
14 Aug 2018, 13:56
Forum: ESP Easy: General Discussion
Topic: Meta: Cannot log in from tablet
Replies: 2
Views: 4093

Re: Meta: Cannot log in from tablet

Sorry, I was unclear: the undraggable captcha kept me from logging in into the forum.
by oisisi
14 Aug 2018, 07:04
Forum: ESP Easy: Software
Topic: missing events after some days of runtime
Replies: 5
Views: 4162

Re: missing events after some days of runtime

I experience something similar and was about to post my own topic when I came across this one. I tried several recent mega releases and while the module keeps running and is sending MQTT it stops reacting to published commands after a day and half or so. I syslogged vitals but can't see any anomalie...
by oisisi
14 Aug 2018, 06:56
Forum: ESP Easy: General Discussion
Topic: Meta: Cannot log in from tablet
Replies: 2
Views: 4093

Meta: Cannot log in from tablet

I get prompted to solve a drag-and-drop captcha but none of the browsers I use on my iPad (Safari, Chrome, Firefox) seem to support that. Is there an alternative way?
by oisisi
22 Jun 2018, 23:05
Forum: ESP Easy: General Discussion
Topic: Analog continuous read
Replies: 2
Views: 2189

Re: Analog continuous read

Thanks. This confirms my observation, I'll stop my search and stick to my Arduino sketch to continuously read analog values then.
by oisisi
22 Jun 2018, 21:56
Forum: ESP Easy: General Discussion
Topic: Analog continuous read
Replies: 2
Views: 2189

Analog continuous read

I may be missing something but what can I do to continuously read an analog (knock) sensor and (using a limiting rule) publish the values? If I set the time interval to 0 it resets to 60.
by oisisi
11 Aug 2017, 12:25
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

I used the latest files with the most recent Arduino IDE, took out a few plugins that added too much to the size, I added the two mentioned plugins and it compiled with only one warning. Try fetching the latest Arduino IDE.
by oisisi
21 Jun 2017, 11:16
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

That's the problem! The log you see comes from controller.ino which is common for all controllers. The syntax descriped above is only implemented in "OpenHAB MQTT" (CPlugin 5). In "PiDome MQTT" (CPlugin 6) it is implementet differently (...) Thanks for tenaciously investigating ...
by oisisi
20 Jun 2017, 20:21
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

JKD wrote: 19 Jun 2017, 21:23 Is your first controller "OpenHAB MQTT" ???
No, I use PiDome MQTT format with Controller Subscribe: "home/%sysname%/#". %sysname% is esp014 and therefore I assume "home/esp014/cmd" should be interpreted.
by oisisi
13 Jun 2017, 17:57
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

"RC,ON=1000010000,5" should work Thanks for the advice. Regrettably it doesn't work. I can see that the payload arrives in the log: mosquitto_pub -t "home/esp014/cmd" -m "RC,ON=1000010000,5" shows up in the log as 375247309 : MQTT : Topic: home/esp014/cmd 375247309 : M...
by oisisi
07 Jun 2017, 19:11
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

In your case - try 'mosquitto_pub -t "home/esp014/cmd" -m "rfsend,1000010000,5" Hope this helps.. Regrettably this and variants thereof don't work. My device is named "rcswitch" so I tried `mosquitto_pub -t "home/esp014/cmd" -m "rcswitch,ON=1000010000,5&...
by oisisi
05 Jun 2017, 18:35
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

I am now using "Plugin 144: RC-Switch TX" from the plugin playground together with the current Mega release. It works nicely with my dip switch and rotary type sockets. Regrettably, I can't get it to work with MQTT so I have to to issue get requests (e.g. http://192.168.4.151/control?cmd=R...
by oisisi
01 Mar 2017, 21:00
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

Post it here, we might try to create a plugin out of it... Well you were warned. Here it is. It works with sockets that have dip switches for selecting the code and ones with two rotary code selectors. /* MQTT -> ESP8266 -> RC controlled socket parsing JSON formatted topic and turns 433.92 MHz radi...
by oisisi
01 Mar 2017, 13:22
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

data wrote:Post it here, we might try to create a plugin out of it...
I was afraid this would pop up. It is currently very ugly, I'll clean it up a bit and post it.
by oisisi
28 Feb 2017, 14:59
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

Thanks for the reply. I now hacked together my own standalone sketch. Regrettably, I lack the skills to work it into a plugin.
by oisisi
25 Feb 2017, 21:28
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65586

Re: rc-switch plugin

For my understanding, under 'commando' it expects the raw binary sequence? Higher level command from rc-switch (like the ones mentioned here) are not supported, right?
by oisisi
20 Jan 2017, 12:50
Forum: ESP Easy: Software
Topic: Only publish on change
Replies: 2
Views: 3073

Re: Only publish on change

Thank you Andrew. This is what I was looking for. I knew it could be right in front of my eyes.
by oisisi
14 Jan 2017, 07:26
Forum: ESP Easy: Software
Topic: Only publish on change
Replies: 2
Views: 3073

Only publish on change

Is there a way (a rule, a formula, a setting) to only publish when a value changes or, even better, when the delta is above a defined threshold? I use lux and distance sensors. I want (relevant) changes to be published immediately but not clutter the airwaves / swamp the broker with the same message...
by oisisi
06 Jul 2016, 16:22
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 291018

Re: ESP Easy Releases

Martinus wrote:As some users seem to struggle with compiling and such, i've decided to launch a new downloadable stable build (R108) to close the gap between existing R78.
Thank you! Flashing from the command line to an Wemos D1 mini went without a hitch.
by oisisi
06 Jul 2016, 13:53
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 291018

Re: ESP Easy Releases

I understand that I need the Arduino IDE version 1.6.5 (preferably installed as portable), the libraries that come with the latest stable release, and ESP core 2.1.0 to compile the current github code. My problem: Arduino IDE 1.6.5 doesn't play nice with the proxy I am behind. Recent versions of the...