Search found 57 matches

by perjar
10 Feb 2019 16:28
Forum: Z-Uno
Topic: OLED 128x32 - library modification?
Replies: 9
Views: 7918

Re: OLED 128x32 - library modification?

Sharing two modifications: 1. Swedish national characters in SmallFont. The extended character set is located above 127 in the ASCII table so what I have done is simply to extend the SmallFont definition in the ZUNO_OLED_I2C.cpp file and added the bitmap for our 6 additional Swedish characters. All ...
by perjar
02 Feb 2019 18:51
Forum: Z-Uno
Topic: Multilevel sensors and the 30 second rule
Replies: 4
Views: 4383

Re: Multilevel sensors and the 30 second rule

Many thanks for the clarification!
by perjar
30 Jan 2019 18:25
Forum: Z-Uno
Topic: Multilevel sensors and the 30 second rule
Replies: 4
Views: 4383

Multilevel sensors and the 30 second rule

Hi, Would anyone know how parameter 11 works? The following is said about it: According to Z-Wave Plus restrictions, values from Sensor Multilevel channels (defined via ZUNO_SENSOR_MULTILEVEL macro) will not be sent unsolicitedly to Life Line more often than every 30 seconds. At the same time Z-Uno ...
by perjar
28 Jan 2019 13:20
Forum: Z-Uno
Topic: Electricity meter using ZUNO_METER
Replies: 13
Views: 14534

Re: Electricity meter using ZUNO_METER

Regarding the issue that power and energy readings are not showing in the web UI of the Fibaro Home Center 2: I would argue that the z-uno is not fully compatible with Fibaro Home Center 2. Or, if it is the other way around, that the HC2 not compatible. What I can see, after some more detective work...
by perjar
11 Jan 2019 18:43
Forum: Z-Uno
Topic: Electricity meter using ZUNO_METER
Replies: 13
Views: 14534

Re: Electricity meter using ZUNO_METER

I see. It is a bit confusing though, because I have a number of multi-channel devices in my newtork but none of then display this behaviour. Would that be because they are not complying with standards or perhaps that Fibaro has implemented a "hard wired" fix for these devices in order to h...
by perjar
04 Jan 2019 18:03
Forum: Z-Uno
Topic: Electricity meter using ZUNO_METER
Replies: 13
Views: 14534

Re: Electricity meter using ZUNO_METER

Thanks for the tip, but hiding it in the UI does not disable it, it just hides it from view. The device still generates traffic even when hidden.
The big question in my view is: why does it appear at all? Is this due to an error in the HC2 or in the zuno?
by perjar
30 Dec 2018 19:47
Forum: Z-Uno
Topic: Electricity meter using ZUNO_METER
Replies: 13
Views: 14534

Re: Electricity meter using ZUNO_METER

Adding to my previous post. Another issue is that even if I have only defined two channels (one for power and one for energy) the z-uno appears as no less than three devices in the controller: two power meters and one energy meter. It would not be a big issue if it were not for the fact that the dup...
by perjar
22 Oct 2018 10:06
Forum: Z-Uno
Topic: Eclipse IDE with Sloeber plugin for Arduino
Replies: 3
Views: 4607

Re: Eclipse IDE with Sloeber plugin for Arduino

I tried the same thing, Eclipse with Sloeber hopeing to find a more modern and end-to-end IDE but I came to the same conclusion as charly.clement above. Even if compile and upload does not work, Eclipse does bring the befefit of a professional editor and predictive editing. An even simplier environm...
by perjar
08 Oct 2018 14:23
Forum: Z-Uno
Topic: CFGParam Usage
Replies: 2
Views: 3703

Re: CFGParam Usage

I am also struggling with the zunoSaveCFGParam function and can't get it to save the parameter value. Or, perhaps it is saved in EEPROM behind the scenes, but the controller is not aware. I want to my sketch to change a config value using the zunoSaveCFGParam function, but the controller does not ge...
by perjar
05 Oct 2018 21:29
Forum: Z-Uno
Topic: SSD1306 library/OLED screen
Replies: 7
Views: 7873

Re: SSD1306 library/OLED screen

Brilliant! Thanks a million!