Tutaj kupiłem przed chwilą 5 sztuk
Głowice termostatyczne i termostaty ścienne - [bramka ZigBee]
Moderator: vajera
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
To dla TRVZB powinno Ci teraz działać to:bokk wrote: Fri May 09, 2025 3:23 pmSONOFF ZBBridge-P
SN-NG-ZBP-01
2.5.0
SONOFF TRVZB
SN-MG22-TRVZB-01
1.3.0
SONOFF SNZB-02D
SN-MG22-THMD-01
2.3.0
SONOFF ZBMINIR2
SN-MG21-ZGMR2-01
1.0.4
SONOFF ZBMINIL2
SN-MG22-ZGML2-01
1.0.14
Zrób test:name: "temperature_accuracy",
cluster: "customSonoffTrvzb",
attribute: "tempAccuracy",
entityCategory: "config",
description:
"Temperature control accuracy. " +
"The range is -0.2 ~ -1°C, with an interval of 0.2, and the default is -1. " +
"If the temperature control accuracy is selected as -1°C (default value) and the target temperature is 26 degrees, " +
"then TRVZB will close the valve when the room temperature reaches 26 degrees and open the valve at 25 degrees. " +
"If -0.4°C is chosen as the temperature control accuracy, then the valve will close when the room temperature reaches 26 degrees and open at 25.6 degrees." +
"Note: Only version v1.3.0 or higher is supported.",
valueMin: -1.0,
valueMax: -0.2,
valueStep: 0.2,
unit: "°C",
scale: 100,
Code: Select all
read-attribute nr_kanału_termostatu 0xFC11 0x6011Bramka 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
Dopiero jutro jak wrócę do domu, a co to ma dodać:)vajera wrote: Fri May 09, 2025 3:26 pmTo dla TRVZB powinno Ci teraz działać to:
Zrób test:name: "temperature_accuracy",
cluster: "customSonoffTrvzb",
attribute: "tempAccuracy",
entityCategory: "config",
description:
"Temperature control accuracy. " +
"The range is -0.2 ~ -1°C, with an interval of 0.2, and the default is -1. " +
"If the temperature control accuracy is selected as -1°C (default value) and the target temperature is 26 degrees, " +
"then TRVZB will close the valve when the room temperature reaches 26 degrees and open the valve at 25 degrees. " +
"If -0.4°C is chosen as the temperature control accuracy, then the valve will close when the room temperature reaches 26 degrees and open at 25.6 degrees." +
"Note: Only version v1.3.0 or higher is supported.",
valueMin: -1.0,
valueMax: -0.2,
valueStep: 0.2,
unit: "°C",
scale: 100,Code: Select all
read-attribute nr_kanału_termostatu 0xFC11 0x6011
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Sterowanie wewnętrzną histerezą głowicy, zgodnie z opisem. A to polecenie to test na odczyt bieżącej wartości.
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
Wygląda dobrze. Szkoda, że akurat teraz nie mam tego modelu. Ciekawe, że tyle czasu im zajęła taka aktualizacja, bo np. w tych HY co mam była możliwość ustawienia histerezy (od 0,2) już w pierwszej wersji softu. A tak z ciekawości ten wyświetlacz na głowicy pokazuje tylko pełne stopnie i połówki, tak? W tym przypadku termostat z Supli będzie pokazywał lepiej (dokładniej)?
Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036-
LukiSpajder
- Posts: 1548
- Joined: Tue Aug 18, 2020 2:22 pm
- Has thanked: 25 times
- Been thanked: 34 times
tak to wygląda na sonnoff trvzb ver.1.3.0 soft głowicy czyli wychodzi że czyta teraz ten parametr ale jak to zmienić write-attribute i co dalejvajera wrote: Fri May 09, 2025 3:26 pm
Zrób test:Code: Select all
read-attribute nr_kanału_termostatu 0xFC11 0x6011
Code: Select all
>read-attribute 3 0xFC11 0x6011
>Device 59809
>>read-attribute 3 64529 24593
>>Reading attribute successful - data value is 0xff9c, data type is 0x29
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
0xFF9C (INT16) = -100 /100 = -1 st. C czyli wartość domyślnaLukiSpajder wrote: Fri May 09, 2025 5:16 pm tak to wygląda na sonnoff trvzb ver.1.3.0 soft głowicy czyli wychodzi że czyta teraz ten parametr ale jak to zmienić write-attribute i co dalej:
Code: Select all
>read-attribute 3 0xFC11 0x6011 >Device 59809 >>read-attribute 3 64529 24593 >>Reading attribute successful - data value is 0xff9c, data type is 0x29
jeżeli chcesz to zmienić na np. -0,4 st. C to liczysz tak -0,4 * 100 = -40 = 0xFFD8 (INT16)
write-attribute nr_kanału_termostatu 0xFC11 0x6011 INT16 2 0xFFD8
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
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Działa, podobnie jak czujnik otwarcia oknalukasz06 wrote: Fri May 09, 2025 4:17 pm A histereza ustawiona w Cloud nie działa? Co to za różnica, bo w sumie nie sprawdzałem![]()
Zasadniczo polecam korzystanie z jak największej liczby funkcji termostatu Supla (histereza, okno), ale ktoś kiedyś pytał o ten parametr, więc napisałem.
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
-
LukiSpajder
- Posts: 1548
- Joined: Tue Aug 18, 2020 2:22 pm
- Has thanked: 25 times
- Been thanked: 34 times
vajera wrote: Fri May 09, 2025 7:17 pm0xFF9C (INT16) = -100 /100 = -1 st. C czyli wartość domyślnaLukiSpajder wrote: Fri May 09, 2025 5:16 pm tak to wygląda na sonnoff trvzb ver.1.3.0 soft głowicy czyli wychodzi że czyta teraz ten parametr ale jak to zmienić write-attribute i co dalej:
Code: Select all
>read-attribute 3 0xFC11 0x6011 >Device 59809 >>read-attribute 3 64529 24593 >>Reading attribute successful - data value is 0xff9c, data type is 0x29
jeżeli chcesz to zmienić na np. -0,4 st. C to liczysz tak -0,4 * 100 = -40 = 0xFFD8 (INT16)
write-attribute nr_kanału_termostatu 0xFC11 0x6011 INT16 2 0xFFD8
Code: Select all
>>read-attribute 3 64529 24593
>>Reading attribute successful - data value is 0xff9c, data type is 0x29
>write-attribute 3 0xFC11 0x6011 INT16 2 0xFFD8
>Device 59809
>>write-attribute 3 0xFC11 0x6011 0x0 0x2
>Write attribute async request sent
write-attribute 3 0xFC11 0x6011 INT16 2 0xFFD8 async
>Device 59809
>>write-attribute 3 0xFC11 0x6011 0x0 0x2
>Write attribute async request sent
>read-attribute 3 0xFC11 0x6011
>read-attribute 3 0xFC11 0x6011
>read-attribute 3 0xFC11 0x6011
dodałem async czy dobrze ?
Sprostowanie :
jednak coś nie działa jak to testowałem zmieniałem temperaturę zadaną i wtedy głowica zaczynała grzać ale po podpięciu termometru na kanale 100 obniżenie temperatury o 0.,4 stopnia nie powoduje załaczenia głowicy - może coś źle robię
Last edited by LukiSpajder on Fri May 09, 2025 9:05 pm, edited 2 times in total.
