Search found 13 matches

by Cyberax
06 Jul 2023 06:17
Forum: Z-Uno
Topic: zuno_CCMeterReport has a bug
Replies: 1
Views: 9773

zuno_CCMeterReport has a bug

Hi! I think I've found a bug with zuno_CCMeterReport. It has this logic: int zuno_CCMeterReport(byte channel, const ZUNOCommandPacket_t *paket, ZUNOCommandPacket_t *report_paket) {//v6 .... if (paket == 0x0 || (len = paket->len) == sizeof(ZW_METER_GET_FRAME)) { len = sizeof(ZW_METER_GET_FRAME); } .....
by Cyberax
27 Jul 2019 22:44
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36867

Re: New 2.1.5 release

Still blinking, even with an empty sketch: ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_ALWAYS_AWAKE); ZUNO_SETUP_DEBUG_MODE(DEBUG_ON); ZUNO_DYNAMIC_CHANNELS(32); ZUNO_ENABLE(WITH_CC_SWITCH_MULTILEVEL); ZUNO_DISABLE(SERVICE_LEDS); void setup() { } void loop() { } I'm using the USA frequency and no se...
by Cyberax
27 Jul 2019 03:28
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36867

Re: New 2.1.5 release

Well, now I'm able to upload sketches at least in 50% of cases.

However, ZUNO_DISABLE(SERVICE_LEDS) doesn't work anymore. Still have this damned blinking green LED
by Cyberax
12 Jul 2019 09:07
Forum: Z-Uno
Topic: Fahrenheit and PSI for multisensor?
Replies: 1
Views: 2686

Re: Fahrenheit and PSI for multisensor?

ZWave standard uses metric units. They can be translated them into US customary units on the frontend.
by Cyberax
03 Jul 2019 06:23
Forum: Z-Uno
Topic: 2.1.5 - failing to load sketch
Replies: 3
Views: 5855

2.1.5 - failing to load sketch

Hi! Since upgrading a board to 2.1.5 I'm consistently getting CRC errors while uploading a sketch. Only about 5% of uploads work, if that. Tried with various security levels, frequences, multi-command settings. Tried recovery mode - same result. I tried different USB cables and for some of my cables...
by Cyberax
01 Jul 2019 12:15
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36867

Re: New 2.1.5 release

Unfortunately, I'm consistently getting "Can't upload sketch! Something went wrong. Bad CRC16 :'( ." after updating. I've tried removing the ~/Library/Arduino15 folder and re-installing everything. It helped _once_ and I was able to upload a sketch. However, now I can't update it. I tried ...
by Cyberax
29 Jun 2019 11:15
Forum: Обсуждение на русском / Discussions in Russian
Topic: Батарея на ALWAYS_AWAKE устройстве
Replies: 1
Views: 3193

Батарея на ALWAYS_AWAKE устройстве

Привет! Я хочу сделать устройство, которое будет работать роутером между двумя сегментами сети. Для этого оно должно быть ALWAYS_AWAKE. Но у меня на нём есть батарейка, которая используется в случае отключения электричества, её хватает на сутки примерно. Можно ли как-нибудь сообщать хабу её статус? ...
by Cyberax
09 Jun 2019 04:05
Forum: Z-Uno
Topic: Why Blinds can't be used with FLIRS?
Replies: 1
Views: 2624

Why Blinds can't be used with FLIRS?

Hi!

The manual page for ZUNO_BLINDS says that it can't be used with FLiRS ( https://z-uno.z-wave.me/Reference/ZUNO_BLINDS/ ). What is the reason for this? I do have blinds that are battery-powered and Z-Uno is draining it pretty fast.
by Cyberax
27 May 2019 09:59
Forum: Обсуждение на русском / Discussions in Russian
Topic: Отключить зелёный светодиод?
Replies: 3
Views: 4420

Отключить зелёный светодиод?

Можно ли как-нибудь отключить зелёный мигающий светодиод? А то очень раздражает :)