Hi all,
I’ve just released a new version of Zanzito. Here’s what’s new:
- New device info reporting;
- GPS minimum update distance now in preferences;
- New menu item “Quit Zanzito”;
- Removed status bar icon;
- Bug fixing.
In particular, when Zanzito is in “Remote administration” mode, now it sends the following information as JSON payload under zanzito/<device-name>/device_info
device_info (Manufacturer, model, Android version)
battery_charging (boolean, status of)
charge_type (AC, USB, Wireless, None, N/A)
current_foreground_app
screen_on (boolean)
screen_locked (boolean)
screen_orientation (Portrait, Landscape, N/A)
current_wifi (SSID name)
current_operator (carrier name)
Many of the above were requested by a few HA users here: I think they allow for some more sophisticated automations, for example reacting to sleep time and wake up, but I’m sure you will find some more creative ways…
Please refer to the User manual for technical details.
Thanks,
gl