Search found 22 matches

by HarpieC
09 Jan 2020, 17:49
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958475

Re: Serial MCU controlled relay/switch

Finally I got it working. The dimmer readings are still inconstant in example set to 185 read 85 or other values but the "relay" state (Relay0) works and the last state is restored after reboot or restart if the last command origin was the touch button too. Here is the rules if somebody is...
by HarpieC
31 Dec 2019, 16:26
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958475

Re: Serial MCU controlled relay/switch

I checked TX and RX and it all seams fine. But still no readings from the tuya mcu.
by HarpieC
31 Dec 2019, 12:52
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958475

Re: Serial MCU controlled relay/switch

Hello, I just flashed the plugin on a Tuya wall dimmer (1 gang dimmer Board labeled with YDM_WIFI_SV4). Which was very painful because i had to cut the RX trace on the PCB to make it work. Sending command work but after every command the MQTT connection is lost. Working (somehow) with tuya / dimmer#...
by HarpieC
04 Oct 2019, 13:00
Forum: ESP Easy: Software
Topic: new homie controller & plug-in (C014 & P086)
Replies: 4
Views: 8258

Re: new homie controller & plug-in (C014 & P086)

Sorry for the delay ... still work in progress. I think you still have to wait a bit. I had to finish the contrib-homie-convention node first. So in the meantime you can tryout the new node (this is my first custom node and a early beta / if not alpha) https://flows.nodered.org/node/node-red-contrib...
by HarpieC
17 Sep 2019, 17:11
Forum: ESP Easy: General Discussion
Topic: mqtt cant receive gpio command
Replies: 18
Views: 19301

Re: mqtt cant receive gpio command

And he couldn’t use C014 because it is in the develop build and not in the normal one (I think)
by HarpieC
17 Sep 2019, 17:06
Forum: ESP Easy: General Discussion
Topic: mqtt cant receive gpio command
Replies: 18
Views: 19301

Re: mqtt cant receive gpio command

I am ;) Nothing to be changed. If somebody uses the homie controller they have to stick with the homie convention. As described. It can do the Job and I use it in several devices - even without a homie compatible controller. You just have to stay with the naming convention like starting with home/ a...
by HarpieC
17 Sep 2019, 15:23
Forum: ESP Easy: General Discussion
Topic: mqtt cant receive gpio command
Replies: 18
Views: 19301

Re: mqtt cant receive gpio command

See https://espeasy.readthedocs.io/en/latest/Controller/C014.html#c014-page The docs page referes to the homie convention controller. The mqtt topic for gpio here is defined as: homie/%unitName%/SYSTEM/gpio#/set The GPIO port must be set to default low or default high in the hardware tab to be incl...
by HarpieC
13 Sep 2019, 18:31
Forum: ESP Easy: Software
Topic: Rules: Clock#Time - possible to compare with a variable?
Replies: 17
Views: 18001

Re: Rules: Clock Time - possible to compare with a variable?

I Register the homie Received device as a Parameter Type integer, or float, or string, it always stores the payload not as 12, but as 12.00. thus - I cannot use it as a time variable..... Float values should be passed via %eventvalue% correctly as float by the homie plugin. There will be an updated...
by HarpieC
13 Sep 2019, 18:10
Forum: ESP Easy: Software
Topic: Homie Receiver P086 ~ Can I use their stored variables in formulaes?
Replies: 2
Views: 7015

Re: Homie Receiver P086 ~ Can I use their stored variables in formulaes?

Hi, sorry for come back to you so late. I`m not very often on the forum (more scanning github) I currently working on an updated version of the homie plugins and a full features custom homie node for Node-RED please try to use on durLeg1 do instead of on homieRec3#durLeg1 do I plan a new pull reques...
by HarpieC
12 May 2019, 10:17
Forum: ESP Easy: Software
Topic: Homie / openHAB 2.4 autodiscover compatibility
Replies: 4
Views: 5193

Re: Homie / openHAB 2.4 autodiscover compatibility

A controller plugin for the Homie MQTT convention is available. Documentation can be found here: Read the Docs ...
This is an early Beta version! Would be nice if anybody can give it a try.
by HarpieC
27 Feb 2019, 09:48
Forum: ESP Easy: Software
Topic: Homie / openHAB 2.4 autodiscover compatibility
Replies: 4
Views: 5193

Re: Homie / openHAB 2.4 autodiscover compatibility

Hi, thank you for your quick reply.

so I head over to issue 1314 on github ...
by HarpieC
26 Feb 2019, 19:30
Forum: ESP Easy: Software
Topic: Homie / openHAB 2.4 autodiscover compatibility
Replies: 4
Views: 5193

Homie / openHAB 2.4 autodiscover compatibility

Dear All, I currently start my home automation new from scratch. The "old" system was based on openHAB 1.8 and mosquitto MQTT server and a lot of openHAB code. I waited a wile until openHAB 2.x settled. Recently I discovered that with Version 2.4 openHAB committed to MQTT by integrating a ...
by HarpieC
04 Dec 2016, 12:12
Forum: ESP Easy: Hardware
Topic: Support for "Sonoff Pow" (from ITead) with Power Consumption Measurement via HLW8012 (HLW 8012) IC?
Replies: 146
Views: 215890

Re: Support for "Sonoff Pow" (from ITead) with Power Consumption Measurement via HLW8012 (HLW 8012) IC?

I found this video on YouTube- perhaps it is usefull:
https://youtu.be/hv_FpBqWFrg

Unfortunately the sonoff pow is currently sold out (again!) so I have to wait a little bit longer for own tests.
by HarpieC
10 May 2016, 08:21
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1861963

Re: Nextion display plugin

Highly apreciate! As these Displays comes with their own mcu on board the esp part should be very lightweight!
First a bridge between mqtt and the display would be nice.
Chris
by HarpieC
20 Apr 2016, 12:02
Forum: ESP Easy: General Discussion
Topic: MQTT gpio switching info
Replies: 7
Views: 15659

Re: MQTT gpio switching info

another question: is there a way to send a pulse of some milliseconds to the gpio pin via MQTT too. I try to avoid http and have all communication via MQTT because it is easier to debug via MQTT spy or MQTT.fx It's working via http: http://<ESP IP address>/control?cmd=Pulse,<pin>,<state>,<duration> ...
by HarpieC
01 Apr 2016, 14:54
Forum: ESP Easy: General Discussion
Topic: Reliability, Wifi & Mesh Network ...
Replies: 8
Views: 19583

Reliability, Wifi & Mesh Network ...

Hello, I love your project and really appreciate your work. Nevertheless I always have trouble with reliability of my sensor network. I planned to install sensor nodes in my greenhouse, external building, cellar, roof ... but I stopped the project due to various problems which all has to do with the...
by HarpieC
27 Mar 2016, 13:55
Forum: ESP Easy: General Discussion
Topic: Problems with (BME280) - actually reconnecting WIFI!
Replies: 6
Views: 8301

Re: Problems with (BME280) - actually reconnecting WIFI!

After more research I found the fallback to AP Mode. I think there must be a better solution especially for hidden sensors where it is difficult to do a cold restart (i.e. false ceilings or in my greenhouse) There must be a timeout for ap-mode too to give the sensor a chance to try to reconnect to t...
by HarpieC
27 Mar 2016, 12:35
Forum: ESP Easy: General Discussion
Topic: Problems with (BME280) - actually reconnecting WIFI!
Replies: 6
Views: 8301

Re: Problems with BME280

Hello again, I've tested several power supply solutions. Finally I found that it is actually NOT a power supply issue here. When I installed 2 ESPs with the same sensor setup they both whent offline after some hours working and never recovered. There must be a connection between both = WLAN connecti...
by HarpieC
22 Mar 2016, 07:52
Forum: ESP Easy: Hardware
Topic: BME280 Connection
Replies: 15
Views: 15620

Re: BME280 Connection

short question: Is it possible to connect two bme280 with different ids?

I like to measure indoor and outdoor values.
by HarpieC
22 Mar 2016, 07:43
Forum: ESP Easy: General Discussion
Topic: Problems with (BME280) - actually reconnecting WIFI!
Replies: 6
Views: 8301

Re: Problems with BME280

Thank you for your help. Will try next Weekend!
by HarpieC
21 Mar 2016, 09:16
Forum: ESP Easy: General Discussion
Topic: Problems with (BME280) - actually reconnecting WIFI!
Replies: 6
Views: 8301

Problems with (BME280) - actually reconnecting WIFI!

Hello from Germany. First I want to thank you for your great project! Amazing what you managed to do with this little MCU. Myself I was trying to get some sensors working with LUA scripts and always had problems with the limited resources. Setting up am ModeMCU ESP12e together with an BME280 sending...