Search found 71 matches

by anom3
03 Apr 2023 18:16
Forum: Discussions in English
Topic: Migrating from UZB (Zwave.me USB) to Aeotec 7 USB Controller
Replies: 1
Views: 1122

Migrating from UZB (Zwave.me USB) to Aeotec 7 USB Controller

I have waited for quite some time but looks like zwave.me is not releasing a 700 series USB controller any time soon so... Has anyone tried to do a backup from a UZB 500 USB controller, and restore to Aeotec 700 USB controller? I ordered a Aeotec 700 controller from amazon today so I will be trying ...
by anom3
12 Sep 2021 00:03
Forum: Discussions in English
Topic: Will there be a 700 based UZB?
Replies: 1
Views: 1614

Will there be a 700 based UZB?

I use a UZB. Mainly because a raspberry pi is just not powerful enough to my needs as I have a fairly feature full home auto setup. So I have a nice little proper (x86 based) mini PC running z-way-server + a UZB. Would love to get updated to 700. Will there be a 700 based UZB? When? I see Aoetec has...
by anom3
23 Nov 2020 16:38
Forum: Z-Uno
Topic: Zuno - Debug mode - How does this actually work?
Replies: 2
Views: 1753

Re: Zuno - Debug mode - How does this actually work?

Ok I have somewhat figured it out... I am already at the max number of association groups... 4.
by anom3
23 Nov 2020 14:53
Forum: Z-Uno
Topic: Zuno - Debug mode - How does this actually work?
Replies: 2
Views: 1753

Re: Zuno - Debug mode - How does this actually work?

I just tried this and z-way-server is not showing the new association groups :(

This would be pretty useful as the zuno I am updating is behind a wall switch... So I would have to remove it etc... 10 minutes, but still a bit of a pain.
by anom3
23 Nov 2020 14:27
Forum: Z-Uno
Topic: Zuno - Debug mode - How does this actually work?
Replies: 2
Views: 1753

Zuno - Debug mode - How does this actually work?

I would like to make some changes to an existing zuno project. In particular I would like to add a few possible associations. Since I will probably be doing a few flash -> test cycles and things may change while I am updating this project I would like to avoid excluding / including the zuno every ti...
by anom3
30 Aug 2020 13:58
Forum: RaZberry
Topic: 3.0.6 - Adding secure device not working
Replies: 4
Views: 2593

Re: 3.0.6 - Adding secure device not working

Yes, that was it. When I migrated I just did a cp config/* ... Thank you very much for the support... I know I ask a lot of questions... Sometimes my own stupidity, but I will keep buying your products in the future 100%. Are you sure your Defaults.xml is not mangled? If it is from older Z-Way versi...
by anom3
29 Aug 2020 23:14
Forum: RaZberry
Topic: 3.0.6 - Adding secure device not working
Replies: 4
Views: 2593

Re: 3.0.6 - Adding secure device not working

Yeah, it does... Here is a dump: [2020-08-29 22:13:15.986] [W] [zway] Security S2 not found on controller. Skiping it [2020-08-29 22:13:15.986] [E] [zway] Error returned from zdata_set_boolean(zassert(_zdata_find(controllerDevice->data, "joiningS2")), FALSE): Bad arguments (-1) I am runnin...
by anom3
27 Aug 2020 15:27
Forum: Z-Uno
Topic: Question regarding fast pins
Replies: 1
Views: 1653

Question regarding fast pins

I have set up a nice little working FLiRS based wallswitch using a Z-Uno. My code is available at https://github.com/anonymous-one/zuno-flirs-wallswitch. I have a question regarding fast pins: 1) I tried setting up pins 17-20 as fast pins. I could only get 17 to respond correctly. Is it possible to ...
by anom3
25 Aug 2020 13:05
Forum: Z-Uno
Topic: Delay in loop, paramater change while delay - What happens?
Replies: 1
Views: 1525

Delay in loop, paramater change while delay - What happens?

I was wondering in the following scenario what will happen:

loop:

delay(10000);

And while this delay is hit, gateway sends a paramater change (eg: 64 to 1000)...

Will the parameter be 1000 after the delay? Or does the loop need to finish first?
by anom3
25 Aug 2020 13:03
Forum: Z-Uno
Topic: Zuno Wall Switch - Keeping Binary Switch Toggle In Sync?
Replies: 8
Views: 4863

Re: Zuno Wall Switch - Keeping Binary Switch Toggle In Sync?

I was able to figure out the SendData packets on my own.

Thanks!