[APP][Pro] BleBox

Thanks! I managed to add the lux sensor.

However, I noticed something with both the lux and humidity sensors: I can’t change the device names or adjust any other configurations (like assigning them to zones). Whenever I try to rename a device, it reverts back to the original name almost instantly—even while I’m still typing. It’s as if the device refreshes every second and overwrites any new input with the old values.

It shouldn’t be connected to my app, it’s not doing anything like that in the code. But I’ve had some time ago the problem you mention - I had to restart the App (or homey - I don’t remember) to have it working properly. I had the same problem with many devices and apps at that moment.

Are the lux and humidity sensors supported in the official app by now, or is support still limited to the experimental app? I would like to switch back to the official version as soon as possible.

Yes, it’s also in the stable version.

Hi Priotr,

I ordered a ProxiBox and tested it with your app. It works great, thanks for this app!!

I would have 2 more suggestions for new cards for the ProxiBox:
– An AND card would be great to check if the ProxiBox has just detected an activation, e.g. when switch is pressed AND Proxibox has detected movement THEN…
– and a WENN card as soon as no activation is detected

And what can I do with these cards? I have no idea what to do with it, but that’s because of my English. :slight_smile:
– Falling edge has been detected on input
– Rising edge has been detected on input

Hello,

The proxiBox driver does not “remember” the action that has been made before. So there is no way for making AND proxBox has “JUST” detected an activation. What would mean “JUST”? 100ms, 500ms or 2s? If you need that you can achieve that with logic. If there is an action triggered by Proxibox - remember it in some variable and e.g. with Countdown app you can set how long should this variable be set for a specific value.

Regarding falling edge and rising edge → these are the exact actions defined in proxiBox and seen in wBox app. With proxiBox the rising edge I believe is when someone brings hand over Proxibox and falling edge - when someone takes the hand out of Proxibox reach - I think. But it needs testing, I’m not sure.

Thanks for the quick feedback, appreciate that.

Isn’t it the same as PixelBox, rainSensor, flootSensor, or others?
For these devices there is also an AND card with the current status. In the proxiBox, the blue LED then lights up.

Yes, a variable is also possible, of course, but within the app it would be a bit easier. :grinning_face:

Thanks for the explanation, then I will test with the falling and rising edge, maybe I can replace a WENN card if no more touch is registered.:+1:

No, sensors are totally different devices with different APIs - they constantly provide actual value as measured. proxiBox and actionBox have different API - which just provides actions when something happens with them.

ah ok, understood. Thanks for clarification