Search found 249 matches
- 02 Sep 2020 10:25
- Forum: Z-Uno
- Topic: Get datetime from controller
- Replies: 6
- Views: 748
Re: Get datetime from controller
Can I "talk out loud"? ;) Does it have to be precise? If eg you wanted to display a time on an OLED in HH:MM format then I think the following might work: define 2 "multilevel switches" and one binary. Every 30 seconds toggle the binary switch, to trigger a scene on your controll...
- 30 Jun 2020 17:12
- Forum: Z-Uno
- Topic: Analog inputs, maximum voltage ?
- Replies: 4
- Views: 825
Re: Analog inputs, maximum voltage ?
Have fun with your Z-Uno!
- 27 Jun 2020 14:20
- Forum: Z-Uno
- Topic: Z-Uno motion sensor on battery power
- Replies: 2
- Views: 632
Re: Z-Uno motion sensor on battery power
No, use SLEEP. Your PIR element should wake up Z-Uno each time motion is detected I agree but I've build a device with a few sensors and an LED and in this case ZUNO_SLEEPING_MODE_FREQUENTLY_AWAKE allowed me to turn on the LED so it offers functionality that is available in no commercial product 8-...
- 27 Jun 2020 14:13
- Forum: Z-Uno
- Topic: Analog inputs, maximum voltage ?
- Replies: 4
- Views: 825
Re: Analog inputs, maximum voltage ?
BTW never inject current into a pin, I mean when you have no power to your Z-Uno then, for example, do not connect an input to a 3V battery without limiting current. The best thing that can happen is this... Your source connected to that pin powers up the Z-Uno (which might lead you to believe a Z-U...
- 29 Mar 2020 15:04
- Forum: Z-Uno
- Topic: Z-UNO compatibility issue on Mac OS, boot loader
- Replies: 12
- Views: 2983
Re: Z-UNO compatibility issue on Mac OS, boot loader
Thank you for reporting back! Glad you have found a workaround with "Smart Implant".
- 27 Mar 2020 08:59
- Forum: Z-Uno
- Topic: Z-UNO compatibility issue on Mac OS, boot loader
- Replies: 12
- Views: 2983
Re: Z-UNO compatibility issue on Mac OS, boot loader
IIRC I've fixed it like this, but it was a long time ago... I downloaded sdcc 64bit for mac. Possibly I used "homebrew" to do that but I cannot remember. The I searched where Arduino puts the sdcc compiler in its tool chain, in my case the path is: /Users/peter/Library/Arduino15/packages/Z...
- 06 Mar 2020 14:19
- Forum: Z-Uno
- Topic: Problems with reports to HC2 in 2.1.5
- Replies: 2
- Views: 10244
Re: Problems with reports to HC2 in 2.1.5
Make sure to set up Multichannel Association to 1:0 and not just a simple Association to 1 Neither HC2 nor HCL or HC3 allow you to enter associations like that (using numbers), but HC2 and HCL have columns marked "S" for single and "M" for multi which is the equivalent. I've tes...
- 28 Dec 2019 16:13
- Forum: Z-Uno
- Topic: Z-Uno Sensor Binary and Fibaro HC2 not working properly
- Replies: 11
- Views: 9457
Re: Z-Uno Sensor Binary and Fibaro HC2 not working properly
I don't define pins in this sketch, this is intentional. I only send "on" or "off" to 7 sensors at regular intervals... To prove that the HC2 and Z-Uno can "understand each other", but only if I remove both checkmarks in S and M column, save, and then add M checkmark! I...
- 27 Dec 2019 21:06
- Forum: Z-Uno
- Topic: Z-Uno Sensor Binary and Fibaro HC2 not working properly
- Replies: 11
- Views: 9457
Re: Z-Uno Sensor Binary and Fibaro HC2 not working properly
No issues with "Sensor Binary"... Works for me after I remove both checkmarks in S and M column, save, and then add M checkmark, save. Don't forget to exclude your Z-Uno, then flash sketch and re-include before trying my sample sketch... All seven (or eight if you count "root" se...
- 27 Dec 2019 17:26
- Forum: Z-Uno
- Topic: Z-Uno Sensor Binary and Fibaro HC2 not working properly
- Replies: 11
- Views: 9457
Re: Z-Uno Sensor Binary and Fibaro HC2 not working properly
Thank you for reporting back. If I find the time, I'll test with ZUNO_SENSOR_BINARY_MOTION or something similar