i getting this error using EM6433 Energy METER 0.00 Request result: 0x02, Mem: 345972 0.00 Request result: 0x02, Mem: 345972 0.00 Request result: 0x02, Mem: 345972 0.00 IF I OFF THE ENERGY METER Request result: 0xE4, Mem: 345992 0.00 Request result: 0xE4, Mem: 345992 0.00 GETTING THIS..................
@TechnoAutomation2 ай бұрын
@@kasimkotakumar5855 you are close to success as 0x02 means esp have send query which received Slave and slave have responded. But the address which is requested is wrong. So check the address list from the slave documentation and send a query with right address.
@justdoingodswork2 ай бұрын
I'm using this meter, but when Comm setting to RTFT meter sends reading in sums not real like, until reading kWh reaches 32kWh only then meters updates the next reading. and do not update +1 or +2 kWh o MODBUS.
@TechnoAutomation2 ай бұрын
@@justdoingodswork not getting your point
@justdoingodswork2 ай бұрын
@@TechnoAutomation So in meter settings I set COMM : RTFT And now meter reading is +4194kWh ESP32 keep reads 4194 until sudden +32 I.e. 4227. Then again it start keep reading 4227 for a while. Then sudden 4260 (~+32). Reading on Meter is increasing gradually but ESP32 somehow reads when sum is +32. When I checked the data earlier 4194 kWh. the interval was 16kWh.
@justdoingodswork2 ай бұрын
This is creating an issue as data read is not real time instead intervals
@ferencszabo35042 ай бұрын
I dunno but on the PC817 datasheet says 5 mA for the diode, on 3.3 V that would need a 420 Ohm resistor!
@rwkemp5 ай бұрын
Interesting, in the next video please explain the project and the objectives. Nice project
@TechnoAutomation5 ай бұрын
I also wanted to make a tutorial for this. I hope I will get time to do that.
@edust835 ай бұрын
hi, i know its been 5 years ago. I want to do the same but instead of removing RGB led driver i want to keep it and try to decode/encode IR signal with a ESP8266. would you mind to give me some advice on that?
@TechnoAutomation5 ай бұрын
You can flash esp with tasmota ir firmware and connect ir receive led output pin to esp 8266 input pin. Assign that pin as ir receiver in tasmota firmware. Once this procedure is completed you can read ir recieved data in the tasmota web console. Recieved data encoding done by tasmota firmware out of the box. You also can pass encoded data to mqtt broker for further connectivity. I know it's completed but if you start , it will become easy. First tym tasmota firmware. It's easy to install and understand & good community support on social media and strong documentation on its repository.
@edust835 ай бұрын
@@TechnoAutomationthat's was fast! Thank you very much for your help bro! I'll have a look at that tasmota stuff... Cheers!
@TechnoAutomation5 ай бұрын
@@edust83 tasmota.github.io/docs/
@MichaelFagan-j8s6 ай бұрын
Thank you very much! This is exactly the video I was looking for. Did a good job showing the response at different distances
@iotprojecthindi6 ай бұрын
I want to a make a home automation for my home. So that I am decide to control all the bulbs and fans through the home assistant or phone. I am not connect all relays and senaor through the wifi network because my home is big. Wifi range is to small for my home automation. So that I am decide to implement modbus for connect all relays and sensor. I thing Modbus is more reliable and easy to implement because the wired connection. I want to connect 10 node. Each nodes contains or hold the few relays and some sensor such as temp and humidity CT sensors mmwave sensor motion sensor. And each nodes connect through each other. And last node is finally connected to think client or Ressbery pi which is operated home assistant os. Please solve my problem and give the feedback
@TechnoAutomation6 ай бұрын
Modbus is a master slave communication protocol. Each node will not talk to each other directly. Only the server can talk to all devices. For home automation wifi network is the best suitable communication method. If your wife's network is limited in range then you can use wifi repeaters. Or you can use esp now which is a light weight wifi communication protocol which provides mesh networking and nodes to nodes can talk to each other.
@@farhanagrivahutagalung8768 it's too old code but I hope you can get it working. Ping me on what's app if you succeed. +918160408577
@farhanagrivahutagalung87687 ай бұрын
@@TechnoAutomation okay sir i will chat you on whatsapp 🙏
@farhanagrivahutagalung87687 ай бұрын
@@TechnoAutomation okay sir i will chat you on wha'tsapp
@praveenkumaru55077 ай бұрын
This is very informative video, can you please tell how to write the value from the microcontroller to other devices if it have both r/w holding register.
@TechnoAutomation7 ай бұрын
Hi Praveen, I haven't tried to write data yet. But I will try and revert if I get success.
@praveenkumaru55077 ай бұрын
@@TechnoAutomation Thanks for you are reply, that's a great help Sir if you tell how to write.
@ankitkailashi97778 ай бұрын
sir can u pls guide me how to read data if it is modbus ascii using esp32
@TechnoAutomation8 ай бұрын
Hi, sorry for late reply. I didn't get chance to read modbus ascii on esp. i will check and revert if i can help. Sorry bro
@bezutec10 ай бұрын
.
@veerakumars8509 Жыл бұрын
Your videos are really useful but why are you not posting videos like creating webserver and configuring MQTT sorry since its are the hot topics. I accidently got your channel Its very informative. Please post the videos on configuring servers and getting data from MQTT and displaying them in dashboard also dashboard creation. This will be really useful for all. its my request
@TechnoAutomation Жыл бұрын
I'm stuck at my job & not getting enough time. By d way thanks for suggestion. Will try to spare some time to make videos.
@veerakumars8509 Жыл бұрын
Hi Techno Automation,
@TechnoAutomation Жыл бұрын
Hi.
@cornell9126 Жыл бұрын
😁 promo sm
@jaiminoob7825 Жыл бұрын
is there max485 working on 3.3 Voltage ? in video u connect with 3.3V?
@TechnoAutomation Жыл бұрын
Some Chinese 485 to ttl converter works on 3.3 V out of the box. & i have checked max485 on 3.3 V on breadboard setup which works ok.
@jaiminoob7825 Жыл бұрын
if max485 working on 5V then which pins are needed level shifter ? @@TechnoAutomation
@TechnoAutomation Жыл бұрын
@@jaiminoob7825 if Max485 powered by 5V then provide level shifter to RO(Tx) pin of Max 485
@jaiminoob7825 Жыл бұрын
Ok Good @@TechnoAutomation
@sanjaybhatikar Жыл бұрын
Awesome ❤
@TechnoAutomation Жыл бұрын
Thank bro. If you like then share it. It will help my channel.
@kavansketcher3214 Жыл бұрын
hello sir ,how can i read data from secure elite 300 multifunction meter ,can you help me for code
@TechnoAutomation Жыл бұрын
Your can use code i have posted on GitHub. Change the modbus address of your modbus slave
@woolfy02 Жыл бұрын
Cool project! Is it possible to stop the jerkiness, when the servos move?
@TechnoAutomation Жыл бұрын
if x_medium < x_center - x_band: x_position -= 1 elif x_medium > x_center + x_band: x_position += 1 This part of code smoothens servo motion. SG90 has a resolution of 1deg. Hence we get 180 small steps to move from 0 to 180. We can't get an intermediate position so little gitter will always be there.
@bernddasbrot8696 Жыл бұрын
Hey Ashish great video you made i am interested in doing some work for a project together with you. If you are up for more information please contact me 🎉
@sajibkarmaker5244 Жыл бұрын
Nicely explained
@TechnoAutomation Жыл бұрын
Thanks. I am planning to make a video of reading multiple addresses from multiple slaves soon.
@b139b Жыл бұрын
Thank you for this great video! Witch GPIO would you prefer for a fourth output for a white led? (RGBWstripe)
@TechnoAutomation Жыл бұрын
12,13,14 is a good choice for Output. Can use any one
@b139b Жыл бұрын
@@TechnoAutomation Thank you. I used 5 for the fourth output ;-)
@TechnoAutomation Жыл бұрын
It's a good choice for Output.
@jibanjyotibehura Жыл бұрын
Hii sir please share your contact details, I want to discuss for some IOT projects.
@TechnoAutomation Жыл бұрын
8160408577. Can whatsapp me.
@santoshkumar4402 Жыл бұрын
Thish is great knowlage now so thank u sir
@mayurrane9656 Жыл бұрын
i have getting problem with int RX & problem is conflicting declaration with Int Rx
@TechnoAutomation Жыл бұрын
Have you edited the code?? Or used from my GitHub repo ??
@mayurrane9656 Жыл бұрын
No but I have rish EM 1330 ENERGY METER
@mohamadsaeed35592 жыл бұрын
amazing.... Thank you
@munibmarwan2 жыл бұрын
Hello sir, thank you for the great video. I have a question, I'm working on a project that requires to track an object by selecting it. Is there any tips that you can help me with to take the first step in it?. Thank you for your time, have a great day.
@TechnoAutomation2 жыл бұрын
You can use colour masking based object detection if your targeted object has a unique colour. If it's not possible then you have to use a ai based tool which is much more complex to implement.
@nozynoz2 жыл бұрын
Cheers, very well explained, great job.
@TechnoAutomation2 жыл бұрын
Thanks
@GiantSquidGamer2 жыл бұрын
cool!
@GiantSquidGamer2 жыл бұрын
Wow! This is such a good tutorial.
@TechnoAutomation2 жыл бұрын
Thanks
@jibanjyotibehura35652 жыл бұрын
Excellent video sir, can you please explain how to connect more meters and how many esp module required if we need to connect more meters. And please can you share your contact no or mail I'd. Thank you.
@TechnoAutomation2 жыл бұрын
I have connected 10 slaves with one esp which works fine till 2 years.
@vaishakhmonti2 жыл бұрын
This is a great tutorial. Very well done and the clear explanation about The voltage levels for different electrical standards was spot on. Cheers my friend. Well done!
@TechnoAutomation2 жыл бұрын
Thanks
@TechnoAutomation Жыл бұрын
Actually I didn't get enough time to make content due to my job. I wish to make another video on top of this for displaying data on webpage and forwarding data to mqtt . I hope I will get enough time to make it.
@itsklien2 жыл бұрын
Hi I your code worked really well with my single phase smart meter DDSU666-H but I am having trouble making it work with a three-phase smart meter DTSU666. I am constantly getting a 0xE4 response code. Any help would be appreciated. Thank you
@TechnoAutomation2 жыл бұрын
0xE4 means no response from slave.
@itsklien2 жыл бұрын
@@TechnoAutomation so its my smart meter that has the problem?
@TechnoAutomation2 жыл бұрын
@@itsklien may be. Try to read data using 485 usb adapter in modscan or similar utility in your pc.
@itsklien2 жыл бұрын
@@TechnoAutomation will try this one
@sanjaybhatikar2 жыл бұрын
Very nicely explained, good job dude!
@TechnoAutomation2 жыл бұрын
Thanks
@owaisnajam53042 жыл бұрын
Hi, have you tried with multiple energy meters connected in daisy chain with different modbus addresses?
@TechnoAutomation2 жыл бұрын
Yup. 10 device.
@owaisnajam53042 жыл бұрын
@@TechnoAutomation Did you use same esp8266 code? I have to read five energy meters which will be connected in daisy chain, let's say address 1 to 5. I want to read data from all 5 from a PC which will be connected on the same wifi router where esp8266 will be connected. One question here, what we call this esp8266, gateway or slave or master?
@TechnoAutomation2 жыл бұрын
@@owaisnajam5304 esp8266 will be master. It read data from slaves and then you can transfer those data to pc using mqtt protocol.
@owaisnajam53042 жыл бұрын
Thanks for your reply. Will you kindly share your WhatsApp number with international code?
@bubaibhattacharyya43372 жыл бұрын
Hi Sir Thank you for a codes and related your presentation. Can I do the same with other meter like selec MF383A.Also one more thing about MAX485 to TTL converter, can you suggest a make or resources.
@TechnoAutomation2 жыл бұрын
Any modbus slave data can be read by this method. & Max485 - TTL you can buy from Amazon or any other suppliers. These days there are plenty of breakout birds available in the market. Make sure you purchase 3 of them so you can have spare in case any one failed..
@sunilpallikkara2 жыл бұрын
Hi Ashish,Thanks for the video. Could you please share your email id?
@pradipyadav32422 жыл бұрын
Kinte ka aata he
@TechnoAutomation2 жыл бұрын
Contact:- +919427035544.
@johnnyporker88372 жыл бұрын
How can I use another algorithm to find and track another point? I'm trying to track a drone in the sky, how do I do this? I'm also trying to have a drone plane chase the other drone, so the servos will be used to control the Ailerons
@TechnoAutomation2 жыл бұрын
What you are trying to achieve is only possible by using AI. Color detection is not good enough for that. I think you can detect specific object using Edge impulse. It's very powerful tool which used tinyml algorithm in backend for data processing & lots of tutorial are available on internet. docs.edgeimpulse.com/docs/development-platforms/fully-supported-development-boards
@johnnyporker88372 жыл бұрын
@@TechnoAutomation Thanks for the response, I'll try it out!
@varnamq32 жыл бұрын
What is a bootloader? Rhetoric question
@TechnoAutomation2 жыл бұрын
Bootloader is small piece of code which allows you to re-flash microcontroller using serial interface. Example:- you can program Arduino Uno using its serial rx,tx pins without much effort. But if you have Arduino Uno without bootloader then you need to program it using ICSP. In Circuit Serial Programming. If you have Arduino Uno without bootloader and you download blink program using ICSP it will start blinking led. But you can not reprogram it using serial port as there is no bootloader in it. Case B :- if you download bootloader in your Arduino using ICSP first then you need not to use ICSP to flesh new code. You can use serial port to re-flash it. I think I answered your question.
@vanderleisilvasantos53432 жыл бұрын
Hi sir great video, one question can I control the led strip with Alexa?
@TechnoAutomation2 жыл бұрын
I have used Openhab server for voice control.
@musaali75802 жыл бұрын
hi, I am really interested to develop something similar to this can I get your contact, please?
@romitmisra12 жыл бұрын
Just excellent....
@TechnoAutomation2 жыл бұрын
Thanks 👍
@vedanshi_610102 жыл бұрын
Great tutorial. Thank
@localboyz79172 жыл бұрын
Hello sir some doubt on this project pls give me you contact or whatsapp number pls
@imdhemant2 жыл бұрын
+3.3v to PC817 pin4 is not enough to turn led strip at 100% brightness. please guide
@TechnoAutomation2 жыл бұрын
You need to drive most using pc817. MOSFET is capable of drive led strip.
@imdhemant2 жыл бұрын
@@TechnoAutomationI dint get you
@TechnoAutomation2 жыл бұрын
Did you used MOSFET to drive your led Strip??
@ebenolivier2 жыл бұрын
Can the max485 run off 3.3v? Been struggling with for a week without any luck. Even with to esp32s. One as master and one as slave. I have been using 5v and direct to the pins of the esp which I assume might be the problem
@TechnoAutomation2 жыл бұрын
Esp32 & 8266 is 3.3V board. If you have used 5V for Max485 then signals from 485 module is 5 V pulse. In that case you have to used voltage level shifter or Potential devider to protect ESP32 or 8266. I have tried 3.3v Max485 & 232 board which makes voltage level compatible for esp. I have also tried 5V operated Max485 with esp8266. In This case I have used potential devider for RX pin of esp8266. Tx pin of ESP can directly connected with Max485 converter. Voltage level shifter parform best if you have Different voltage operated device.
@imdhemant2 жыл бұрын
Led is not turning off completely
@TechnoAutomation2 жыл бұрын
Which LED your talking about. GPIO O2 ??
@imdhemant2 жыл бұрын
@@TechnoAutomation LED stripe, i found the issue, i forgot to use 10k resistor on gate to ground, thats why those fets are not turning off completly, i had to replace with new fets with 10k resistor
@TechnoAutomation2 жыл бұрын
Pulldown resistor is required for reliable operation of MOSFET. .
@avyadav91802 жыл бұрын
For VFD control what is required
@TechnoAutomation2 жыл бұрын
For any modbus slave device all hardware required as mentioned in video.
@avyadav91802 жыл бұрын
@@TechnoAutomation can you make video sir please on this
@muhammedrashid28082 жыл бұрын
Assalam o allikum brother. I have a 18kw vfd now i am only able to on and off the vfd using esp8266 module. I want to see the vfd lcd wirelessly on my android
@TechnoAutomation2 жыл бұрын
You need to read data from drive. Create webpage & host it via esp webserver api.
@TechnoAutomation2 жыл бұрын
Similar project i did for energy reading display using webpage. You can refer below mentioned code github.com/ashish8284/ESP8266_MODBUS_GATEWAY_GROWATT Webpage.h is for creating webpage
@qzorn44402 жыл бұрын
very explained rtu modbus... thank you 😊 have you ever used remoteXY to make a cell=phone app?
@TechnoAutomation2 жыл бұрын
I didn't use remoteXY till now.
@shibotoshbhattacharjee87992 жыл бұрын
Need to talk to you for a project
@TechnoAutomation2 жыл бұрын
Whatsapp me on 8160408577
@owaisnajam53042 жыл бұрын
@@TechnoAutomation What's your complete WhatsApp number with international code +....?