hvxl / otmonitor

Monitor tool for the OTGW (http://otgw.tclcode.com/)
GNU Lesser General Public License v3.0
27 stars 10 forks source link

show version #13

Closed timoline closed 3 years ago

timoline commented 3 years ago

The gateway is running fine for years now, many thx for that!

One thing i'm missing (in web inteface) is which version is currently used, otmonitor and firmware. Is it possible for you to add that?

vaanja commented 3 years ago

As for Firmware, you can try Resources/Getting gateway settings/Version information -> Send. The same result can be obtained by running PR=A command in Config/Miscellaneous/Free format command field. The OTMonitor version can be checked from cmd line e.g. ./otmonitor -v

timoline commented 3 years ago

yes thank you, I saw that later...

It would be nice to see this on the status or firmware page

vaanja commented 3 years ago

also forgot to mention the most useful command 🥇 http://yourotgwip:8081/json

{ "otgw": { "time": "2021-01-17 18:55:49 +0100", "firmware": { "name": "Opentherm Gateway", "version": "4.2.8.2" }, "software": { "name": "Opentherm Monitor", "version": "4.5" }

timoline commented 3 years ago

😊 thx