File tree Expand file tree Collapse file tree 29 files changed +492
-3
lines changed
Expand file tree Collapse file tree 29 files changed +492
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ All notable changes to this project will be documented in this file.
99- Berry ` classof ` extended to class methods (#21615 )
1010- Extend command `` SetOption147 1 `` to disable publish of IRReceived MQTT messages (#21574 )
1111- Matter support for Rain sensor (#21633 )
12- - Matter add internal debug option
13- - Matter add Fan support (virtual only)
12+ - Matter add internal debug option ( # 21634 )
13+ - Matter add Fan support (virtual only) ( # 21637 )
1414
1515### Breaking Changed
1616
@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file.
2020- NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628 )
2121
2222### Fixed
23- - Matter interverted attributes 0xFFF9 and 0xFFFB
23+ - Matter interverted attributes 0xFFF9 and 0xFFFB ( # 21636 )
2424
2525### Removed
2626
Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
131131- HASPmota rounds to nearest int values passed as 'real' [ #21599 ] ( https://github.com/arendst/Tasmota/issues/21599 )
132132- Matter support for Air Quality sensors [ #21559 ] ( https://github.com/arendst/Tasmota/issues/21559 )
133133- Matter support for bridged Air Quality [ #21597 ] ( https://github.com/arendst/Tasmota/issues/21597 )
134+ - Matter add internal debug option [ #21634 ] ( https://github.com/arendst/Tasmota/issues/21634 )
135+ - Matter add Fan support (virtual only) [ #21637 ] ( https://github.com/arendst/Tasmota/issues/21637 )
134136
135137### Changed
136138- Optional MQTT_TELE_RETAIN to Energy Margins message replaced by `` SensorRetain ``
@@ -147,5 +149,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
147149
148150### Fixed
149151- Berry ` input() ` returns empty string and does not crash [ #21565 ] ( https://github.com/arendst/Tasmota/issues/21565 )
152+ - Matter interverted attributes 0xFFF9 and 0xFFFB [ #21636 ] ( https://github.com/arendst/Tasmota/issues/21636 )
150153
151154### Removed
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Signal Strength"
665665#define D_CHIPTEMPERATURE "Chip Temperature"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "Geen"
669687#define D_SENSOR_USER "Gebruiker"
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Сила на сигнала"
665665#define D_CHIPTEMPERATURE "Температура на чипа"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "Няма"
669687#define D_SENSOR_USER "Потребителско"
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Nivell del senyal"
665665#define D_CHIPTEMPERATURE "Temperatura del Xip"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "Cap"
669687#define D_SENSOR_USER "Usuari"
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Signal Strength"
665665#define D_CHIPTEMPERATURE "Chip Temperature"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "Není"
669687#define D_SENSOR_USER "User"
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Signalstärke"
665665#define D_CHIPTEMPERATURE "Chiptemperatur"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "None"
669687#define D_SENSOR_USER "User"
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Signal Strength"
665665#define D_CHIPTEMPERATURE "Chip Temperature"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "Κανένα"
669687#define D_SENSOR_USER "User"
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Signal Strength"
665665#define D_CHIPTEMPERATURE "Chip Temperature"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "None"
669687#define D_SENSOR_USER "User"
Original file line number Diff line number Diff line change 664664#define D_SIGNALSTRENGTH "Señal"
665665#define D_CHIPTEMPERATURE "Temperatura del Chip"
666666
667+ // xsns_60_GPS
668+ #define D_LATITUDE "Latitude"
669+ #define D_LONGITUDE "Longitude"
670+ #define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+ #define D_ALTITUDE "Altitude"
672+ #define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+ #define D_SPEED "Speed"
674+ #define D_SPEED_ACCURACY "Speed Accuracy"
675+ #define D_HEADING "Heading"
676+ #define D_HEADING_ACCURACY "Heading Accuracy"
677+ #define D_SAT_FIX "Satellite Fix"
678+ #define D_SAT_FIX_NO_FIX "None"
679+ #define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+ #define D_SAT_FIX_2D "2D"
681+ #define D_SAT_FIX_3D "3D"
682+ #define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+ #define D_SAT_FIX_TIME "Time only fix"
684+
667685// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686#define D_SENSOR_NONE "Ninguno"
669687#define D_SENSOR_USER "Por Usuario"
You can’t perform that action at this time.
0 commit comments