Search found 11 matches

by ipua
06 Jun 2017, 08:18
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65665

Re: rc-switch plugin

I am using openhab and items file contains:

Code: Select all

 mqtt=">[broker:/ESP1/cmd:command:on:rfsend,1111111],>[broker:/ESP1/cmd:command:off:rfsend,22222222]

In your case - try 'mosquitto_pub -t "home/esp014/cmd" -m "rfsend,1000010000,5"
Hope this helps..
by ipua
26 Apr 2017, 07:14
Forum: ESP Easy: Software
Topic: 433MHz NEXA protocol transmitter plugin
Replies: 14
Views: 22818

Re: 433MHz NEXA protocol transmitter plugin

So, after a while did they worked?!
This will work for sure with this plugin
this plugin
by ipua
24 Apr 2017, 08:45
Forum: ESP Easy: Software
Topic: Release v2.0.0-dev7 - possible Bug in Controller
Replies: 44
Views: 31105

Re: Release v2.0.0-dev7 - possible Bug in Controller

Hi psy0rz,
Can you update binary release ?
Thanks
by ipua
14 Apr 2017, 14:48
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65665

Re: rc-switch plugin

s4nder , First of all thanks for your RF Tx/Rx plugins - works great! Can you add to your Plugin 111: Input RF option to receive data from Livolo switches based on this arduino scetch? I am using OpenHab and many of rc-switch compatible devices plus Livolo switches in my house, so it will be very c...
by ipua
16 Mar 2017, 11:51
Forum: ESP Easy: Software
Topic: esp easy update funtion question
Replies: 2
Views: 2366

Re: esp easy update funtion question

plugin will be removed unless you compile your own bin.
by ipua
24 Feb 2017, 17:41
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 65665

Re: rc-switch plugin

Hi s4nder,
Thanks for yur plugin!
I am using it and it workrks great!
Also I am using modules from exactly same seller - they working fine.
by ipua
21 Jan 2017, 19:00
Forum: ESP Easy: General Discussion
Topic: MQTT subscribed - how to execute cmds on esp8266?
Replies: 7
Views: 9418

Re: MQTT subscribed - how to execute cmds on esp8266?

Thanks tozett!
Finally I found how to conrtol LCD:

Code: Select all

mosquitto_pub -t /ESP1/cmd -m 'lcdcmd,on'
mosquitto_pub -t /ESP1/cmd -m 'lcdcmd,off'
by ipua
16 Jan 2017, 20:01
Forum: ESP Easy: General Discussion
Topic: MQTT subscribed - how to execute cmds on esp8266?
Replies: 7
Views: 9418

Re: MQTT subscribed - how to execute cmds on esp8266?

I am using Openhab and v.147 of ESP Easy. How I can switch the LCD on or off using MQTT? I tested mosquitto_pub -m 'off' -t /ESP1/cmd/LCDCMD mosquitto_pub -m 'off' -t /ESP1/LCDCMD mosquitto_pub -m 'off' -t /ESP1/LCD/lcdcmd mosquitto_pub -m 'off' -t /ESP1/lcdcmd without any result. Same comands (lcdc...
by ipua
24 Oct 2016, 20:20
Forum: ESP Easy: Software
Topic: sysinfo/rssi not shown on LCD
Replies: 7
Views: 6682

Re: sysinfo/rssi not shown on LCD

I have exactly same problen on version 140.
Any help?