cziter15 / ha-tplink-mr6400-sms-notify

📲 HACS Integration harnessing the capabilities of the TP-Link MR6400, a 4G router, to provide optimized and rapid SMS sending functionality for the HomeAssistant notification platform.
MIT License
3 stars 0 forks source link

MR500 ARCHER #1

Open dimaregabriele opened 1 year ago

dimaregabriele commented 1 year ago

i installed the component from HACS and added the code on the config file but don't send any sms. Do you know if it also works with MR500?

cziter15 commented 1 year ago

I've only checked it with mr6400. I will look at TP-Link emulator and check how complicated it is to add support for your device 😉

cziter15 commented 1 year ago

According to my quick check on the emulator, it looks that the path for sms on MR500 is lteSmsNewMsg.htm. It is different mechanism than on MR6400 which means that my plugin won't work with MR500 at this moment.

dimaregabriele commented 1 year ago

can i help you to create a plugin that works also for mr500? If you give me some suggestions I can try to modify the code

cziter15 commented 1 year ago

Feel free. Open a PR if you want and discuss anything here. From technical perspective, It will probably require creating a new class for MR500 and the ability to select router model via ini.

cziter15 commented 1 year ago

I've refactored the project, so it should be much easier now to add new router ;)

dimaregabriele commented 1 year ago

now what should I do?

cziter15 commented 1 year ago

Depends on your skills, you can implement auth and SMS flow for your router or provide me the details about it. I plan to add UI for integration configuration soon, where you will be able to select router model.

cziter15 commented 1 year ago

If you want fast-response, go to my profile and use one of social links to reach me quickly