Search found 35 matches

by wutu
19 Sep 2018, 10:38
Forum: ESP Easy: Hardware
Topic: Multiple Devices on same I2C Address
Replies: 2
Views: 3275

Re: Multiple Devices on same I2C Address

Hey krikk, good idea.
Do not think about writing plugin for ESPEasyPluginPlayground?
by wutu
01 Oct 2017, 13:43
Forum: ESP Easy: Hardware
Topic: PCA9685 wiring
Replies: 11
Views: 10834

Re: PCA9685 wiring

Download EASPEasy. Open it in ArduinoIDE. On tab _P022_PCA9685 change

this line
Plugin_022_writeRegister(PCA9685_MODE2, (byte)0x10); // set to output
to
Plugin_022_writeRegister(PCA9685_MODE2, (byte)B00000101); // set to output

Compile and upload to ESP.
by wutu
06 Dec 2016, 18:47
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 184291

Re: Arduino Easy 2560

Martinus, amazing job. Please add Protocol 5. 8-)
by wutu
28 Nov 2016, 11:10
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20971

Re: LastWill mqtt?

It would be good to solve this separate topic. With online/connected status.

Now I find out whether the device is reconnected to a broker. Respectively. I have in my system two rules are in addition to achieve this.

See also viewtopic.php?f=6&t=2352
by wutu
28 Nov 2016, 11:05
Forum: ESP Easy: Software
Topic: Text string and JSON payload on a single topic
Replies: 0
Views: 2003

Text string and JSON payload on a single topic

I do not think it a good idea to mix species payload on a single topic. It's then processing issue. Many software distinguishes the type of payload. For example Freeboard where it is important to determine whether the devices communicate using JSON already during configuration.
by wutu
07 Nov 2016, 16:01
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38029

Re: Support for ESP32 - the story so far

ESPEasy + ESP32 with Ethernet port or WiFi is my dream combination. :idea: One probe to rule them all. :)
by wutu
12 Oct 2016, 12:56
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121523

Re: ESP Easy next stable... (release candidate 1)

HI, So what is the new style MQTT GPIO/PWM commands?
by wutu
12 Oct 2016, 12:32
Forum: ESP Easy: Hardware
Topic: H801 : RGB controller based on ESP8266 avalaible from China
Replies: 134
Views: 187858

Re: H801 : RGB controller based on ESP8266 avalaible from China

With R120 does not operate PWM through a MQTT (OpenHAB MQTT). ESP freezes. Http command working OK.
With the R137_RC1 everything is OK.

EDIT: On wemos d1 mini with R121 does not work too.
by wutu
28 Jun 2016, 13:43
Forum: ESP Easy: General Discussion
Topic: Reboot router, ESPEasy doesn't reconnect?
Replies: 14
Views: 14544

Re: Reboot router, ESPEasy doesn't reconnect?

With the R108 I have a problem with the protocol 5 (OpenHAB). Otherwise below ok.
http://www.esp8266.nu/forum/viewtopic.p ... t=20#p7626
by wutu
28 Jun 2016, 10:03
Forum: ESP Easy: General Discussion
Topic: ESP Easy sending data to my personal Software
Replies: 2
Views: 4594

Re: ESP Easy sending data to my personal Software

You can use protocol 5 (OpenHAB = MQTT).
Communication as follows: ESPEasy <> MQTT Broker (e.g. Mosquitto) <> Your Software
Into your software you must add some MQTT client.
https://github.com/search?l=C%23&q=MQTT ... =%E2%9C%93
by wutu
28 Jun 2016, 09:54
Forum: ESP Easy: General Discussion
Topic: Reboot router, ESPEasy doesn't reconnect?
Replies: 14
Views: 14544

Re: Reboot router, ESPEasy doesn't reconnect?

From https://github.com/ESP8266nu/ESPEasy/bl ... eNotes.ino
// R95 31-03-2016
// Added periodic Wifi reconnect check when Wifi connection is lost, AP will be active during this stage
by wutu
28 Jun 2016, 09:50
Forum: ESP Easy: Software
Topic: MQTT : Failed to connected to broker
Replies: 41
Views: 58367

Re: MQTT : Failed to connected to broker

I have the same problem with the R108. As sozkara.
by wutu
05 Jun 2016, 10:09
Forum: ESP Easy: Software
Topic: MQTT : Failed to connected to broker
Replies: 41
Views: 58367

Re: MQTT : Failed to connected to broker

I have the version R91, R100, R103 and 2x R107. When I retart the AP, only R91 to connect always. Other versions someone joins permanently or end up in a loop (Socket error on client ESPClientX, disconnecting.).
I'm using OpenHAB MQTT, Broker Mosquitto 1.4.9 on Linux.
by wutu
28 May 2016, 13:58
Forum: ESP Easy: Hardware
Topic: PWM flickering with small analogWrite values
Replies: 0
Views: 2091

PWM flickering with small analogWrite values

I found to do this: https://www.bountysource.com/issues/270 ... ite-values
and this: http://www.esp8266.nu/forum/viewtopic.p ... ring#p3434

You observe something similar? I drive through OpenHAB MQTT.
by wutu
10 Apr 2016, 19:38
Forum: ESP Easy: Software
Topic: WS2812
Replies: 30
Views: 25152

Re: WS2812

msev: Course you're right, but it also uses https://github.com/adafruit/Adafruit-GFX-Library. That makes me a bit confounded. Deennoo: I compiled with the Arduino IDE 1.6.8 and ESP8266 2.1.0, all other libraries in the last github version. If you prefer, write, I compile it for you. Just tell which ...
by wutu
09 Apr 2016, 17:43
Forum: ESP Easy: Software
Topic: WS2812
Replies: 30
Views: 25152

Re: WS2812

Sticilface nicely tuned https://github.com/sticilface/Melvanimate.
With MQTT and can be controlled via http://pixelinvaders.ch/?page_id=160
On Wemos D1mini works well. Use the library from Adafruit.
by wutu
03 Apr 2016, 19:32
Forum: ESP Easy: Software
Topic: R95 error when compiling
Replies: 3
Views: 4646

Re: R95 error when compiling

Thx xbmcnut, working for me.
by wutu
30 Mar 2016, 00:58
Forum: ESP Easy: Software
Topic: How to ask a ESPeasy device of a GPIO state?
Replies: 18
Views: 60726

Re: How to ask a ESPeasy device of a GPIO state?

Stefan: You can read from http://ESPEasy/json

noox: In device config check the "Send Data"
Minimal it works with OpenHub Protocol (almost generic MQTT).
Development versions has also "Send Boot state"
by wutu
11 Mar 2016, 08:47
Forum: ESP Easy: Hardware
Topic: PIR sensor
Replies: 35
Views: 33121

Re: PIR sensor

jeah, but in my gira-homeserver i have configured a longer timer than the PIR has itself, so that my lights stay on over this longer duration. without going off after the pir-timer. or flicker off... i could do this again with my homeserver and ESPeasy, but it would be nice, if i configure the PIR ...
by wutu
09 Mar 2016, 08:18
Forum: ESP Easy: Software
Topic: Other than the default MQTT template not working for actuators (OpenHUB protocol)
Replies: 5
Views: 4997

Re: Other than the default MQTT template not working for actuators (OpenHUB protocol)

Hello Martinus. Thanks for the quick fix. Everything works as it should. Just one observation: If the switch is set to: myhome/firstfloor/office/esp01/mcpgpio/3 Sends status only when first using the switch. When I change it to: myhome/firstfloor/office/esp01/mcpgpio/state everything is alright than...
by wutu
07 Mar 2016, 19:15
Forum: ESP Easy: Software
Topic: pimatic support
Replies: 8
Views: 7849

Re: pimatic support

tozett wrote: fast demo-website (on a raspberry?)
8-)
I do not know, but I do not run slower on my rpi.

Because ESP Easy caught me, I wrote MQTT module for Pimatic https://forum.pimatic.org/topic/1444/ne ... matic-mqtt or https://github.com/wutu/pimatic-mqtt/tree/master
by wutu
07 Mar 2016, 11:20
Forum: ESP Easy: Software
Topic: Other than the default MQTT template not working for actuators (OpenHUB protocol)
Replies: 5
Views: 4997

Other than the default MQTT template not working for actuators (OpenHUB protocol)

If I have: Subscribe Template: myhome/firstfloor/office/%sysname%/# Publish Template: myhome/firstfloor/office/%sysname%/%tskname%/%valname% Published data can be performed properly. But when attempting to use actuator. Message arrives to ESP, but nothing happens. And whether it's the actuator is co...
by wutu
26 Feb 2016, 00:49
Forum: ESP Easy: General Discussion
Topic: MQTT gpio switching info
Replies: 7
Views: 15765

Re: MQTT gpio switching info

Yes, it is possible.
I use:
esp GPIO:
<systopic>/pwm/<pin> with payload: 0-254
pca9685 GPIO
<systopic>/pcapwm/<pin> with payload: 0-4094
by wutu
24 Feb 2016, 16:40
Forum: ESP Easy: Software
Topic: WS2812
Replies: 30
Views: 25152

Re: WS2812

Looks like sticilface sleeps not. So hopefully something will.
https://github.com/sticilface/Melvanimate
by wutu
24 Feb 2016, 08:03
Forum: ESP Easy: Hardware
Topic: PCA9685 wiring
Replies: 11
Views: 10834

Re: PCA9685 wiring

costo: Thank you, that is exactly it. Afternoon test it and let you know.

Setup is:
Plugin_022_writeRegister(PCA9685_MODE2, (byte)B00000101);

Thank you again. FETs are already hot. :P
by wutu
23 Feb 2016, 19:17
Forum: ESP Easy: Hardware
Topic: PCA9685 wiring
Replies: 11
Views: 10834

Re: PCA9685 wiring

Thank you, but it's a matter ESPEasy, the program depends on what mode will control the output.
values:
INVRT
OUTDRV

P.S. I have education in electronics and telecommunications. Needless to lecture me about the basics. :D
by wutu
23 Feb 2016, 16:34
Forum: ESP Easy: Hardware
Topic: PCA9685 wiring
Replies: 11
Views: 10834

Re: PCA9685 wiring

costo: thx, of course I read it.
But on the wiki is not mentioned involved LEDs.
According to the datasheet it may be Fig 13., Fig 14. and Fig 15., on page 29.
https://www.adafruit.com/datasheets/PCA9685.pdf

Fig 13. and Fig 15. is not working for me.
by wutu
23 Feb 2016, 13:27
Forum: ESP Easy: Hardware
Topic: PCA9685 wiring
Replies: 11
Views: 10834

PCA9685 wiring

Hi, I am unable to run PCA9685. On i2c see him. And I have this wiring: https://blog.adafruit.com/2013/03/29/po ... pberry_pi/, on ESP of course. Is it right?
by wutu
17 Feb 2016, 11:01
Forum: ESP Easy: Software
Topic: Uptime unit ower mqtt
Replies: 0
Views: 1887

Uptime unit ower mqtt

Please , it would consider whether uptime through MQTT could be in seconds.
Most systems I've got, expects basic SI units .
by wutu
14 Feb 2016, 10:04
Forum: ESP Easy: Software
Topic: WS2812
Replies: 30
Views: 25152

Re: WS2812

just for the ws2812 lover, i surfed over this, maybe an inspiration to bring here over? :mrgreen: http://forkineye.com/espixelstick/ I tested this on Christmas. DMX is not appropriate for wireless. Better to me whether it controls already prepared animations in esp8266. With editable parameters. Li...
by wutu
11 Feb 2016, 09:45
Forum: ESP Easy: Hardware
Topic: PCA9685 wrong detection
Replies: 6
Views: 4662

PCA9685 wrong detection

PCA9685 is badly detected.

I2C Scan:
I2C Addresses in use Known devices
0x40 SI7021 Temp/Hum Sensor, INA219
by wutu
05 Feb 2016, 07:56
Forum: ESP Easy: Software
Topic: pimatic support
Replies: 8
Views: 7849

Re: pimatic support