Search found 25 matches

by Hillie
20 Nov 2020 14:08
Forum: Z-Uno
Topic: z-uno compiler error
Replies: 7
Views: 4315

Re: z-uno compiler error

This is the build result: C:\Users\Gerald\AppData\Local\Temp\arduino_build_722242/zuno_SimpleDimmer.ino *************************************************** --- USING a list of libraries from: C:\Users\Gerald\AppData\Local\Arduino15\packages\Z-Uno\hardware\zw8051\2.1.7\libraries E:\Users\Gerald\Docum...
by Hillie
20 Nov 2020 01:38
Forum: Z-Uno
Topic: New Z-Uno release 2.1.6
Replies: 3
Views: 2681

Re: New Z-Uno release 2.1.6

It fails on any code.
by Hillie
18 Nov 2020 21:10
Forum: Z-Uno
Topic: Latest Java update causes prerpocessing error
Replies: 2
Views: 1841

Latest Java update causes prerpocessing error

After installing the latest Java JRE results in ************* Building Arduino Sketch ************* C:\Users\Gerald\AppData\Local\Temp\build875019251353671631.tmp/zuno_SimpleDimmer.cpp *************************************************** Preprocessing file: Custom.c with SDCPP... Custom_sdcpp_.c:396:...
by Hillie
18 Nov 2020 19:42
Forum: Z-Uno
Topic: Fibaro Dimmer 2 association to control the z uno
Replies: 13
Views: 8954

Re: Fibaro Dimmer 2 association to control the z uno

I have used ZUNO_DISABLE(NO_MULTIBINARY_SWITCH0) after ZUNO_SETUP_CHANNELS( ZUNO_SWITCH_BINARY(getterLED, setterLED), ZUNO_SWITCH_MULTILEVEL(getter, setter)); Now, Vera only sees the ZUNO_SWITCH_BINARY and not the ZUNO_SWITCH_MULTILEVEL. I cannot find an explanation that tells how to setup the chann...
by Hillie
18 Nov 2020 19:18
Forum: Z-Uno
Topic: Fibaro Dimmer 2 association to control the z uno
Replies: 13
Views: 8954

Re: Fibaro Dimmer 2 association to control the z uno

Hi, thanks for the reply. I try to understand this, because the examples do not explain this. So, does ZUNO_SETUP_CHANNELS() channel to 0 and not to channel 2? Channel 1 is the lifeline, right? When I look at the SimpleDimmer example its shows ZUNO_SETUP_CHANNELS(ZUNO_SWITCH_MULTILEVEL(getter, sette...
by Hillie
17 Nov 2020 01:10
Forum: Z-Uno
Topic: New Z-Uno release 2.1.6
Replies: 3
Views: 2681

Re: New Z-Uno release 2.1.6

Doesn’t work for me. Stream_sdcpp_.cpp does not include “ArduinoTypes.h”.
by Hillie
17 Nov 2020 01:06
Forum: Z-Uno
Topic: Z-Uno and Z-Uno Shiled. Request for improvements
Replies: 15
Views: 8758

Re: Z-Uno and Z-Uno Shiled. Request for improvements

Will the current z-uno be working with VS Code?
by Hillie
16 Nov 2020 18:43
Forum: Z-Uno
Topic: Version 2.1.7 - WHere are the release notes
Replies: 6
Views: 5774

Re: Version 2.1.7 - WHere are the release notes

Does version 2.1.7 work for you in Arduino IDE 1.8.13?

I get compiler errors like

Stream_sdcpp_.cpp:16:26:error:unknown type name 'uint32_t'
by Hillie
16 Nov 2020 10:31
Forum: Z-Uno
Topic: z-uno compiler error
Replies: 7
Views: 4315

z-uno compiler error

I am using Arduino IDE 1.8.13 and I installed the software version 2.1.7. I get the error below. The files Stream.cpp and the generated code Stream_sdcpp_.cpp misses #include <ArduinoTypes.h>. Please, I need some help. Cheers, Gerald. Preprocessing file: C:\Users\Gerald\AppData\Local\Temp\arduino_bu...
by Hillie
15 Nov 2020 19:37
Forum: Z-Uno
Topic: Fibaro Dimmer 2 association to control the z uno
Replies: 13
Views: 8954

Re: Fibaro Dimmer 2 association to control the z uno

When I use

ZUNO_SETUP_CHANNELS(
ZUNO_SWITCH_BINARY(getterLED, setterLED),
ZUNO_SWITCH_MULTILEVEL(getter, setter));

then Vera only sees the z-uno as a switch and does not add a dimmer slider.

Is version 2.1.7 buggy?