Переименование сенсоров

This commit is contained in:
Dmitry Borisenko
2022-09-26 20:37:45 +02:00
parent 909e28c36a
commit bdf8b6a1e7
14 changed files with 72 additions and 97 deletions

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "ADS1115 датчик напряжения ", "name": "ADS1115 Напряжение",
"type": "Reading", "type": "Reading",
"subtype": "Ads1115", "subtype": "Ads1115",
"id": "Ads3", "id": "Ads3",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "AHT20 Cенсор температуры", "name": "AHT20 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Aht20t", "subtype": "Aht20t",
"id": "Temp20", "id": "Temp20",
@@ -14,7 +14,7 @@
"round": 1 "round": 1
}, },
{ {
"name": "AHT20 Cенсор влажности", "name": "AHT20 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Aht20h", "subtype": "Aht20h",
"id": "Hum20", "id": "Hum20",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "Bme280 Cенсор температуры", "name": "BME280 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Bme280t", "subtype": "Bme280t",
"id": "tmp3", "id": "tmp3",
@@ -14,7 +14,7 @@
"round": 1 "round": 1
}, },
{ {
"name": "Bme280 Cенсор давления", "name": "BME280 Давление",
"type": "Reading", "type": "Reading",
"subtype": "Bme280p", "subtype": "Bme280p",
"id": "Press3", "id": "Press3",
@@ -26,7 +26,7 @@
"round": 1 "round": 1
}, },
{ {
"name": "Bme280 Cенсор влажности", "name": "BME280 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Bme280h", "subtype": "Bme280h",
"id": "Hum3", "id": "Hum3",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "Bmp280 Cенсор температуры", "name": "BMP280 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Bmp280t", "subtype": "Bmp280t",
"id": "tmp3", "id": "tmp3",
@@ -14,7 +14,7 @@
"round": 1 "round": 1
}, },
{ {
"name": "Bmp280 Cенсор давления", "name": "BMP280 Давление",
"type": "Reading", "type": "Reading",
"subtype": "Bmp280p", "subtype": "Bmp280p",
"id": "Press3", "id": "Press3",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "dht11 Cенсор температуры", "name": "DHT11 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Dht1122t", "subtype": "Dht1122t",
"id": "tmp3", "id": "tmp3",
@@ -14,7 +14,7 @@
"senstype": "dht11" "senstype": "dht11"
}, },
{ {
"name": "dht11 Cенсор влажности", "name": "DHT11 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Dht1122h", "subtype": "Dht1122h",
"id": "Hum3", "id": "Hum3",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "ds18b20 Cенсор температуры", "name": "DS18B20 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Ds18b20", "subtype": "Ds18b20",
"id": "dstmp", "id": "dstmp",

View File

@@ -1,35 +1,35 @@
{ {
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [
"configItem": [{ {
"name": "Датчик тока", "name": "EMON Ток",
"type": "Reading", "type": "Reading",
"subtype": "I", "subtype": "I",
"id": "current", "id": "current",
"widget": "anydataAmp", "widget": "anydataAmp",
"page": "Сенсоры", "page": "Сенсоры",
"descr": "Датчик тока", "descr": "Датчик тока",
"int": 10, "int": 10,
"pin_I": 34, "pin_I": 34,
"calib_I": 111.1, "calib_I": 111.1,
"plus": 0, "plus": 0,
"multiply": 1 "multiply": 1
}, },
{ {
"name": "Датчик напряжения", "name": "EMON Напряжение",
"type": "Reading", "type": "Reading",
"subtype": "U", "subtype": "U",
"id": "voltage", "id": "voltage",
"widget": "anydataVlt", "widget": "anydataVlt",
"page": "Сенсоры", "page": "Сенсоры",
"descr": "Датчик напряжения", "descr": "Датчик напряжения",
"int": 10, "int": 10,
"pin_U": 35, "pin_U": 35,
"calib_U": 223.1, "calib_U": 223.1,
"plus": 0, "plus": 0,
"multiply": 1 "multiply": 1
}], }
],
"about": { "about": {
"authorName": "Serghei Crasnicov", "authorName": "Serghei Crasnicov",
"authorContact": "https://t.me/Serghei63", "authorContact": "https://t.me/Serghei63",
@@ -38,7 +38,10 @@
"moduleName": "Emon", "moduleName": "Emon",
"moduleVersion": "1.0", "moduleVersion": "1.0",
"usedRam": 15, "usedRam": 15,
"subTypes":["I", "U"], "subTypes": [
"I",
"U"
],
"title": "Датчик тока и напряжения", "title": "Датчик тока и напряжения",
"moduleDesc": "Получение информации о токе и напряжении с использованием трансформатора", "moduleDesc": "Получение информации о токе и напряжении с использованием трансформатора",
"propInfo": { "propInfo": {
@@ -49,9 +52,7 @@
"int": "Количество секунд между опросами датчика." "int": "Количество секунд между опросами датчика."
} }
}, },
"defActive": false, "defActive": false,
"devices": { "devices": {
"esp32_4mb": [ "esp32_4mb": [
"openenergymonitor/EmonLib@1.1.0" "openenergymonitor/EmonLib@1.1.0"

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "GY21 Cенсор температуры", "name": "GY21 Температура",
"type": "Reading", "type": "Reading",
"subtype": "GY21t", "subtype": "GY21t",
"id": "tmp4", "id": "tmp4",
@@ -13,7 +13,7 @@
"int": 15 "int": 15
}, },
{ {
"name": "GY21 Cенсор влажности", "name": "GY21 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "GY21h", "subtype": "GY21h",
"id": "Hum4", "id": "Hum4",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "HDC1080 Cенсор температуры", "name": "HDC1080 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Hdc1080t", "subtype": "Hdc1080t",
"id": "Temp1080", "id": "Temp1080",
@@ -14,7 +14,7 @@
"round": 1 "round": 1
}, },
{ {
"name": "HDC1080 Cенсор влажности", "name": "HDC1080 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Hdc1080h", "subtype": "Hdc1080h",
"id": "Hum1080", "id": "Hum1080",

View File

@@ -1,19 +1,19 @@
{ {
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [
"configItem": [{ {
"name": "Считыватель Wiegand", "name": "Wiegand Считыватель",
"type": "Reading", "type": "Reading",
"subtype": "IoTWiegand", "subtype": "IoTWiegand",
"id": "wg", "id": "wg",
"widget": "anydataTmp", "widget": "anydataTmp",
"page": "Сенсоры", "page": "Сенсоры",
"descr": "Считыватель", "descr": "Считыватель",
"int": 0, "int": 0,
"pinD0": 13, "pinD0": 13,
"pinD1": 12 "pinD1": 12
}], }
],
"about": { "about": {
"authorName": "Ilya Belyakov", "authorName": "Ilya Belyakov",
"authorContact": "https://t.me/Biveraxe", "authorContact": "https://t.me/Biveraxe",
@@ -30,9 +30,7 @@
"int": "Количество секунд между опросами датчика." "int": "Количество секунд между опросами датчика."
} }
}, },
"defActive": false, "defActive": false,
"devices": { "devices": {
"esp32_4mb": [ "esp32_4mb": [
"https://github.com/jpliew/Wiegand-NG-Multi-Bit-Wiegand-Library-for-Arduino" "https://github.com/jpliew/Wiegand-NG-Multi-Bit-Wiegand-Library-for-Arduino"

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "MHZ-19 Датчик CO2 UART", "name": "MHZ-19 CO2 (UART)",
"type": "Reading", "type": "Reading",
"subtype": "Mhz19uart", "subtype": "Mhz19uart",
"id": "co2uart", "id": "co2uart",
@@ -20,7 +20,7 @@
"ABC": 1 "ABC": 1
}, },
{ {
"name": "MHZ-19 Датчик CO2 PWM", "name": "MHZ-19 CO2 (PWM)",
"type": "Reading", "type": "Reading",
"subtype": "Mhz19pwm", "subtype": "Mhz19pwm",
"id": "co2pwm", "id": "co2pwm",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "Cенсор температуры Bme280", "name": "PZEM 004t Напряжение",
"type": "Reading", "type": "Reading",
"subtype": "Bme280t", "subtype": "Bme280t",
"id": "tmp3", "id": "tmp3",
@@ -12,30 +12,6 @@
"int": 15, "int": 15,
"addr": "0x77", "addr": "0x77",
"round": 1 "round": 1
},
{
"name": "Cенсор давления Bme280",
"type": "Reading",
"subtype": "Bme280p",
"id": "Press3",
"widget": "anydataMm",
"page": "Сенсоры",
"descr": "Давление",
"int": 15,
"addr": "0x77",
"round": 1
},
{
"name": "Cенсор влажности Bme280",
"type": "Reading",
"subtype": "Bme280h",
"id": "Hum3",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15,
"addr": "0x77",
"round": 1
} }
], ],
"about": { "about": {

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "Sht20 Cенсор температуры", "name": "Sht20 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Sht20t", "subtype": "Sht20t",
"id": "tmp2", "id": "tmp2",
@@ -13,7 +13,7 @@
"round": 1 "round": 1
}, },
{ {
"name": "Sht20 Cенсор влажности", "name": "Sht20 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Sht20h", "subtype": "Sht20h",
"id": "Hum2", "id": "Hum2",

View File

@@ -2,7 +2,7 @@
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [ "configItem": [
{ {
"name": "Sht30 Cенсор температуры", "name": "Sht30 Температура",
"type": "Reading", "type": "Reading",
"subtype": "Sht30t", "subtype": "Sht30t",
"id": "tmp30", "id": "tmp30",
@@ -13,7 +13,7 @@
"round": 1 "round": 1
}, },
{ {
"name": "Sht30 Cенсор влажности", "name": "Sht30 Влажность",
"type": "Reading", "type": "Reading",
"subtype": "Sht30h", "subtype": "Sht30h",
"id": "Hum30", "id": "Hum30",