Shelly 1 błąd kompilacji wersji TEST

User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

od wczorajszego wieczoru próbuję skompilować wersję testową - wersja płytki Shelly 1 + przekaźniki, przyciski i AT i cały czas sypie się na 30%:

Code: Select all

×Błąd generowaniaIn file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/GUIGenericCommon.cpp:18: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/Markup.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/Markup.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaHTTPUpdateServer.cpp:12: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaConfigESP.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDownload.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDownload.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaTemplateBoard.cpp:18: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f.ino:16: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaOled.cpp:18: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageControl.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageControl.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageHome.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageHome.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaConfigManager.cpp:25: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDeviceSettings.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDeviceSettings.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebCorrection.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebCorrection.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageConfig.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageConfig.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageLimitSwitch.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageLimitSwitch.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.cpp:16: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.cpp:561:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 561 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber) { | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.cpp:591:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 591 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber) { | ^~~~~ In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageOther.h:20, from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageOther.cpp:17: /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared 220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared 221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0); | ^~~~~ Error during build: exit status 1 xxxxxxxxxxxxxxxxxx BOARD esp8266:esp8266:generic:eesz=2M64,xtal=160 TEMPLATE_BOARD BOARD_SHELLY1 OPTIONS -DDEFAULT_TEMPLATE_BOARD=6 -DATOMIC_FS_UPDATE -DBEARSSL_SSL_BASIC -DSUPLA_ACTION_TRIGGER -DSUPLA_BUTTON -DSUPLA_CONFIG -DSUPLA_ENABLE_GUI -DSUPLA_ENABLE_SSL -DSUPLA_OTA -DSUPLA_RELAY 

Możesz wesprzeć autorów w dalszym rozwoju projektu.
 


SPI Flash Config:
Crystal Freq: 26MHz
SPI Speed: 40MHz
SPI Mode: DOUT
Flash size ESP82xx: 8Mbit
Flash size ESP32: 32Mbit
(8Mbit = 1MB)

GUI-Generic Builder [TEST]GUI-Generic: v4.3.7; Builder: v4.3.5
Board 8266/8285: v3.0.2; Board ESP32: v1.0.6

https://forum.supla.org
Uploader dwuetapowy

Wygenerowano: 7866, pobrano: 11671
Wideo poradnik

Ustawienia kompilacjiPłytka-- Uniwersalne --Generic ESP8266 ModuleGeneric ESP8285 ModuleGeneric ESP32 Module-- Predefiniowane --Dimmer by @LukaszHElectroDragonGosund SP111H801 RGBWinCan3inCan4MelinkMinitiger 1 Gang v2 SwitchMinitiger 2 Gang v2 SwitchMinitiger 3 Gang SwitchNeo CoolcamShelly 1Shelly 2Shelly Plug SSONOFF 4CHSONOFF BASICSONOFF DUAL R2SONOFF MiniSONOFF S2XSONOFF SVSONOFF THSONOFF TOUCHSONOFF TOUCH DUALSONOFF TOUCH TRIPLEYunshanYUNTONG SmartPamięć FLASH2MB (FS:64KB OTA:~992KB)

Częstotliwość procesora 160 MHz dla ESP82xx

Dostępne opcje dla modułu

Podstawowe

Konfiguracja. Umożliwia skonfigurowanie LEDa statusowego i przycisku przełączającego moduł w tryb konfiguracji." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Konfiguracja (LED, Config)

Aktualizacja. Umożliwia wgrywanie nowszego firmware przez stronę WWW modułu." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Aktualizacja przez WWW

Dostępne GUI podczas pracy modułu

Szyfrowane połączenie z serwerem (SSL)

Tryb głębokiego uśpienia (Deep Sleep)

Protokół mDNS

Sterowanie

Przekaźniki. Umożliwia obsługę przekaźników." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Przekaźniki

Warunkowanie przekaźnika

Przyciski. Umożliwia obsługę przycisków wraz z innymi funkcjonalnościami." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Przyciski

Wyzwalacze akcji

Rolety. Umożliwia obsługę rolet. Wymagana włączona obsługa przekaźników i przycisków." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Rolety

Krańcówki. Umożliwia obsługę przełączników krańcowych." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Krańcówki

LED. Umożliwia zmianę poziomu sygnału sterującego LED sygnalizującym załączenie przekaźnika." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">LED załączenia przekaźnika

Pushover

Linki bezpośrednie

Bramka RF 315/433MHz

1Wire

1Wire. Umożliwia obsługę sensorów DS18B20." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor DS18B20

1Wire. Umożliwia obsługę sensorów DHT11." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor DHT11

1Wire. Umożliwia obsługę sensorów DHT22." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor DHT22

1Wire. Umożliwia obsługę sensorów Si7021 na płytkach SonOff." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor Si7021 Sonoff

I2C

I2C. Umożliwia obsługę sensorów BME280." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor BME280

I2C. Umożliwia obsługę sensorów BMP280." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor BMP280

I2C. Umożliwia obsługę sensorów serii SHT3x." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor SHT3x

I2C. Umożliwia obsługę sensorów Si7021." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor Si7021

I2C. Umożliwia obsługę sensorów VL53L0X." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor VL53L0X

I2C. Umożliwia obsługę sensorów HDC1080." class="new_option" style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Sensor HDC1080

I2C. Umożliwoa obsługę wyświetlacza OLED." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Wyświetlacz OLED

I2C. Umożliwia obsługę rozszerzenia portów x16 MCP2317." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Ekspander portów x16 MCP23017

SPI

SPI. Umożliwoa obsługę termopary MAX6675." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Termopara MAX6675

Analogowe

Analog. Umożliwia obsługę pomiaru napięcia na wejściu ADC Pin." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Pomiar analogowy (ADC Pin)

Analog. Umożliwia obsługę termistora NTC 10K." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Termistor NTC 10K

Analog. Umożliwia obsługę czujnika ciśnienia z serii MPX5xxx." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Czujnik ciśnienia MPX5xxx

Inne

Inne. Umożliwia obsługę urządzeń RGBW, RGB i ściemniaczy." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">RGBW, RGB, Dimmer

Inne. Umożliwia obsługę czujnika odległości HC-SR04." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Czujnik odległości HC-SR04

Inne. Umożliwia obsługę licznika energii HLW8012." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Licznik energii HLW8012

Inne. Umożliwia obsługę licznika energii PZEM V3." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Licznik energii PZEM V3

Inne. Umożliwia obsługę licznika energii CSE7766." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Licznik energii CSE7766

Inne. Umożliwia obsługę licznika impulsów." style="position: relative; display: block; top: 0px; left: 8px; color: rgb(0, 209, 81); line-height: 18px; margin: 4px 0px 12px; font-size: 13px;">Licznik impulsów

Linki bezpośrednie - odczyt temperatury

Testowe

SUPLA_TEMPLATE_BOARD_JSON

Generuj


   
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
User avatar
Goral64
Posts: 3258
Joined: Fri Dec 27, 2019 6:22 pm
Location: Żerniki Wrocławskie
Has thanked: 2 times
Been thanked: 1 time

Post

A dokładniej to:

Code: Select all

In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaOled.cpp:18:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageHome.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageHome.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageConfig.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageConfig.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.cpp:16:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDeviceSettings.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDeviceSettings.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/GUIGenericCommon.cpp:18:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaHTTPUpdateServer.cpp:12:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageControl.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageControl.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/Markup.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/Markup.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.cpp:561:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  561 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber) {
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.cpp:591:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  591 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber) {
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDownload.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageDownload.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaTemplateBoard.cpp:18:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f.ino:16:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebCorrection.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebCorrection.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaConfigESP.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaConfigManager.cpp:25:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageLimitSwitch.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageLimitSwitch.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
In file included from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageOther.h:20,
                 from /var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaWebPageOther.cpp:17:
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:220:40: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  220 | void addConditionsTurnON(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                        ^~~~~
/var/www/html/code/GUI-Generic_test_bv4.3_gv4.3.7_pl_179b6872f530e6f4ef23e13496aee87f/SuplaDeviceGUI.h:221:41: error: 'Supla::Sensor::ElectricityMeter' has not been declared
  221 | void addConditionsTurnOFF(int function, Supla::Sensor::ElectricityMeter *client, uint8_t sensorNumber = 0);
      |                                         ^~~~~
Error during build: exit status 1
xxxxxxxxxxxxxxxxxx
BOARD esp8266:esp8266:generic:eesz=2M64,xtal=160
TEMPLATE_BOARD BOARD_SHELLY1
OPTIONS -DDEFAULT_TEMPLATE_BOARD=6 -DATOMIC_FS_UPDATE -DBEARSSL_SSL_BASIC -DSUPLA_ACTION_TRIGGER -DSUPLA_BUTTON -DSUPLA_CONFIG -DSUPLA_ENABLE_GUI 
-DSUPLA_ENABLE_SSL -DSUPLA_OTA -DSUPLA_RELAY
A to chyba oznacza, że trzeba by jakiś układ pomiarowy włączyć w opcjach...
W przygotowywanych zmianach postaramy się, aby nie brakowało żadnych komponentów do działania predefiniowanej płytki.
Widzimy się na Supla Offline Party Season 2026 :D

Image
krycha88
Posts: 5575
Joined: Fri Nov 16, 2018 7:25 am
Been thanked: 5 times

Post

Dzięki za zgłoszenie, poprawiłem.
https://gui-generic-builder.supla.io/
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

to ja dziękuję :D
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277

Return to “GUI Generic”