Welcome to ESP-Parking-Assistant Discussions! #18
Replies: 4 comments 30 replies
-
Hello and many thanks for the video and the article. I created this for my garage and it works perfect. Although there is some issue with it connecting to HomeAssistant via MQTT. I provide all the details of my MQTT broker, and saved, but I dont see anything in Home Assistant. Just curious if you could help me with this. Thanks. |
Beta Was this translation helpful? Give feedback.
-
If you aren't familiar with, and haven't used the Arduino IDE, this could be a little tough to get through.... as you'll need to install the ESP8266 board supports, the various libraries for the parking assistant, etc. But if you want to take a shot, this article is a good starting point: https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/ Do note that you don't need an FTDI programmer in your case, because you can just use the USB port. Out of curiosity, what IP address are you using to access the parking assistant web interface? I'm wondering if there is some sort of network thing going on since you should be able to access the parking assistant from any device on the same network/subnet. But I did note that your MQTT broker (and I'm assuming Home Assistant) are on a 192.168.4.x subnet. Are you running VLANs or anything else unusual on your network? And you are sure that the parking assistant is joining your wifi... and you aren't accessing via the initial broadcast hotspot. Since the initial hotspot also uses 192.168.4.1, I'm wondering if the parking assistant isn't truly on your wifi network and therefore cannot talk to the broker. It should be connected to your local wifi SSID and you should not be accessing it via the ESP_ParkingAsst hotspot. |
Beta Was this translation helpful? Give feedback.
-
I created a custom PCB a few years back with an integrated 74ahct125 and power module etc.., however I did not use D6 (PIN 12). I could compile from your source, I just never had much luck with the arduino IDE and mostly stick to ESPHOME and Tasmota. I could probably fiddle with VsCode. Ok my question, would it be as simple as changing line 35 from PIN 12 to PIN 13? Anywhere else I would need to modify. BTW: Great work. I enjoy your videos |
Beta Was this translation helpful? Give feedback.
-
After the Arylic amp the next project in line was the parking assistant and I have to say it works better than I expected it to! I am now in testing phase and all seems to be in a good shape and the MQTT integration allowed me to set up an automation where after crossing a given threshold it plays a sound on the garage Arylic amp no less :) One note I would have for an update to consider is maybe to add an option to set a static IP at WiFi onboarding, since I am not allowed to enter my router's settings (thanks to my ISP) and I need to go into the browser and check all consecutive IPs after I reboot the router. So thank you very much again for your excellent work and two coffees are on the way! |
Beta Was this translation helpful? Give feedback.
-
Welcome!
Please use discussions for the following:
Beta Was this translation helpful? Give feedback.
All reactions