Search found 55 matches

by schmidmi
17 Feb 2020 13:36
Forum: Z-Uno
Topic: Problems with reports to HC2 in 2.1.5
Replies: 2
Views: 11694

Problems with reports to HC2 in 2.1.5

I made a small application to monitor my consumption of electrical energy to show it in Fibaro HC2. In the first step the Z-UNO code was developed on FW 2.1.4 and seemed to work well. There are 2 channels defined like this: #define ZUNO_CHANNEL_NUMBER_Watts 1 #define ZUNO_CHANNEL_NUMBER_KWh 2 ZUNO_S...
by schmidmi
25 Jan 2020 18:01
Forum: Z-Uno
Topic: Z wave to IR. Unknown IR
Replies: 4
Views: 6143

Re: Z wave to IR. Unknown IR

I had a similar problem with my Mitsubishi AC unit. It was a hard work to inculde this into my Z-Wave network, because it uses telegrams with 128 bits. There where several steps to the success: 1. I baugt a nice software tool for analysing the the telegrams, see here https://www.analysir.com/blog/ 2...
by schmidmi
21 Jan 2020 16:30
Forum: Z-Uno
Topic: Z wave to IR. Unknown IR
Replies: 4
Views: 6143

Re: Z wave to IR. Unknown IR

Which AC unit are you using?
by schmidmi
13 Jun 2018 10:19
Forum: Z-Uno
Topic: Zwave range and power
Replies: 21
Views: 18801

Re: Zwave range and power

Maybe your DC is a little bit dirty and disturbing the Z-Wave communication.
You should try a different power supply.
by schmidmi
25 May 2018 17:55
Forum: Z-Uno
Topic: Scene control not working
Replies: 5
Views: 5835

Re: Scene control not working

Hi perjar, the problem was not on side of the Z-UNO. send the SceneActivation with an association to group 1 : zunoSendToGroupScene(1, persID); The parameter persID is just a value which can be read in the scene. But this is not all you have to do for getting the thing working with a HC2. You have t...
by schmidmi
18 May 2018 09:07
Forum: Z-Uno
Topic: Scene control not working
Replies: 5
Views: 5835

Re: Scene control not working

@perjar:
Hi,
I tried to get the scene activation working together with my HC2, but failed.
Do you have an example, how you were successful?

Update: Problem solved! It's working :D
by schmidmi
05 Nov 2017 01:21
Forum: Z-Uno
Topic: Problem with 2.1.1
Replies: 3
Views: 4385

Re: Problem with 2.1.1

After several retries of uploading the firmware and sketch, no it works fine. But I had to exclude and include the device in my HC 2.
Problem solved!
by schmidmi
05 Nov 2017 01:20
Forum: Z-Uno
Topic: Pin 5 in INPUT_PULLUP mode isn't pulled HIGH
Replies: 5
Views: 5455

Re: Pin 5 in INPUT_PULLUP mode isn't pulled HIGH

This problem is not only at pin 5. I had the same problem at pin 18. But the workaround works :)
by schmidmi
05 Nov 2017 00:05
Forum: Z-Uno
Topic: Problem with 2.1.1
Replies: 3
Views: 4385

Re: Problem with 2.1.1

I made some further investigations.
When not using my DS18B20 the sketch is not blocked anymore but still no connection to my HC2.
Do i have to exclude and include the device in my HC2?
by schmidmi
05 Nov 2017 00:02
Forum: Z-Uno
Topic: Problem with 2.1.1
Replies: 3
Views: 4385

Problem with 2.1.1

I did a upgrade of the Adruino IDE to 1.8.5. Then I installed the Z-UNO 2.1.1 board and made an upgrade for the bootloader on the Z-UNO. All these steps worked fine. Then I made a download of my sketch wich was running fine with Arduino 1.6.5 and Z_UNO 2.0.9. After about 2 cycles Z-UNO stops working...