Is it possible to perform something like this on Merlin build?
plugwise = Net.FHttp("192.168.1.1", 80);
respons = plugwise:GET("/Info.live.htm");
and then a find specifik MAC addresses in the respons.
I need my home automation to check the router if certain devices are connected, like laptops, mobile or tablets.
The other approch I can thing of would be to write a dhcp-event script, but that's not my forté (have no clue how the script would look like).
When a device (MAC) renew (what is best?) IP call a local adress ie http://192.168.1.x/somespecifikadress.
plugwise = Net.FHttp("192.168.1.1", 80);
respons = plugwise:GET("/Info.live.htm");
and then a find specifik MAC addresses in the respons.
I need my home automation to check the router if certain devices are connected, like laptops, mobile or tablets.
The other approch I can thing of would be to write a dhcp-event script, but that's not my forté (have no clue how the script would look like).
When a device (MAC) renew (what is best?) IP call a local adress ie http://192.168.1.x/somespecifikadress.
Last edited: