rddl-network / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
1 stars 2 forks source link

Define proper Device metadata or make it flexible #29

Closed eckelj closed 11 months ago

eckelj commented 1 year ago

This is the current state of the device metadata:

        "metadata": {
          "gps": "{\"Country\":\"AT\",\"Region\":\"3\",\"City\":\"?\",\"CityLatLong\":\"0.000000,0.000000\"}",
          "device": "{\"Manufacturer\": \"RDDL\",\"Serial\":\"otherserial\"}",
          "assetDefinition": "{\"Version\": \"0.1\"}",
          "additionalDataCID": "sdjfhuerj3"
        },
eckelj commented 1 year ago

waiting for Toms reply/response