Well now I just gotta convince myself I need this lol. Great job!!
@huanhenry3443 жыл бұрын
It would be nice to integrate ESPNOW protocol and ESPHOME.
@damedaE903 ай бұрын
Great Job! Does the Hub Work bidirectional? E.g. can you send Data to the Nodes?
@MrDIYca3 ай бұрын
It can be but the sensors are in deep sleep the majority of the time
@PhG19613 жыл бұрын
Great ingenuity !
@benp7328 Жыл бұрын
This looks awesome, I don't see the PCB design files anywhere, unless I missed them? Could you make them available, so I can send them to a service like PCBway, and get them made, rather than going through the layout etc myself?
@annoorkhan42192 жыл бұрын
I complied your hub3 code. it complied successfully. But I cant underdressed the web part.
@晴天雨-d3u Жыл бұрын
Excellent project, when testing the temperature, mqtt cannot be used and no message can be obtained. The door sensor is normal.
@yorks_atheist30692 жыл бұрын
cool gateway design can you pass MQTT messages out across espnow side for motor control ?
@MrDIYca2 жыл бұрын
The hardware can support it but it needs to be coded in.
@pasqualepetrone21922 ай бұрын
hi, great job, however I can't compile the hub, I have many errors for Arduinojson library and SD library. May I know what versions did you use? I use Arduino IDE 1.8.20 Thank you
@patrickdk773 жыл бұрын
generally need a 470uf cap cause they take lot of power when flashing. more if your powering other things also while programming. and some of those adapters dont put out a lot of ma to power devices.
@MrDIYca3 жыл бұрын
Yes, not enough current.
@thenextproblem80012 жыл бұрын
Hey man great work! What do you do when you need to add another sensor the system? Update the code? İs there a more elegant way to do ? Auto pairing with sensors?
@MrDIYca2 жыл бұрын
New sensors are automatically added - nothing to configure
@thenextproblem80012 жыл бұрын
@@MrDIYca let me dive in then 🎉🎉👌
@gadjetsvideo3 жыл бұрын
brilliant project, I have a couple of designs for wireless window/door transmitters using the ESP12 and ESP-NOW but I'm using the reed switch as it is an industry standard and I've had no issues with it, you can also buy a plastic encased version which is much more robust. I was toying with the idea af a receiver/Gateway but in the end I plugged a Wemos D1 mini into my Raspberry Pi that runs Node Red and I send notifications via Pushover to my phone and I'm playing around with a couple of different MQTT dashboards on my phone as well, having said that I really like the user interface you've created.
@MrDIYca3 жыл бұрын
Thank you!
@gamingclipsonly31182 жыл бұрын
great job sir, Im tying to use your mqtt gateway code of version 3 but I don't know where to replace ssid password mqtt server in the code. please can you help. I tried changing in few places but no luck. Please guide me sir.
@rumpelstilzchen9633 жыл бұрын
Great project ! Can you share which Altium Libraries do you use for modelling ? I am looking forward for your next projects.
@MrDIYca3 жыл бұрын
I don't use Altium. That was from easyeda.
@ferencszabo35043 жыл бұрын
Man your works are awesome. I'm using your Mrdiy Sound with I2S and it's been a bless! It's the most stable part of my automatisation stuff! Just out of curiosity, the range for the esp NOW mode in the real life is better then the common WIFI mode?
@MrDIYca3 жыл бұрын
Glad you like them! Hardware being equal, I would guess they would be roughly the same.
@marcus_w02 жыл бұрын
Are you sure that you don't mix up flash and eeprom capabilties? Eeproms have only a few writecycles, flash normally use load balancing to come by this. A SD card is also flash.
@zyghom2 жыл бұрын
I think I managed to have 1 esp to work as both: receiver, sender (if needed) as well as gateway - so 3 in 1. Of course the precondition is: the same wifi channel for both: ESPNow and AP. But that is good because when you set fixed channel on AP (and on esp) then wifi connection from esp to AP is around 100ms. Anyway, the idea of gateway and ESPNow is great because now, the sensor wakes up, measures what is needed, sends to receiver and goes to sleep - all in around 200ms. With 5uA hibernation current, now the battery can really live for long time.
@MrDIYca2 жыл бұрын
Yes, this can work but doesn't for me as my APs change channels all the time for better performance but if you can keep these fixed it could work
@rfdave39803 жыл бұрын
Is using MQTT the best way or maybe the only way. Is there a integration for Home Assistant? I just started getting into ESP-NOW. Thank you for your work it is so interesting.
@daledriver54693 жыл бұрын
I would buy the hub 3 in a heartbeat as soon you have contact and temperature sensors available.
@MrDIYca3 жыл бұрын
Soon I will have the sensors but the Hub is now sold out. Maybe I should have made more :)
@daledriver54693 жыл бұрын
@@MrDIYca Another suggestion, you could sell unassembled pcb, and I'm one of those who don't mind putting the rest together because I find it therapeutic.
@EduardoBeecheO2 жыл бұрын
I want to buy one but there is no stock for the hub 3, when do you plan to have it back on inventory?
@MrDIYca2 жыл бұрын
I don't think that I'll be doing another batch, sorry. The PCB is available though if you want to build it yourself - store.mrdiy.ca/p/thehub_ver3_pcb/
@200sxgrazor3 жыл бұрын
Awesome project :) One question if I may, Is it not possible to use one ESP device that handles all the the ESP-Now receiver, Wifi Bridge, MQTT and Web Server functions?
@MrDIYca3 жыл бұрын
In theory, Yes! In practice, you will lose a lot of night sleep :)
@AndrzejRoszkowski Жыл бұрын
there are "spring loaded" connectors, also known as "pogo pins", i think it would be better for "programmer board" than regular pins :)
@MrDIYca Жыл бұрын
Thanks for your suggestion. I tried them a while back but for some odd reason, they don't solder well. They keep falling off ... maybe I bought the wrong kind? not sure
@AndrzejRoszkowski Жыл бұрын
@@MrDIYca do not have any right now, yet i think there are two kinds - THT and for mounting directly on a wire, those THT required small trick - first solder "as is", even if they look like Tower of Pisa, then rotate board to point those pins up, and heat joint again... i've found that on YT some time ago... after struggling with ;)
@zzzzzzz76333 жыл бұрын
hey i have made all the connection as per schematic but esp12 not going to programming mode. error shows time out.
@MrDIYca3 жыл бұрын
Are you using all 6 FTDI pins as shown in the schematic or just Rx and Tx to program?
@zzzzzzz76333 жыл бұрын
@@MrDIYca all six,. I googled it and some blog posted additional circuit required.
@MrDIYca2 жыл бұрын
Can you just remove the ESP and program it by itself?
@EdHayes33 жыл бұрын
Have you thought about a buck converter for power vs the LDO? There's quite a few options for a SOT-23-5,
@MrDIYca3 жыл бұрын
Are you referring to the Hub? Efficiency was not really a priority since it is always plugged in.
@EdHayes33 жыл бұрын
@@MrDIYca Correct; the hub. Always nice to make things more efficient! With a 500ma load, and $0.11 /kwh, would save ~$1 a year with the more efficient regulator.
@MrDIYca3 жыл бұрын
True, maybe an improvement for a future version :) Thanks!
@sshah8762 жыл бұрын
This is great, I am just wondering is there a way to connect it through serial interface to homeassistant/mqttserver, I do not use wifi in my iot setup. Additionally if a gpio/switch could be toggled at sensor esp, it would make this perfect for my setup, perhaps Hub4? or could this tweaked?.... Cheers
@albacklund84132 жыл бұрын
I am having difficulty trying to compile your v3 gateway code. I believe the problem is with the SD libraries because the error messages state the architecture or board are not supported. Any suggestions?
@MrDIYca2 жыл бұрын
Maybe open a gitlab issue and I will try to help you there
@leandroebner14052 жыл бұрын
@@MrDIYca same here, tried literally hours to get code on my hub v3. The receiver code (esp07s) seems to be flashed witout problems, but I just cant get your basic mqtt code to work :/ now my hub 3 is unusable
@Robert1984kappert3 жыл бұрын
When available I would like to buy the hub, and switch sensors (only challange is I don't live in North America, but in The Netherlands :-( ), any plans on international shipments?
@MrDIYca3 жыл бұрын
Unfortunately not anytime soon. Sorry. This VAT thing just over complicates things.
@zzzzzzz76333 жыл бұрын
Can you tell me the programmer you used as i don't want to push buttons while flashing a program.
@MrDIYca3 жыл бұрын
Go to store.mrdiy.ca/p/thehub_ver3 and scroll to the "To program ESP-07S/12F" section.
@zzzzzzz76333 жыл бұрын
@@MrDIYca thanks a lot..... 😀
@vinni54972 жыл бұрын
Fantastic
@grantnlee3 жыл бұрын
What's the best way to adapt the Hub to accept other categories of input, such as my HVAC equipment? (I've used the temp sensor code with an ESP8266, but would like to setup a distinct Group for monitoring equipment.) I'm also curious if you have any pointers on SD cards. I cannot seem to get the hub to detect the SD card. Cool device otherwise, the Hub is working well.
@MrDIYca3 жыл бұрын
That is awesome, good to hear. Thank you for sharing. For the HVAC, I would probably add a new group "GROUP_XXX " and update the structure to reflect the type of data you want to communicate or maybe reuse some of the structure elements. I am not 100% happy with how I did the structure elements. I might change it in the future but I kept for backward compatibility. For the SD Card, maybe try formatting it with another OS. I had a hard time getting my 3D printer to see my SD card. It turned out the MacOS formatting tool didn't cut it. No clue why. I formatted it as FAT on Windows and it worked. Just curious, are you trying to tunnel the HVAC data through the Hub as compared to sending it directly over Wi-Fi from the HVAC system?
@grantnlee3 жыл бұрын
@@MrDIYca My heating system is not wifi enabled (older oil fired boiler, which is common here in New England). They are notorious for tripping out on safety and I want an alert if it does so while I am not home. And I also want to track the run time of the boiler as a way to compute oil consumption, to make sure I do not forget to call for more. I need to access this info remotely (e.g. while on vacation) so am feeding data to InfluxData's cloud service. So I have ESPs feeding the hub, which routes to Mosquitto. Then NodeRed is subscribing to the topic and writing to Influx in the cloud. I'm not able to attempt to upload any changes since the repository does not specify/include a key icon library... :-(
@herberthaas54712 жыл бұрын
I´m using a modified version of your hub1 version since long time. I´ve added more values like you did now for temperature and humidity. you should add some values more which makes it more universal for other kind of sensors. In my modified version i use 4 data points because i also have sensors with air pressure or monitor my car batteries and the temperature in the car. other sensor monitors rain water cistern level with an ultrasonic distance sensor. So it would be really nice if you add 1 or 2 more variables for mqtt values. Your new user interface looks great, i want to use it but currently i´m too lazy to modify the code again since everything runs fine :-)
@saivenkatbalabadruni3 жыл бұрын
Why can't we use same esp fir gate way and esp now
@MrDIYca3 жыл бұрын
Were you able to get that working reliably?
@saivenkatbalabadruni3 жыл бұрын
@@MrDIYca Yes yesterday I have tested it for a while it works fine. I don't know what happens for a longer time I have seen it acting wired I need to check it again as u have good system I will share the source if u need