Search found 57 matches

by perjar
24 Jan 2022 15:02
Forum: Z-Uno
Topic: Electricity meter using ZUNO_METER
Replies: 13
Views: 13499

Re: Electricity meter using ZUNO_METER

Quick update on the topic: Long overdue, I contacted Fibaro to ask them to support this sort of device in a future release of their controller software. Here is how they responded (January 24, 2022): At the moment, this is how this device looks in HC2 and it is not a bug. We know this issue and we w...
by perjar
21 Jan 2022 09:49
Forum: Z-Uno
Topic: Release notes for 2.1.7
Replies: 0
Views: 2868

Release notes for 2.1.7

Question to the Z-Uno team: Are there any release notes available for the 2.1.7 version?
https://z-uno.z-wave.me/news/
by perjar
20 Jan 2022 16:28
Forum: Z-Uno
Topic: Which flags are accepted by ZUNO_ENABLE() and ZUNO_DISABLE()?
Replies: 1
Views: 1412

Which flags are accepted by ZUNO_ENABLE() and ZUNO_DISABLE()?

Has anyone seen a more comprehensive documention of the ZUNO_ENABLE()/ZUNO_DISABLE() macros for generation 1? What I am looking for is the complete list of accepted flags and their usage. The reference documentation shows a few examples on this page https://z-uno.z-wave.me/Reference/ZUNO_ENABLE/ So,...
by perjar
14 Jan 2022 09:39
Forum: Z-Uno
Topic: Dynamic channel configuration not working
Replies: 5
Views: 2831

Re: Dynamic channel configuration not working

Hi, the first that I have to say that dynamic configuration is one of the most sophisticated topics of ZUno. The API differs for the 1st and 2nd generation. Seems you try to write code for the 1st generation of Z-Uno, don't you? 1. About mapping to zero channel. Let's keep it simple as we can. Just...
by perjar
10 Jan 2022 11:31
Forum: Z-Uno
Topic: Dynamic channel configuration not working
Replies: 5
Views: 2831

Dynamic channel configuration not working

Hello Forum friends, I am having problems getting the dynamic channel configuration to work properly, I am hoping the forum might have some ideas and pointers to get it right. What I want to achieve in the end, is a way to control the z-uno from a Python program in a Raspberry Pi. To make the z-uno ...
by perjar
26 May 2021 21:47
Forum: Z-Uno
Topic: VL53L1X
Replies: 3
Views: 3770

Re: VL53L1X

The library does not compile. Same problem as with the VL53L0X library, missing stdint.h file. There could be more issues but I did not look further. I think z-uno core library would benefit from having stddef.h, stdint, stdio.h and possibly some more .h files which are often refered to in third par...
by perjar
26 May 2021 21:11
Forum: Z-Uno
Topic: Fritzing
Replies: 12
Views: 12579

Re: Fritzing

My "semi-solution" is to use the generic pin headers in Fritzing. it does not help at all in the Schematic view, but it helps in the PCB view where you can easily place 2x15 pins on the board to look like the z-uno.
by perjar
26 May 2021 20:54
Forum: Z-Uno
Topic: VL53L0X distance sensor
Replies: 0
Views: 4180

VL53L0X distance sensor

Hello Forum, Has anyone managed to use the VL53L0X sensor with the Z-Uno? I have tried two libraries available for Arduino, one from Adafruit and one from Pololu. Neither will compile. There are plenty of problems related to type definitions and standard libraries which are not part of the Z-Uno cor...
by perjar
24 Sep 2019 23:29
Forum: Z-Uno
Topic: Wakeup not working at all
Replies: 14
Views: 13974

Re: Wakeup not working at all

Hi, May I ask what is the status regarding this fix? I am guessing I am experiencing the same issue. I am running the z-uno in FLIRS mode. Running this exact sketch: https://z-uno.z-wave.me/Reference/zunoSendDeviceToSleep/ My controller, a Fibaro HC2, can include the z-uno into the controller and th...
by perjar
20 Sep 2019 10:27
Forum: Z-Uno
Topic: Is PWM possible during sleep?
Replies: 1
Views: 2957

Is PWM possible during sleep?

Hi, A question regarding output pins while sleeping. According to this example, the Z-uno maintains the output level on digital pins even when sleeping: https://z-uno.z-wave.me/Reference/zunoSendDeviceToSleep/ Does it work also for analog pins? Let's say I want to use the z-uno as a dimmer and want ...