To give some context, I have a software for batch bidding and the users can make it with the zigbee button /. So when they press the button, a new bid is made.
This button, it's integrated with a bridge made up with the following repository code .
But now, my client need's a more structured button, and the idea was to have a similar button to the previous one, but with a display or at minimum an LED indicator, so the user can know for example (Green - His bid is the highest one, Red - Someone else, has the highest bid).
I try to found some zigbee buttons alternatives, but didn't find anything that could work for this solution.
So I need to be able, to implement code, to create a bridge between the button and my webSocket server, and then have a 2-way communication, button <-> bridge, so I can manipulate the display message or LED status.
Remembering, that I want to buy an all-in-one and a finished product, I don't want to assembly anything.
I can try other communications protocols, aside the zigbee, but it needs to have a stable connection.