Search found 7 matches

by tsegula
01 Jan 2021, 21:46
Forum: ESP Easy: Software
Topic: LoRa/LoRaWan "Heltec ESP32 LoRa V2" device support
Replies: 8
Views: 10924

Re: LoRa/LoRaWan "Heltec ESP32 LoRa V2" device support

Since my initial post on this thread I have refined my approach to finding a solution for long distance 2-way communication to a remote ESPEasy node. The ESPEasy builds cannot easily accommodate the LoRaWAN communitcation stack. The ESP32 LoRa boards (Heltec) cannot easily accommodate the code chang...
by tsegula
26 Nov 2020, 05:56
Forum: ESP Easy: Software
Topic: LoRa/LoRaWan "Heltec ESP32 LoRa V2" device support
Replies: 8
Views: 10924

LoRa/LoRaWan "Heltec ESP32 LoRa V2" device support

I am just starting with LoRa technology. I saw there has been work done with the C018 Controller Plugin. My first question is how do I get the LoRa TTN - RN2483/RN2903 Controller to be included with an IDE build? When I search the available controllers it is not included even though its .ino appears...
by tsegula
26 Nov 2020, 05:17
Forum: ESP Easy: Software
Topic: Command unknown: "PWM,14,200"
Replies: 10
Views: 11269

Re: Command unknown: "PWM,14,200"

Just tested with 20201125 on an ESP32.
Everything seems to work fine even without a Switch device
Thank you!!!
by tsegula
13 Nov 2020, 20:52
Forum: ESP Easy: Software
Topic: Command unknown: "PWM,14,200"
Replies: 10
Views: 11269

Re: Command unknown: "PWM,14,200"

This is working within a rule set also.
Even though http commands are not working in this build I am good to go.
Thanks all,
Todd
by tsegula
13 Nov 2020, 20:01
Forum: ESP Easy: Software
Topic: Command unknown: "PWM,14,200"
Replies: 10
Views: 11269

Re: Command unknown: "PWM,14,200"

That is very good news.
I did not think there might be a difference between http & tool/command.
I will reconfigure my MQTT input and confirm it works through a rule.
Thanks!!
by tsegula
13 Nov 2020, 17:35
Forum: ESP Easy: Software
Topic: Command unknown: "PWM,14,200"
Replies: 10
Views: 11269

Re: Command unknown: "PWM,14,200"

Thanks for your quick reply. I had seen that workaround from previous posts (2017,2018?). I was hoping it had been fixed since then. I had tried this earlier with no success. I just tried again. Still no luck. Device: Switch input - Switch ❔ ℹ Name: Dummy Enabled: Sensor Internal PullUp: Inversed Lo...
by tsegula
13 Nov 2020, 16:24
Forum: ESP Easy: Software
Topic: Command unknown: "PWM,14,200"
Replies: 10
Views: 11269

Command unknown: "PWM,14,200"

I receive the following response when trying to issue a PWM command from the browser. http://10.0.0.19/control?cmd=PWM,14,200 ==> Command unknown: "PWM,14,200" http://10.0.0.19/control?cmd=GPIO,14,0 ==> works as expected http://10.0.0.19/control?cmd=GPIO,14,1 ==> works as expected Am I mis...