Will a fan fit in the elecrow case with razberry?
Would like a case with fan, but that was even harder to find which works with razberry 7.
Search found 8 matches
- 19 Aug 2022 08:34
- Forum: Discussions in English
- Topic: razberry 7 case
- Replies: 8
- Views: 6477
- 18 Aug 2022 22:28
- Forum: Discussions in English
- Topic: Razberry 7 firmware update to 7.28
- Replies: 4
- Views: 2083
Re: Razberry 7 firmware update to 7.28
Thanks 
That page worked better.
But seems only 7.13 was shown. Can see 7.21 if i enter token "all" but don't want to upgrade if it's not stable.

That page worked better.
But seems only 7.13 was shown. Can see 7.21 if i enter token "all" but don't want to upgrade if it's not stable.
- 18 Aug 2022 21:45
- Forum: Discussions in English
- Topic: Razberry 7 firmware update to 7.28
- Replies: 4
- Views: 2083
Re: Razberry 7 firmware update to 7.28
No I do not know it's not general release. Doesn't say that on the firmware page? https://z-wave.me/support/uzbrazberry-firmwares/ Hmm on my firmware update page I only have the option to upload a file or insert an url. (fresh install of z-way) Screenshot 2022-08-18 at 20.42.26.png edit: perhaphs yo...
- 18 Aug 2022 20:44
- Forum: Discussions in English
- Topic: Razberry 7 firmware update to 7.28
- Replies: 4
- Views: 2083
Razberry 7 firmware update to 7.28
Hello, trying to figure out howto get my razberry to latest firmware. It comes with 7.15.0 from what I can see in expert ui. Screenshot 2022-08-18 at 20.22.18.png Want to get to 7.28 / 07.17.02.01 SDK 7.17.02. Fixes network stability bug in SiLabs SDK . https://z-wave.me/support/uzbrazberry-firmware...
- 18 Aug 2022 20:35
- Forum: Discussions in English
- Topic: razberry 7 case
- Replies: 8
- Views: 6477
Re: razberry 7 case
Thanks, will get that one.
- 18 Aug 2022 18:27
- Forum: Discussions in English
- Topic: razberry 7 case
- Replies: 8
- Views: 6477
razberry 7 case
Hello,
just got my razberry 7 but it will not fit in a original pi 4 case.
Wondering if anyone have any tip on what case it would fit in.. I assume it should be a plastic case...
Cheers
just got my razberry 7 but it will not fit in a original pi 4 case.
Wondering if anyone have any tip on what case it would fit in.. I assume it should be a plastic case...
Cheers
- 05 Feb 2017 18:24
- Forum: Discussions in English
- Topic: logical rules, how does it work?
- Replies: 1
- Views: 2808
Re: logical rules, how does it work?
Well ugly hack with dummy devices solved it. scenes doesnt hold any states, so had to add a dummy device for each scene then toggle the dummydevices on/off. Was a pain doing it in GUI so hacked the logicalrules app and created my own with static devices. Ugly and needs to bed updatedif I need todo a...
- 03 Feb 2017 23:06
- Forum: Discussions in English
- Topic: logical rules, how does it work?
- Replies: 1
- Views: 2808
logical rules, how does it work?
I have created three scenes 1 2 3 I have 2 button remote 1 and 2(nodon remote) If (scene == 1 and button == 2) goto scene 2 elseif(scene == 2 and button==2) goto scene 3 elseif(scene ==3 and button == 1) goto scene 2 else if(scene == 2 and button == 1) goto scene 1 It's just impossible to get this w...