ingowalther / homebridge-advanced-http-temperature-humidity

Plugin to display temperature and humidity via http in homebridge
11 stars 13 forks source link

Other Json format response #3

Open Kepete opened 5 years ago

Kepete commented 5 years ago

I'm using a ESP with Tasmota firmware and it outputs the response in this format:

{"StatusSNS":{"Time":"2018-09-08T17:34:50","Switch1":"OFF","Switch2":"OFF","DS18B20":{"Temperature":25.8},"TempUnit":"C"}}

Would it be possible to fetch the result from there?

Vykook commented 5 years ago

Quite simple solution is https://nodered.org. You can create workflows, which on http request from homebridge asks your device, change values to desired format and returns it to homebridge.