Search found 36 matches

by rmhoutz
30 Apr 2021, 17:55
Forum: ESP Easy: Software
Topic: Homie Auto-dicover with OpenHAB3?
Replies: 9
Views: 5590

Re: Homie Auto-dicover with OpenHAB3?

Guys I had given up on this but after I got my system back up and running after the OH2.5 to OH3 migration I revisited it this morning. And I actually figured out the problem. this guide for me has been very readable and informative: https://www.hivemq.com/mqtt-essentials/ I first watched all 11 vid...
by rmhoutz
22 Apr 2021, 21:15
Forum: ESP Easy: Software
Topic: Homie Auto-dicover with OpenHAB3?
Replies: 9
Views: 5590

Re: Homie Auto-dicover with OpenHAB3?

Thanks TD-er and Ath It sounds like this plugin just isn't ready for a user like myself. That's okay because ESPEasy has been working great for me the past few years without it. I'll just set my system up using generic MQTT things in openHAB. I am going to check out that guide also because I'm just ...
by rmhoutz
22 Apr 2021, 19:46
Forum: ESP Easy: Software
Topic: Homie Auto-dicover with OpenHAB3?
Replies: 9
Views: 5590

Re: Homie Auto-dicover with OpenHAB3?

Hi TD-er

No problem I understand.
But can you tell me per the docs should I be seeing a message sent
from the ESP showing the nodes or configured devices from the Devices Tab?
Screenshot 2021-04-22 134239.png
Screenshot 2021-04-22 134239.png (31.03 KiB) Viewed 5569 times
by rmhoutz
22 Apr 2021, 14:11
Forum: ESP Easy: Software
Topic: Homie Auto-dicover with OpenHAB3?
Replies: 9
Views: 5590

Re: Homie Auto-dicover with OpenHAB3?

I'm really hoping I'm not the only one using this firmware with OpenHAB, the silence isn't very reassuring. :? I'm following the troubleshooting steps found in the Homie MQTT convention page. https://espeasy.readthedocs.io/en/latest/Controller/C014.html?highlight=homie#setup I've setup a syslog serv...
by rmhoutz
21 Apr 2021, 15:11
Forum: ESP Easy: Software
Topic: Homie Auto-dicover with OpenHAB3?
Replies: 9
Views: 5590

Homie Auto-dicover with OpenHAB3?

Hi ESP Easy Friends Is anyone using the Controller Homie MQTT convention with Openhab version 2.5 or 3? I recently installed some TP-Link switches in my home and found Openhab picked them up without me telling it to look. After that it took very little additional configuration to get them integrated...
by rmhoutz
20 Apr 2021, 21:20
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

I would also like to set the I2C Interface to None in my Custom.h can that be done by commenting out those lines?
Screenshot 2021-04-20 151913.png
Screenshot 2021-04-20 151913.png (3.02 KiB) Viewed 7022 times
by rmhoutz
20 Apr 2021, 21:00
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

If I'm understanding correctly, if I reset the unit to factory defaults anything that was configured in my initial upload of my Custom.h should be restored?
Is that correct?

Or do I need to do something more to save a Pre-defined config?
Screenshot 2021-04-20 145812.png
Screenshot 2021-04-20 145812.png (34.36 KiB) Viewed 7025 times
by rmhoutz
20 Apr 2021, 19:05
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

I wonder what you mean by the settings not being used... If you refer to those "DEFAULT_..." defines, those are only used when creating a new instance of whatever they refer to. Yes that's what I was meaning. I did a Erase Flash then uploaded it and it did pickup the defaults. Thanks agai...
by rmhoutz
20 Apr 2021, 17:09
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

Got ya. I used the Upload under project tasks but the device still booted back up into AP and didn't have my Wifi settings. After I connect to my Wifi using a tablet it will then connect to my network but doesn't have any of the other settings I configured like NTP and MQTT. Screenshot 2021-04-20 11...
by rmhoutz
20 Apr 2021, 16:31
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

Good to know I have now disabled Python in my setup also. Screenshot 2021-04-20 101505.png I copied and saved Custom-sample.h as Custom.h Screenshot 2021-04-20 101610.png I configured the Custom.h file with my network settings and enabled some of the Controllers Screenshot 2021-04-20 102017.png Afte...
by rmhoutz
20 Apr 2021, 15:26
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

If you want such specific settings, you may want to have a look at the Custom-sample.h and rename it to Custom.h. The build process detects whether this file exists and will use it for "Custom" builds made in PlatformIO. Okay now I feel like I'm getting somewhere. :D Thanks for this infor...
by rmhoutz
20 Apr 2021, 15:22
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

Then you probably have not installed PlatformIO in your VS code. It is under the "extensions" in VS code. Installation of PlatformIO does take a while and needs a restart of VS code. See also: https://www.youtube.com/watch?v=ArqwMcYSMsU Here is my extensions in VS. Screenshot 2021-04-20 0...
by rmhoutz
20 Apr 2021, 15:15
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

I successfully flashed the build_output\bin\ESP_Easy_mega_20210420_custom_ESP8266_4M1M.bin And was able to get on the AP and configure my WiFi. For ESP8266/ESP8285 you can edit pre_custom_esp82xx.py and for ESP32 you can edit pre_custom_esp32.py Alternative is you copy Custom-sample.h to Custom.h (i...
by rmhoutz
20 Apr 2021, 14:45
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Re: Custom Build using PlatformIO?

Ath wrote: 20 Apr 2021, 08:27 For ESP8266/ESP8285 you can edit pre_custom_esp82xx.py
I haven't made any changes to pre_custom_esp82xx.py but it's showing I have 4 errors and 4 warnings.
Is that normal?
Screenshot 2021-04-20 084244.png
Screenshot 2021-04-20 084244.png (39.07 KiB) Viewed 7063 times
by rmhoutz
20 Apr 2021, 02:23
Forum: ESP Easy: Software
Topic: Custom Build using PlatformIO?
Replies: 16
Views: 7084

Custom Build using PlatformIO?

In the documents it says to open the file pre_extra_script.py if the first Build is successful.
But I can't find any file with that name in the Github source file. Here is what is found with a *.py search.
Screenshot 2021-04-19 202117.png
Screenshot 2021-04-19 202117.png (33.33 KiB) Viewed 7084 times
by rmhoutz
17 Apr 2021, 15:14
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12976

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

Do you have Git client installed on your PC? I do now and I believe I did when I received that message. But if I'm honest I did miss that part when I first tried to run PlatformIO. I feel like I should start a new Subject since we are way off topic of I2C and LIDAR. by TD-er » 16 Apr 2021, 15:48 Th...
by rmhoutz
17 Apr 2021, 15:02
Forum: ESP Easy: General Discussion
Topic: "Voting" for the most Easy controller!
Replies: 29
Views: 24390

Re: "Voting" for the most Easy controller!

I wanted to cast my vote even though this post is getting some age on it. I have a mix of TP-Link, ESP12e, and ElectroDragon Relay Boards in my house. The ESP devices are all using ESPEasy and have been for about 3 to 4 years. Many have been very reliable and running for hundreds of days without a r...
by rmhoutz
16 Apr 2021, 21:42
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12976

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

I got it working. I'm not positive what solved the problem but I removed the Arduino IDE from my PC to make sure I wasn't mixing the portable version and my local installed version. After I posted I had the latest version of the source download I noticed it was a few days old, not more than 5 but st...
by rmhoutz
16 Apr 2021, 19:29
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12976

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

What is the content of your Custom.h file? I don't know if this is still important if I'm going to try using PlatformIO but here is my Custom.h file. #ifndef ESPEASY_CUSTOM_H #define ESPEASY_CUSTOM_H /* To modify the stock configuration without changing the EspEasy.ino file : 1) rename this file to...
by rmhoutz
16 Apr 2021, 19:19
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12976

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

Ath wrote: 16 Apr 2021, 08:25 Are you sure you have the latest sources, cloned from Github?
Is this the latest source? https://github.com/letscontrolit/ESPEasy
If so then I'm sure I got the latest.
by rmhoutz
16 Apr 2021, 19:08
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12976

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

Hey Guys Thanks for all the Info. I am attempting to use PlatformIO but I'm definitely not a programmer (but I'm a PC Analyst that's been playing with Arduino and ESP's for years so I'm not completely out of my element) A few years ago I had used Arduino to create a custom bin but I no longer have a...
by rmhoutz
16 Apr 2021, 16:46
Forum: ESP Easy: Projects / Applications
Topic: ESP-12 Relay Board Strange Behavior
Replies: 7
Views: 16635

Re: ESP-12 Relay Board Strange Behavior

Attention anyone that purchased this device
ESP8266-ESP-12E-chip-pinout-gpio-pin.png
ESP8266-ESP-12E-chip-pinout-gpio-pin.png (27.67 KiB) Viewed 11412 times
from ElectroDragon should verify the connection of GPIO4 and GPIO5 (labeled as IO4 and IO5) using a continuity tester as the labeling on the board could be wrong.
ESP_Relay_Board_SPDT_01.jpg
ESP_Relay_Board_SPDT_01.jpg (86.53 KiB) Viewed 11412 times
by rmhoutz
16 Apr 2021, 15:26
Forum: ESP Easy: Projects / Applications
Topic: ESP-12 Relay Board Strange Behavior
Replies: 7
Views: 16635

Re: ESP-12 Relay Board Strange Behavior

Hi TD-er

I'm trying to find a place on the web to host my image so it can be viewed here. Do you have a place I can do that?
by rmhoutz
16 Apr 2021, 15:05
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12976

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

[/quote] you should get from the lib directory, not trying to install via the library manager [/quote] Hi TD-er Confirmed I copied all the files from the first lib file found in the download as instructed here. https://espeasy.readthedocs.io/en/latest/Participate/ArduinoIDE.html I can even find the ...
by rmhoutz
16 Apr 2021, 01:29
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12976

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

If you fetch the latest Mega source, you will have the I2C files and the accompanying library. I feel like I must be missing something. I downloaded the latest Mega source and followed the instructions found here. https://espeasy.readthedocs.io/en/latest/Participate/ArduinoIDE.html But when attempt...
by rmhoutz
10 Dec 2020, 22:38
Forum: ESP Easy: Projects / Applications
Topic: ESP-12 Relay Board Strange Behavior
Replies: 7
Views: 16635

Re: ESP-12 Relay Board Strange Behavior

Thanks TD-er That was a big part of my confusion the header pin GPIO15 I was trying to use would change it's state on boot. I was avoiding using GPIO header 4 and 5 because the mislabeling was confusing me also. Now that I figured out it was simply a swap of the labeling everything is working as I e...
by rmhoutz
10 Dec 2020, 03:44
Forum: ESP Easy: Projects / Applications
Topic: ESP-12 Relay Board Strange Behavior
Replies: 7
Views: 16635

Re: ESP-12 Relay Board Strange Behavior

I just figured out the labeling on this relay board is not correct. The Pin labeled as GPIO5 is actually connected to the ESP on GPIO4. The header pin labeled as GPIO5 is actually connected to ESP GPIO4. In simpler terms they are labeled backwards. I'm still confused as to what determines if the def...
by rmhoutz
09 Dec 2020, 20:11
Forum: ESP Easy: Projects / Applications
Topic: ESP-12 Relay Board Strange Behavior
Replies: 7
Views: 16635

ESP-12 Relay Board Strange Behavior

Friends I have a ESP Relay board from electrodragon.com https://www.electrodragon.com/product/wifi-iot-relay-board-spdt-based-esp8266/ https://www.electrodragon.com/w/images/thumb/0/03/ESP_Relay_Board_SPDT_01.JPG/800px-ESP_Relay_Board_SPDT_01.JPG I'm running firmware build 20111 - Mega I'm attemptin...
by rmhoutz
02 Dec 2020, 23:25
Forum: ESP Easy: Software
Topic: No online COM ports found!
Replies: 1
Views: 5654

No online COM ports found!

ESP.Easy.Flasher.exe states it can't find a online COM port but when I run FlashESP8266.exe I can upload a .bin file to COM8 as showing in device manager. Screenshot 2020-12-02 172105.png I need to configure WiFi after flash but the aforementioned program doesn't have that option. Does anyone have a...
by rmhoutz
29 Mar 2019, 21:34
Forum: ESP Easy: General Discussion
Topic: ESP With 2 Relay 1 Button Control?
Replies: 3
Views: 3101

Re: ESP With 2 Relay 1 Button Control?

Hi Domosapiens That's the first I've seen those docs, I've been going by the Wiki all this time, thanks for that. I should have mentioned I do have a start with this already but I'm not sure it can be adapted to work like this. I'm by no means a programmer but I have been able to study the rules and...
by rmhoutz
29 Mar 2019, 12:58
Forum: ESP Easy: General Discussion
Topic: ESP With 2 Relay 1 Button Control?
Replies: 3
Views: 3101

ESP With 2 Relay 1 Button Control?

I have this ESP ESP8266-120v2relay.JPG I have a momentary button connected to GPIO15. I think the ideal setup is to have relay 1 come on when the button is pressed once and relay 2 come on when the button is pressed twice. Anyone have any advice on how to do this? Thanks in advance for any help you ...
by rmhoutz
25 Mar 2019, 21:42
Forum: ESP Easy: General Discussion
Topic: Trying to send commands via MQTT
Replies: 5
Views: 4402

Re: Trying to send commands via MQTT

I know this topic has some age on it but I was struggling to send a command from MQTT.fx and it was driving me crazy so I'm hoping this will help anyone else with this problem. I removed the first / from the %sysname%/# in controller subscribe on the ESP_Easy setup. So to send a command from MQTT.fx...
by rmhoutz
22 May 2018, 14:58
Forum: ESP Easy: Hardware
Topic: Will a SPI RFID Reader Work?
Replies: 0
Views: 1765

Will a SPI RFID Reader Work?

I have a RC522 RFID SPI reader can I use it with ESP Easy and if so how should I setup the Task or Device?
by rmhoutz
21 May 2018, 15:22
Forum: ESP Easy: Hardware
Topic: RFID-RC522 vs RFID-PN532?
Replies: 0
Views: 3710

RFID-RC522 vs RFID-PN532?

I'm attempting to connect a RC522 based RFID reader to the ESP-12e. I'm using the instructions found in the wiki for the PN532 as the pinouts look the same. However I'm getting a constant counting read error. Anyone ever used the RC522 with ESP Easy? Here is a link to my RFID device. Any help or adv...
by rmhoutz
08 Sep 2017, 16:54
Forum: ESP Easy: Software
Topic: Using Milliseconds in Rules.
Replies: 4
Views: 5920

Re: Using Milliseconds in Rules.

You have the pulse command for that https://www.letscontrolit.com/wiki/index.php/GPIO#Short_pulses I've used it for a remote controller, and it works quite well! :D Hi bfabien Thank you so much, I figured it had to be something simple but I'm just getting started using ESP Easy and didn't know the ...
by rmhoutz
08 Sep 2017, 14:29
Forum: ESP Easy: Software
Topic: Using Milliseconds in Rules.
Replies: 4
Views: 5920

Using Milliseconds in Rules.

Objective is to use a relay to do the same thing as the push button in my garage. To do that I just need the relay to turn on then off again for about 500 milliseconds. I've worked out how to use a timer in the rules to turn the relay off after a second but I really don't need it on for a full secon...