a friend gave to me an old EmonPI (it's a case with a shield with come stuff, like connector for energy meter, display, trasnceiver 433MHz, and whatever can be found on openergymonitor.org). I put a RPI and installed the EmonPI image of EmonSD that provide a very complete CMS).
I'm using it a very little, just for reading Volts and Watt usage in real time.
I can get info with the simple command mosquitto_sub:
mosquitto_sub -C 1 -h EMONIP -u USER -P PASS -t emon/emonpi/power1
and
mosquitto_sub -C 1 -h EMONIP -u USER -P PASS -t emon/emonpi/vrms
and I update a dummy sensor on domoticz with a curl/json
it works in crontab... I imagine there's a better way to do this... does anyone have any suggestion?
thanks
