mirror of https://github.com/arendst/Tasmota.git
Merge pull request #7787 from curzon01/development
extend TX2x sensor stats
This commit is contained in:
commit
aa6d5ffb27
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Посока на вятъра"
|
#define D_TX20_WIND_DIRECTION "Посока на вятъра"
|
||||||
|
#define D_TX20_WIND_DEGREES "Степени на вятъра"
|
||||||
#define D_TX20_WIND_SPEED "Скорост на вятъра"
|
#define D_TX20_WIND_SPEED "Скорост на вятъра"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Средна скорост на вятъра"
|
#define D_TX20_WIND_SPEED_AVG "Средна скорост на вятъра"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Мини. скорост на вятъра"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Макс. скорост на вятъра"
|
#define D_TX20_WIND_SPEED_MAX "Макс. скорост на вятъра"
|
||||||
#define D_TX20_NORTH "С"
|
#define D_TX20_NORTH "С"
|
||||||
#define D_TX20_EAST "И"
|
#define D_TX20_EAST "И"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Směr větru"
|
#define D_TX20_WIND_DIRECTION "Směr větru"
|
||||||
|
#define D_TX20_WIND_DEGREES "Úhel větru"
|
||||||
#define D_TX20_WIND_SPEED "Rychlost větru"
|
#define D_TX20_WIND_SPEED "Rychlost větru"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Průměrná rychlost větru"
|
#define D_TX20_WIND_SPEED_AVG "Průměrná rychlost větru"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Minimální rychlost větru"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Maximální rychlost větru"
|
#define D_TX20_WIND_SPEED_MAX "Maximální rychlost větru"
|
||||||
#define D_TX20_NORTH "S"
|
#define D_TX20_NORTH "S"
|
||||||
#define D_TX20_EAST "V"
|
#define D_TX20_EAST "V"
|
||||||
|
|
|
@ -503,10 +503,12 @@
|
||||||
#define D_CALIBRATION "Kalibrierung"
|
#define D_CALIBRATION "Kalibrierung"
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Wind Richtung"
|
#define D_TX20_WIND_DIRECTION "Windrichtung"
|
||||||
|
#define D_TX20_WIND_DEGREES "Windrichtung Grad"
|
||||||
#define D_TX20_WIND_SPEED "Windgeschwindigkeit"
|
#define D_TX20_WIND_SPEED "Windgeschwindigkeit"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Ø Windgeschwindigkeit"
|
#define D_TX20_WIND_SPEED_AVG "Windgeschwindigkeit Ø"
|
||||||
#define D_TX20_WIND_SPEED_MAX "max Windgeschwindigkeit"
|
#define D_TX20_WIND_SPEED_MIN "Windgeschwindigkeit Min"
|
||||||
|
#define D_TX20_WIND_SPEED_MAX "Windgeschwindigkeit Max"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "O"
|
#define D_TX20_EAST "O"
|
||||||
#define D_TX20_SOUTH "S"
|
#define D_TX20_SOUTH "S"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Κατεύθυνση ανέμου"
|
#define D_TX20_WIND_DIRECTION "Κατεύθυνση ανέμου"
|
||||||
|
#define D_TX20_WIND_DEGREES "Βαθμός ανέμου"
|
||||||
#define D_TX20_WIND_SPEED "Ταχύτητα ανέμου"
|
#define D_TX20_WIND_SPEED "Ταχύτητα ανέμου"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Μέση ταχύτητα ανέμου"
|
#define D_TX20_WIND_SPEED_AVG "Μέση ταχύτητα ανέμου"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Ελάχιστη ταχύτητα ανέμου"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Μέγιστη ταχύτητα ανέμου"
|
#define D_TX20_WIND_SPEED_MAX "Μέγιστη ταχύτητα ανέμου"
|
||||||
#define D_TX20_NORTH "Β"
|
#define D_TX20_NORTH "Β"
|
||||||
#define D_TX20_EAST "Α"
|
#define D_TX20_EAST "Α"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
||||||
|
#define D_TX20_WIND_DEGREES "Wind Degrees"
|
||||||
#define D_TX20_WIND_SPEED "Wind Speed"
|
#define D_TX20_WIND_SPEED "Wind Speed"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Wind Speed Min"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Dirección del Viento"
|
#define D_TX20_WIND_DIRECTION "Dirección del Viento"
|
||||||
|
#define D_TX20_WIND_DEGREES "Ángulo del Viento"
|
||||||
#define D_TX20_WIND_SPEED "Vel. del Viento"
|
#define D_TX20_WIND_SPEED "Vel. del Viento"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Vel. Prom. del Viento"
|
#define D_TX20_WIND_SPEED_AVG "Vel. Prom. del Viento"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Vel. Min. del Viento"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Vel. Max. del Viento"
|
#define D_TX20_WIND_SPEED_MAX "Vel. Max. del Viento"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_TX20.ino
|
//xsns_35_TX20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Direction du vent"
|
#define D_TX20_WIND_DIRECTION "Direction du vent"
|
||||||
|
#define D_TX20_WIND_DEGREES "Degré de vent"
|
||||||
#define D_TX20_WIND_SPEED "Vitesse du vent"
|
#define D_TX20_WIND_SPEED "Vitesse du vent"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Vitesse Moy."
|
#define D_TX20_WIND_SPEED_AVG "Vitesse Moy."
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Vitesse Min"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Vitesse Max"
|
#define D_TX20_WIND_SPEED_MAX "Vitesse Max"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "כיוון הרוח"
|
#define D_TX20_WIND_DIRECTION "כיוון הרוח"
|
||||||
|
#define D_TX20_WIND_DEGREES "זווית הרוח"
|
||||||
#define D_TX20_WIND_SPEED "מהירות הרוח"
|
#define D_TX20_WIND_SPEED "מהירות הרוח"
|
||||||
#define D_TX20_WIND_SPEED_AVG "מהירות הרוח ממוצעת"
|
#define D_TX20_WIND_SPEED_AVG "מהירות הרוח ממוצעת"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "מהירות הרוח היא מינימלית"
|
||||||
#define D_TX20_WIND_SPEED_MAX "מהירות הרוח מקסימלית"
|
#define D_TX20_WIND_SPEED_MAX "מהירות הרוח מקסימלית"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Szélirány"
|
#define D_TX20_WIND_DIRECTION "Szélirány"
|
||||||
|
#define D_TX20_WIND_DEGREES "Szél mértéke"
|
||||||
#define D_TX20_WIND_SPEED "Szélsebesség"
|
#define D_TX20_WIND_SPEED "Szélsebesség"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Átlag szélsebesség"
|
#define D_TX20_WIND_SPEED_AVG "Átlag szélsebesség"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Min. szélsebesség"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Max. szélsebesség"
|
#define D_TX20_WIND_SPEED_MAX "Max. szélsebesség"
|
||||||
#define D_TX20_NORTH "É"
|
#define D_TX20_NORTH "É"
|
||||||
#define D_TX20_EAST "K"
|
#define D_TX20_EAST "K"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Direzione Vento"
|
#define D_TX20_WIND_DIRECTION "Direzione Vento"
|
||||||
|
#define D_TX20_WIND_DEGREES "Angolo Vento"
|
||||||
#define D_TX20_WIND_SPEED "Velocità Vento"
|
#define D_TX20_WIND_SPEED "Velocità Vento"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Velocità Media Vento"
|
#define D_TX20_WIND_SPEED_AVG "Velocità Media Vento"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Velocità Minima Vento"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Velocità Massima Vento"
|
#define D_TX20_WIND_SPEED_MAX "Velocità Massima Vento"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,9 +504,11 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "풍향"
|
#define D_TX20_WIND_DIRECTION "풍향"
|
||||||
|
#define D_TX20_WIND_DEGREES "바람 정도"
|
||||||
#define D_TX20_WIND_SPEED "풍속"
|
#define D_TX20_WIND_SPEED "풍속"
|
||||||
#define D_TX20_WIND_SPEED_AVG "평균 풍속"
|
#define D_TX20_WIND_SPEED_AVG "평균 풍속"
|
||||||
#define D_TX20_WIND_SPEED_MAX "최대 풍속"
|
#define D_TX20_WIND_SPEED_MIN "풍속 최소"
|
||||||
|
#define D_TX20_WIND_SPEED_MAX "풍속 최대"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
#define D_TX20_SOUTH "S"
|
#define D_TX20_SOUTH "S"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Windrichting"
|
#define D_TX20_WIND_DIRECTION "Windrichting"
|
||||||
|
#define D_TX20_WIND_DEGREES "Wind graad"
|
||||||
#define D_TX20_WIND_SPEED "Windsnelheid"
|
#define D_TX20_WIND_SPEED "Windsnelheid"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Windsnelheid gemiddeld"
|
#define D_TX20_WIND_SPEED_AVG "Windsnelheid gemiddeld"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Windsnelhied minimum"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Windsnelhied maximaal"
|
#define D_TX20_WIND_SPEED_MAX "Windsnelhied maximaal"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Kierunek"
|
#define D_TX20_WIND_DIRECTION "Kierunek"
|
||||||
|
#define D_TX20_WIND_DEGREES "Grad"
|
||||||
#define D_TX20_WIND_SPEED "Prędkość"
|
#define D_TX20_WIND_SPEED "Prędkość"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Średnia prędkość"
|
#define D_TX20_WIND_SPEED_AVG "Średnia prędkość"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Minimalna prędkość"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Maksymalna prędkość"
|
#define D_TX20_WIND_SPEED_MAX "Maksymalna prędkość"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Direção do vento"
|
#define D_TX20_WIND_DIRECTION "Direção do vento"
|
||||||
|
#define D_TX20_WIND_DEGREES "Ângulo do vento"
|
||||||
#define D_TX20_WIND_SPEED "Velocidade do vento"
|
#define D_TX20_WIND_SPEED "Velocidade do vento"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Velocidade média do vento"
|
#define D_TX20_WIND_SPEED_AVG "Velocidade média do vento"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Velocidade do vento Mínima"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Velocidade do vento Máxima"
|
#define D_TX20_WIND_SPEED_MAX "Velocidade do vento Máxima"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "L"
|
#define D_TX20_EAST "L"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Direção do vento"
|
#define D_TX20_WIND_DIRECTION "Direção do vento"
|
||||||
|
#define D_TX20_WIND_DEGREES "Ângulo do vento"
|
||||||
#define D_TX20_WIND_SPEED "Velocidade do vento"
|
#define D_TX20_WIND_SPEED "Velocidade do vento"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Velocidade média do vento"
|
#define D_TX20_WIND_SPEED_AVG "Velocidade média do vento"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Velocidade mínima do vento"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Velocidade máxima do vento"
|
#define D_TX20_WIND_SPEED_MAX "Velocidade máxima do vento"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
||||||
|
#define D_TX20_WIND_DEGREES "Wind Degrees"
|
||||||
#define D_TX20_WIND_SPEED "Wind Speed"
|
#define D_TX20_WIND_SPEED "Wind Speed"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Wind Speed Min"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Smer vetra"
|
#define D_TX20_WIND_DIRECTION "Smer vetra"
|
||||||
|
#define D_TX20_WIND_DEGREES "Uhol vetra"
|
||||||
#define D_TX20_WIND_SPEED "Rýchlosť vetra"
|
#define D_TX20_WIND_SPEED "Rýchlosť vetra"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Priemerná rýchlosť vetra"
|
#define D_TX20_WIND_SPEED_AVG "Priemerná rýchlosť vetra"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Minimálna rýchlosť vetra"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Maximálna rýchlosť vetra"
|
#define D_TX20_WIND_SPEED_MAX "Maximálna rýchlosť vetra"
|
||||||
#define D_TX20_NORTH "S"
|
#define D_TX20_NORTH "S"
|
||||||
#define D_TX20_EAST "V"
|
#define D_TX20_EAST "V"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Vindriktning"
|
#define D_TX20_WIND_DIRECTION "Vindriktning"
|
||||||
|
#define D_TX20_WIND_DEGREES "Vindvinkel"
|
||||||
#define D_TX20_WIND_SPEED "Vindstyrka"
|
#define D_TX20_WIND_SPEED "Vindstyrka"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Vindstyrka medel"
|
#define D_TX20_WIND_SPEED_AVG "Vindstyrka medel"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Vindstyrka min"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Vindstyrka max"
|
#define D_TX20_WIND_SPEED_MAX "Vindstyrka max"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "Ö"
|
#define D_TX20_EAST "Ö"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
||||||
|
#define D_TX20_WIND_DEGREES "Wind Degrees"
|
||||||
#define D_TX20_WIND_SPEED "Wind Speed"
|
#define D_TX20_WIND_SPEED "Wind Speed"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Wind Speed Min"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Напрям вітру"
|
#define D_TX20_WIND_DIRECTION "Напрям вітру"
|
||||||
|
#define D_TX20_WIND_DEGREES "Кут вітру"
|
||||||
#define D_TX20_WIND_SPEED "Швидкість вітру"
|
#define D_TX20_WIND_SPEED "Швидкість вітру"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Середня швидкість вітру"
|
#define D_TX20_WIND_SPEED_AVG "Середня швидкість вітру"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Мінімальна швидкість вітру"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Максимальна швидкість вітру"
|
#define D_TX20_WIND_SPEED_MAX "Максимальна швидкість вітру"
|
||||||
#define D_TX20_NORTH "Пн"
|
#define D_TX20_NORTH "Пн"
|
||||||
#define D_TX20_EAST "Сх"
|
#define D_TX20_EAST "Сх"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "风向"
|
#define D_TX20_WIND_DIRECTION "风向"
|
||||||
|
#define D_TX20_WIND_DEGREES "风度"
|
||||||
#define D_TX20_WIND_SPEED "风速"
|
#define D_TX20_WIND_SPEED "风速"
|
||||||
#define D_TX20_WIND_SPEED_AVG "平均风速"
|
#define D_TX20_WIND_SPEED_AVG "平均风速"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "最低风速"
|
||||||
#define D_TX20_WIND_SPEED_MAX "最高风速"
|
#define D_TX20_WIND_SPEED_MAX "最高风速"
|
||||||
#define D_TX20_NORTH "北"
|
#define D_TX20_NORTH "北"
|
||||||
#define D_TX20_EAST "东"
|
#define D_TX20_EAST "东"
|
||||||
|
|
|
@ -504,8 +504,10 @@
|
||||||
|
|
||||||
//xsns_35_tx20.ino
|
//xsns_35_tx20.ino
|
||||||
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
||||||
|
#define D_TX20_WIND_DEGREES "Wind Degrees"
|
||||||
#define D_TX20_WIND_SPEED "Wind Speed"
|
#define D_TX20_WIND_SPEED "Wind Speed"
|
||||||
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
||||||
|
#define D_TX20_WIND_SPEED_MIN "Wind Speed Min"
|
||||||
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
||||||
#define D_TX20_NORTH "N"
|
#define D_TX20_NORTH "N"
|
||||||
#define D_TX20_EAST "E"
|
#define D_TX20_EAST "E"
|
||||||
|
|
|
@ -41,7 +41,8 @@
|
||||||
#define XSNS_35 35
|
#define XSNS_35 35
|
||||||
|
|
||||||
#define TX2X_BIT_TIME 1220 // microseconds
|
#define TX2X_BIT_TIME 1220 // microseconds
|
||||||
#define TX2X_RESET_VALUES 60 // seconds
|
#define TX2X_WEIGHT_AVG_SAMPLE 150 // seconds
|
||||||
|
#define TX23_READ_INTERVAL 4 // seconds (don't use less than 3)
|
||||||
|
|
||||||
// The Arduino standard GPIO routines are not enough,
|
// The Arduino standard GPIO routines are not enough,
|
||||||
// must use some from the Espressif SDK as well
|
// must use some from the Espressif SDK as well
|
||||||
|
@ -59,8 +60,9 @@ extern "C" {
|
||||||
const char HTTP_SNS_TX2X[] PROGMEM =
|
const char HTTP_SNS_TX2X[] PROGMEM =
|
||||||
"{s}" D_TX2x_NAME " " D_TX20_WIND_SPEED "{m}%s " D_UNIT_KILOMETER_PER_HOUR "{e}"
|
"{s}" D_TX2x_NAME " " D_TX20_WIND_SPEED "{m}%s " D_UNIT_KILOMETER_PER_HOUR "{e}"
|
||||||
"{s}" D_TX2x_NAME " " D_TX20_WIND_SPEED_AVG "{m}%s " D_UNIT_KILOMETER_PER_HOUR "{e}"
|
"{s}" D_TX2x_NAME " " D_TX20_WIND_SPEED_AVG "{m}%s " D_UNIT_KILOMETER_PER_HOUR "{e}"
|
||||||
|
"{s}" D_TX2x_NAME " " D_TX20_WIND_SPEED_MIN "{m}%s " D_UNIT_KILOMETER_PER_HOUR "{e}"
|
||||||
"{s}" D_TX2x_NAME " " D_TX20_WIND_SPEED_MAX "{m}%s " D_UNIT_KILOMETER_PER_HOUR "{e}"
|
"{s}" D_TX2x_NAME " " D_TX20_WIND_SPEED_MAX "{m}%s " D_UNIT_KILOMETER_PER_HOUR "{e}"
|
||||||
"{s}" D_TX2x_NAME " " D_TX20_WIND_DIRECTION "{m}%s (%s°){e}";
|
"{s}" D_TX2x_NAME " " D_TX20_WIND_DIRECTION "{m}%s %s°{e}";
|
||||||
#endif // USE_WEBSERVER
|
#endif // USE_WEBSERVER
|
||||||
|
|
||||||
const char kTx2xDirections[] PROGMEM = D_TX20_NORTH "|"
|
const char kTx2xDirections[] PROGMEM = D_TX20_NORTH "|"
|
||||||
|
@ -88,11 +90,12 @@ uint16_t tx2x_sc = 0;
|
||||||
uint16_t tx2x_sf = 0;
|
uint16_t tx2x_sf = 0;
|
||||||
|
|
||||||
float tx2x_wind_speed_kmh = 0;
|
float tx2x_wind_speed_kmh = 0;
|
||||||
|
float tx2x_wind_speed_min = 200.0;
|
||||||
float tx2x_wind_speed_max = 0;
|
float tx2x_wind_speed_max = 0;
|
||||||
float tx2x_wind_speed_avg = 0;
|
float tx2x_wind_speed_avg = 0;
|
||||||
float tx2x_wind_sum = 0;
|
|
||||||
int tx2x_count = 0;
|
|
||||||
uint8_t tx2x_wind_direction = 0;
|
uint8_t tx2x_wind_direction = 0;
|
||||||
|
int tx2x_count = 0;
|
||||||
|
uint16_t tx2x_avg_samples;
|
||||||
|
|
||||||
bool tx2x_available = false;
|
bool tx2x_available = false;
|
||||||
|
|
||||||
|
@ -121,7 +124,6 @@ void TX2xStartRead(void)
|
||||||
* La Crosse TX23 Anemometer datagram after setting TxD to low/high
|
* La Crosse TX23 Anemometer datagram after setting TxD to low/high
|
||||||
* 1-1 0 1 0-0 11011 0011 111010101111 0101 1100 000101010000 1-1 - Received pin data at 1200 uSec per bit
|
* 1-1 0 1 0-0 11011 0011 111010101111 0101 1100 000101010000 1-1 - Received pin data at 1200 uSec per bit
|
||||||
* t s c sa sb sc sd se sf
|
* t s c sa sb sc sd se sf
|
||||||
* 1 0 1-1 00100 1100 000101010000 1010 1100 000101010000 - sa to sd inverted user data, LSB first
|
|
||||||
* t - host pulls TxD low - signals TX23 to sent measurement
|
* t - host pulls TxD low - signals TX23 to sent measurement
|
||||||
* s - TxD released - TxD is pulled high due to pullup
|
* s - TxD released - TxD is pulled high due to pullup
|
||||||
* c - TX23U pulls TxD low - calculation in progress
|
* c - TX23U pulls TxD low - calculation in progress
|
||||||
|
@ -152,26 +154,8 @@ void TX2xStartRead(void)
|
||||||
for (int32_t bitcount = 41; bitcount > 0; bitcount--) {
|
for (int32_t bitcount = 41; bitcount > 0; bitcount--) {
|
||||||
uint8_t dpin = (digitalRead(pin[GPIO_TX2X_TXD_BLACK]));
|
uint8_t dpin = (digitalRead(pin[GPIO_TX2X_TXD_BLACK]));
|
||||||
#ifdef USE_TX23_WIND_SENSOR
|
#ifdef USE_TX23_WIND_SENSOR
|
||||||
if (bitcount > 41 - 5) {
|
dpin ^= 1;
|
||||||
// start
|
#endif
|
||||||
tx2x_sa = (tx2x_sa << 1) | (dpin);
|
|
||||||
} else if (bitcount > 41 - 5 - 4) {
|
|
||||||
// wind dir
|
|
||||||
tx2x_sb = tx2x_sb >> 1 | ((dpin) << 3);
|
|
||||||
} else if (bitcount > 41 - 5 - 4 - 12) {
|
|
||||||
// windspeed
|
|
||||||
tx2x_sc = tx2x_sc >> 1 | ((dpin) << 11);
|
|
||||||
} else if (bitcount > 41 - 5 - 4 - 12 - 4) {
|
|
||||||
// checksum
|
|
||||||
tx2x_sd = tx2x_sd >> 1 | ((dpin) << 3);
|
|
||||||
} else if (bitcount > 41 - 5 - 4 - 12 - 4 - 4) {
|
|
||||||
// wind dir (invert)
|
|
||||||
tx2x_se = tx2x_se >> 1 | ((dpin ^ 1) << 3);
|
|
||||||
} else {
|
|
||||||
// windspeed (invert)
|
|
||||||
tx2x_sf = tx2x_sf >> 1 | ((dpin ^ 1) << 11);
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
if (bitcount > 41 - 5) {
|
if (bitcount > 41 - 5) {
|
||||||
// start frame (invert)
|
// start frame (invert)
|
||||||
tx2x_sa = (tx2x_sa << 1) | (dpin ^ 1);
|
tx2x_sa = (tx2x_sa << 1) | (dpin ^ 1);
|
||||||
|
@ -191,23 +175,14 @@ void TX2xStartRead(void)
|
||||||
// windspeed
|
// windspeed
|
||||||
tx2x_sf = tx2x_sf >> 1 | (dpin << 11);
|
tx2x_sf = tx2x_sf >> 1 | (dpin << 11);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
delayMicroseconds(TX2X_BIT_TIME);
|
delayMicroseconds(TX2X_BIT_TIME);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t chk = (tx2x_sb + (tx2x_sc & 0xf) + ((tx2x_sc >> 4) & 0xf) + ((tx2x_sc >> 8) & 0xf));
|
uint8_t chk = (tx2x_sb + (tx2x_sc & 0xf) + ((tx2x_sc >> 4) & 0xf) + ((tx2x_sc >> 8) & 0xf));
|
||||||
chk &= 0xf;
|
chk &= 0xf;
|
||||||
|
|
||||||
#ifdef USE_TX23_WIND_SENSOR
|
|
||||||
// check checksum, non-inverted with inverted values and max. speed
|
// check checksum, non-inverted with inverted values and max. speed
|
||||||
if ((chk == tx2x_sd) && (tx2x_sb==tx2x_se) && (tx2x_sc==tx2x_sf) && (tx2x_sc < 511)) {
|
tx2x_available = ((chk == tx2x_sd) && (tx2x_sb==tx2x_se) && (tx2x_sc==tx2x_sf) && (tx2x_sc < 511));
|
||||||
tx2x_available = true;
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
if ((chk == tx2x_sd) && (tx2x_sc < 511)) { // if checksum seems to be ok and wind speed below 51.1 m/s
|
|
||||||
tx2x_available = true;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#ifdef USE_TX23_WIND_SENSOR
|
#ifdef USE_TX23_WIND_SENSOR
|
||||||
}
|
}
|
||||||
tx23_stage++;
|
tx23_stage++;
|
||||||
|
@ -219,49 +194,82 @@ void TX2xStartRead(void)
|
||||||
GPIO_REG_WRITE(GPIO_STATUS_W1TC_ADDRESS, 1 << pin[GPIO_TX2X_TXD_BLACK]);
|
GPIO_REG_WRITE(GPIO_STATUS_W1TC_ADDRESS, 1 << pin[GPIO_TX2X_TXD_BLACK]);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Tx2xReset(void)
|
void Tx2xResetStat(void)
|
||||||
{
|
{
|
||||||
|
tx2x_wind_speed_min = tx2x_wind_speed_kmh;
|
||||||
|
tx2x_wind_speed_max = tx2x_wind_speed_kmh;
|
||||||
|
uint16_t tx2x_prev_avg_samples = tx2x_avg_samples;
|
||||||
|
if (Settings.tele_period) {
|
||||||
|
// number for avg samples = teleperiod value if set
|
||||||
|
tx2x_avg_samples = Settings.tele_period;
|
||||||
|
} else {
|
||||||
|
// otherwise use default number of samples for this driver
|
||||||
|
tx2x_avg_samples = TX2X_WEIGHT_AVG_SAMPLE;
|
||||||
|
}
|
||||||
|
if (tx2x_prev_avg_samples != tx2x_avg_samples) {
|
||||||
|
tx2x_wind_speed_avg = tx2x_wind_speed_kmh;
|
||||||
tx2x_count = 0;
|
tx2x_count = 0;
|
||||||
tx2x_wind_sum = 0;
|
}
|
||||||
tx2x_wind_speed_max = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Tx2xRead(void)
|
void Tx2xRead(void)
|
||||||
{
|
{
|
||||||
#ifdef USE_TX23_WIND_SENSOR
|
#ifdef USE_TX23_WIND_SENSOR
|
||||||
|
// TX23 needs to trigger start transmission - TxD Line
|
||||||
|
// ___________ _ ___ ___
|
||||||
|
// |____| |___________| |_| |__XXXXXXXXXX
|
||||||
|
// trigger start conv Startframe Data
|
||||||
|
//
|
||||||
// note: TX23 speed calculation is unstable when conversion starts
|
// note: TX23 speed calculation is unstable when conversion starts
|
||||||
// less than 2 seconds after last request
|
// less than 2 seconds after last request
|
||||||
if ((uptime % 3)==0) {
|
if ((uptime % TX23_READ_INTERVAL)==0) {
|
||||||
// TX23 start transmission by pulling down TxD line for at minimum 500ms
|
// TX23 start transmission by pulling down TxD line for at minimum 500ms
|
||||||
// so we pull TxD signal to low every 3 seconds
|
// so we pull TxD signal to low every 3 seconds
|
||||||
tx23_stage = 0;
|
tx23_stage = 0;
|
||||||
pinMode(pin[GPIO_TX2X_TXD_BLACK], OUTPUT);
|
pinMode(pin[GPIO_TX2X_TXD_BLACK], OUTPUT);
|
||||||
digitalWrite(pin[GPIO_TX2X_TXD_BLACK], LOW);
|
digitalWrite(pin[GPIO_TX2X_TXD_BLACK], LOW);
|
||||||
} else if ((uptime % 3)==1) {
|
} else if ((uptime % TX23_READ_INTERVAL)==1) {
|
||||||
// after pulling down TxD every 3 second we pull-up TxD every 3+1 seconds
|
// after pulling down TxD: pull-up TxD every x+1 seconds
|
||||||
// to trigger start transmission
|
// to trigger TX23 start transmission
|
||||||
tx23_stage = 1; // first rising signal is invalid
|
tx23_stage = 1; // first rising signal is invalid
|
||||||
pinMode(pin[GPIO_TX2X_TXD_BLACK], INPUT_PULLUP);
|
pinMode(pin[GPIO_TX2X_TXD_BLACK], INPUT_PULLUP);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (0==Settings.tele_period && !(uptime % TX2X_RESET_VALUES)) {
|
if (0!=Settings.tele_period && Settings.tele_period!=tx2x_avg_samples) {
|
||||||
Tx2xReset();
|
// new teleperiod value
|
||||||
|
Tx2xResetStat();
|
||||||
}
|
}
|
||||||
else if (tx2x_available) {
|
if (tx2x_available) {
|
||||||
// Wind speed spec: 0 to 180 km/h (0 to 50 m/s)
|
// Wind speed spec: 0 to 180 km/h (0 to 50 m/s)
|
||||||
tx2x_wind_speed_kmh = float(tx2x_sc) * 0.36;
|
tx2x_wind_speed_kmh = float(tx2x_sc) * 0.36;
|
||||||
|
if (tx2x_wind_speed_kmh < tx2x_wind_speed_min) {
|
||||||
|
tx2x_wind_speed_min = tx2x_wind_speed_kmh;
|
||||||
|
}
|
||||||
if (tx2x_wind_speed_kmh > tx2x_wind_speed_max) {
|
if (tx2x_wind_speed_kmh > tx2x_wind_speed_max) {
|
||||||
tx2x_wind_speed_max = tx2x_wind_speed_kmh;
|
tx2x_wind_speed_max = tx2x_wind_speed_kmh;
|
||||||
}
|
}
|
||||||
tx2x_count++;
|
// exponentially weighted average is not quite as smooth as the arithmetic average
|
||||||
tx2x_wind_sum += tx2x_wind_speed_kmh;
|
// but close enough to the moving average and does not require the regular reset
|
||||||
tx2x_wind_speed_avg = tx2x_wind_sum / tx2x_count;
|
// of the divider with the associated jump in avg values after period is over
|
||||||
|
if (tx2x_count <= tx2x_avg_samples) {
|
||||||
|
tx2x_count++;
|
||||||
|
}
|
||||||
|
tx2x_wind_speed_avg -= tx2x_wind_speed_avg / tx2x_count;
|
||||||
|
tx2x_wind_speed_avg += tx2x_wind_speed_kmh / tx2x_count;
|
||||||
|
|
||||||
tx2x_wind_direction = tx2x_sb;
|
tx2x_wind_direction = tx2x_sb;
|
||||||
|
|
||||||
|
if (!(uptime % tx2x_avg_samples)) {
|
||||||
|
tx2x_wind_speed_min = tx2x_wind_speed_kmh;
|
||||||
|
tx2x_wind_speed_max = tx2x_wind_speed_kmh;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Tx2xInit(void)
|
void Tx2xInit(void)
|
||||||
{
|
{
|
||||||
|
Tx2xResetStat();
|
||||||
#ifdef USE_TX23_WIND_SENSOR
|
#ifdef USE_TX23_WIND_SENSOR
|
||||||
tx23_stage = 0;
|
tx23_stage = 0;
|
||||||
pinMode(pin[GPIO_TX2X_TXD_BLACK], OUTPUT);
|
pinMode(pin[GPIO_TX2X_TXD_BLACK], OUTPUT);
|
||||||
|
@ -276,22 +284,46 @@ void Tx2xShow(bool json)
|
||||||
{
|
{
|
||||||
char wind_speed_string[33];
|
char wind_speed_string[33];
|
||||||
dtostrfd(tx2x_wind_speed_kmh, 1, wind_speed_string);
|
dtostrfd(tx2x_wind_speed_kmh, 1, wind_speed_string);
|
||||||
|
char wind_speed_min_string[33];
|
||||||
|
dtostrfd(tx2x_wind_speed_min, 1, wind_speed_min_string);
|
||||||
char wind_speed_max_string[33];
|
char wind_speed_max_string[33];
|
||||||
dtostrfd(tx2x_wind_speed_max, 1, wind_speed_max_string);
|
dtostrfd(tx2x_wind_speed_max, 1, wind_speed_max_string);
|
||||||
char wind_speed_avg_string[33];
|
char wind_speed_avg_string[33];
|
||||||
dtostrfd(tx2x_wind_speed_avg, 1, wind_speed_avg_string);
|
dtostrfd(tx2x_wind_speed_avg, 1, wind_speed_avg_string);
|
||||||
|
char wind_direction_degree_string[33];
|
||||||
|
dtostrfd(tx2x_wind_direction*22.5, 1, wind_direction_degree_string);
|
||||||
char wind_direction_string[4];
|
char wind_direction_string[4];
|
||||||
GetTextIndexed(wind_direction_string, sizeof(wind_direction_string), tx2x_wind_direction, kTx2xDirections);
|
GetTextIndexed(wind_direction_string, sizeof(wind_direction_string), tx2x_wind_direction, kTx2xDirections);
|
||||||
char wind_direction_degree[33];
|
|
||||||
dtostrfd(tx2x_wind_direction*22.5, 1, wind_direction_degree);
|
|
||||||
|
|
||||||
if (json) {
|
if (json) {
|
||||||
|
#ifdef USE_TX2x_LEGACY_JSON
|
||||||
ResponseAppend_P(PSTR(",\"" D_TX2x_NAME "\":{\"Speed\":%s,\"SpeedAvg\":%s,\"SpeedMax\":%s,\"Direction\":\"%s\",\"Degree\":%s}"),
|
ResponseAppend_P(PSTR(",\"" D_TX2x_NAME "\":{\"Speed\":%s,\"SpeedAvg\":%s,\"SpeedMax\":%s,\"Direction\":\"%s\",\"Degree\":%s}"),
|
||||||
wind_speed_string, wind_speed_avg_string, wind_speed_max_string, wind_direction_string, wind_direction_degree);
|
wind_speed_string, wind_speed_avg_string, wind_speed_max_string, wind_direction_string, wind_direction_degree);
|
||||||
Tx2xReset();
|
#else
|
||||||
|
// new format grouped by Speed and Dir(ection)
|
||||||
|
// Card = cardianal (N../O../S../W..)
|
||||||
|
// Deg = Degree
|
||||||
|
ResponseAppend_P(
|
||||||
|
PSTR(",\"" D_TX2x_NAME "\":{\"Speed\":{\"Act\":%s,\"Avg\":%s,\"Min\":%s,\"Max\":%s},\"Direction\":{\"Cardinal\":\"%s\",\"Degree\":%s}}"),
|
||||||
|
wind_speed_string,
|
||||||
|
wind_speed_avg_string,
|
||||||
|
wind_speed_min_string,
|
||||||
|
wind_speed_max_string,
|
||||||
|
wind_direction_string,
|
||||||
|
wind_direction_degree_string
|
||||||
|
);
|
||||||
|
#endif
|
||||||
#ifdef USE_WEBSERVER
|
#ifdef USE_WEBSERVER
|
||||||
} else {
|
} else {
|
||||||
WSContentSend_PD(HTTP_SNS_TX2X, wind_speed_string, wind_speed_avg_string, wind_speed_max_string, wind_direction_string, wind_direction_degree);
|
WSContentSend_PD(
|
||||||
|
HTTP_SNS_TX2X,
|
||||||
|
wind_speed_string,
|
||||||
|
wind_speed_avg_string,
|
||||||
|
wind_speed_min_string,
|
||||||
|
wind_speed_max_string,
|
||||||
|
wind_direction_string,
|
||||||
|
wind_direction_degree_string
|
||||||
|
);
|
||||||
#endif // USE_WEBSERVER
|
#endif // USE_WEBSERVER
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -313,11 +345,11 @@ bool Xsns35(uint8_t function)
|
||||||
Tx2xRead();
|
Tx2xRead();
|
||||||
break;
|
break;
|
||||||
case FUNC_JSON_APPEND:
|
case FUNC_JSON_APPEND:
|
||||||
Tx2xShow(1);
|
Tx2xShow(true);
|
||||||
break;
|
break;
|
||||||
#ifdef USE_WEBSERVER
|
#ifdef USE_WEBSERVER
|
||||||
case FUNC_WEB_SENSOR:
|
case FUNC_WEB_SENSOR:
|
||||||
Tx2xShow(0);
|
Tx2xShow(false);
|
||||||
break;
|
break;
|
||||||
#endif // USE_WEBSERVER
|
#endif // USE_WEBSERVER
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue