Search found 7 matches

by niom
27 Mar 2024 10:25
Forum: Z-Uno
Topic: Unable to use U8G2 for ssd1306 display
Replies: 1
Views: 786

Re: Unable to use U8G2 for ssd1306 display

Switched to Arduino IDE and everything compiled fine. I guess it's my VS Code environment that messes something up.
My bad.
by niom
26 Mar 2024 00:42
Forum: Z-Uno
Topic: Unable to use U8G2 for ssd1306 display
Replies: 1
Views: 786

Unable to use U8G2 for ssd1306 display

Hi guys, Have been trying to use ZUNO_U8G2 library. Except I can't use classes defined there becuase they are guarded by the "U8X8_USE_PINS" guards. Is it done on pupose and am I missing something. The sketch is pretty simple U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2 (U8G2_R0, 255,10, 9); v...
by niom
16 Jun 2023 10:23
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 20698

Re: Question on a Supporting a Virtual Device

IMHO, ZUno is basically an Arduino with ZWave. So all limitations come from there. Im sure you can connect ethernet shield to it although I think it would be quite cost ineffective. So switching to a pure Arduino-compatible device with a simple network in your case might be preferable oh, by the way...
by niom
15 Jun 2023 12:27
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 20698

Re: Question on a Supporting a Virtual Device

For the second part you can use parameters to set an offset
https://z-uno.z-wave.me/Reference/ZUNO_ ... ARAMETERS/
Although you will have to set the parameter manually
by niom
14 Jun 2023 12:52
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 20698

Re: Question on a Supporting a Virtual Device

Thank you for your reply very helpful. I’m still also struggling with wanting to have the ability to select (in a switch of some sort) a negative value on my GUI element that is returned to the Zuno as a setter value… Would you please describe a use case and scenarios on how would you see your syst...
by niom
25 May 2023 10:20
Forum: Z-Uno
Topic: Zuno 2 - Meter electric scales issue
Replies: 11
Views: 5764

Re: Zuno 2 - Meter electric scales issue

@PoltoS,
Willing to help if needed
by niom
24 May 2023 10:50
Forum: Z-Uno
Topic: Zuno 2 - Meter electric scales issue
Replies: 11
Views: 5764

Re: Zuno 2 - Meter electric scales issue

Might be related to this issue. If I setup 4 channels like this ZUNO_SETUP_CHANNELS( ZUNO_SWITCH_BINARY(getterSwitch, setterSwitch), ZUNO_SENSOR_BINARY(ZUNO_SENSOR_BINARY_WATER, floodSensor), ZUNO_METER(ZUNO_METER_TYPE_WATER, METER_RESET_ENABLE, ZUNO_METER_WATER_SCALE_METERS3, METER_SIZE_FOUR_BYTES,...