https://youtu.be/iO7Wou7nRto?feature=shared
M5Dial ESP32-S3 - inteligentne pokrętło z ekranem dotykowym 1,28''
-
veeroos
- Posts: 1081
- Joined: Sun Mar 20, 2022 9:30 am
- Location: Głogów
- Has thanked: 1 time
- Been thanked: 9 times
Petarda to wygląda, naprawdę super wykonanie.
Zamel Mew-01, Zamel PEW-01, Zamel SBW-01, Zamel THW-01, Zamel SRW-01, Zamel mSLW-02, Auraton BOX + Indor Sensor, Airly Gate By Veeroos, Zigbee to Supla Gateway + sensors, Zamel SGW-01 and more
https://github.com/v33r005
https://github.com/v33r005
-
Gitman
- Posts: 711
- Joined: Sat Nov 05, 2022 7:52 am
- Location: Bielawa
Nastawa histerezy to jest to czego mi bardzo brakuje w apce 
-
vajera
- Posts: 7290
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 290 times
- Been thanked: 161 times
Dzięki ;-D
Właśnie dodałem w kodzie możliwość ustawienia temperatury dla każdego z 4 programów w harmonogramie tygodniowym.
Właśnie dodałem w kodzie możliwość ustawienia temperatury dla każdego z 4 programów w harmonogramie tygodniowym.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
Maniek913
- Posts: 594
- Joined: Thu Feb 22, 2018 9:46 pm
- Been thanked: 3 times
Świetne.. niestety nie mogę tego skompilować, - jakie dodatkowe biblioteki są potrzebne? na starcie brakuje "M5Dial.h"vajera wrote: Tue May 28, 2024 3:10 pm Dla zainteresowanych - w pełni funkcjonalny termostat Supla działający na M5Dial:
https://github.com/lsroka76/M5Dial_thermostat_3.0
- wykorzystuje natywny termostat Supla - widoczny w Cloud i aplikacji
- dane z SHT3x (I2C) + do 9 czujników Xiaomi czytanych po BLE
- obsługuje zegar czasu rzeczywistego wbudowany w M5Dial
- aplikacja w fazie rozwojowej
- z uwagi na powyższe brak jakiejkolwiek instrukcji - nie wiem czy kogokolwiek to zainteresuje, ale w razie czego chętnie służę pomocą
-
vajera
- Posts: 7290
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 290 times
- Been thanked: 161 times
Wszystkie biblioteki masz w pliku M5Dial_thermostat_3.0.inoManiek913 wrote: Sun Jun 02, 2024 10:54 am Świetne.. niestety nie mogę tego skompilować, - jakie dodatkowe biblioteki są potrzebne? na starcie brakuje "M5Dial.h"
Code: Select all
#include <Wire.h>
#include <M5Dial.h>
#include <SuplaDevice.h>
#include <supla/network/esp_wifi.h>
#include <supla/control/relay.h>
#include <supla/control/button.h>
#include <supla/control/action_trigger.h>
#include <supla/storage/littlefs_config.h>
#include <supla/network/esp_web_server.h>
#include <supla/network/html/device_info.h>
#include <supla/network/html/protocol_parameters.h>
#include <supla/network/html/wifi_parameters.h>
#include <supla/network/html/custom_parameter.h>
#include <supla/network/html/custom_text_parameter.h>
#include <supla/device/supla_ca_cert.h>
#include <supla/events.h>
#include <supla/storage/eeprom.h>
#include <supla/control/virtual_relay.h>
#include <supla/sensor/SHT3x.h>
#include <supla/sensor/virtual_therm_hygro_meter.h>
#include <supla/control/hvac_base.h>
#include <supla/control/internal_pin_output.h>
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
Maniek913
- Posts: 594
- Joined: Thu Feb 22, 2018 9:46 pm
- Been thanked: 3 times
To przecież szkic, tam nie ma bibliotek.
Code: Select all
C:\Users\Damian\Desktop\M5Dial_thermostat_3.0-main\M5Dial_thermostat_3.0-main\M5Dial_thermostat_3.0\M5Dial_thermostat_3.0.ino:5:10: fatal error: M5Dial.h: No such file or directory
5 | #include <M5Dial.h>
| ^~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: M5Dial.h: No such file or directory-
veeroos
- Posts: 1081
- Joined: Sun Mar 20, 2022 9:30 am
- Location: Głogów
- Has thanked: 1 time
- Been thanked: 9 times
Autorowi chodziło, że z managera bibliotek można sobie pobrać brakujące
Zamel Mew-01, Zamel PEW-01, Zamel SBW-01, Zamel THW-01, Zamel SRW-01, Zamel mSLW-02, Auraton BOX + Indor Sensor, Airly Gate By Veeroos, Zigbee to Supla Gateway + sensors, Zamel SGW-01 and more
https://github.com/v33r005
https://github.com/v33r005
