hey guys,
I'm thinking about buying a Mastertronic Essentials to replace my Trident/TridentNP. Does anyone know how their data is exposed so I can use it for other things?
I can see they don't have an API. Is there an integrated webserver or is everything locked behind proprietary software?
EDIT: Actually, I think they do have an API, they just dont advertise it.
Please can anyone with a mastertronic enter this into a browser window for me. You will need to be on the same wifi as the device and put in the correct ip address: http://MASTERTRONIC_IP/api/getTestHistory
If the API is exposed then you should get something like this in return:
{"tests":[{"type":"ALK","value":7.8,"timestamp":1700000000}, ... ]}
Then it will be easy to integrate into Apex/Home Assistant :)
I'm thinking about buying a Mastertronic Essentials to replace my Trident/TridentNP. Does anyone know how their data is exposed so I can use it for other things?
I can see they don't have an API. Is there an integrated webserver or is everything locked behind proprietary software?
EDIT: Actually, I think they do have an API, they just dont advertise it.
Please can anyone with a mastertronic enter this into a browser window for me. You will need to be on the same wifi as the device and put in the correct ip address: http://MASTERTRONIC_IP/api/getTestHistory
If the API is exposed then you should get something like this in return:
{"tests":[{"type":"ALK","value":7.8,"timestamp":1700000000}, ... ]}
Then it will be easy to integrate into Apex/Home Assistant :)
Last edited:



