Runs Venus Os large latest version on a raspberry pi 3b, which works quite well. Want to configure more options for other components, something I hope can be done with node red.
I'm not very good at such things, but have got something working, like meters and the relay in BMV-712.
I'm offgrid full time in a camper, so the rasberry pi is wired to a tplink lte 4G router.
Have installed some software on pi so I can send sms via ssh to tp-link integrated sms app
The real question is, can one connect this via node red so I can send alarms to my mobile phone?
command to send sms
./sms-send.js --url = "http://192.168.1.1" --login = "admin" --password = "myrouterpassword" "0612345678" "my text message"
Maybe I'm looking at the wrong end so it's nice if someone can put me in the right direction