basic stuff implemented

This commit is contained in:
Daniel Ekman
2021-12-21 20:40:17 +01:00
parent 86939d4890
commit 03089e92cb
9 changed files with 50 additions and 34 deletions

3
web/ha1.json Normal file
View File

@@ -0,0 +1,3 @@
{
"P" : %d,
}

15
web/hadiscover1.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name" : "%s",
"stat_t" : "%s",
"json_attr_t" : "%s",
"unit_of_meas" : "%s",
"val_tpl" : "{{value_json['%s']}}",
"uniq_id" : "%s",
"dev" : {
"ids" : [ "%s" ],
"name" : "AMS reader",
"mdl" : "ESP32",
"sw" : "2.0.0",
"mf" : "AmsToMqttBridge"
}
}

View File

@@ -1,3 +0,0 @@
{
"P" : %d
}