room-assistant icon indicating copy to clipboard operation
room-assistant copied to clipboard

Is room-assistant no longer maintained?

Open bachoo786 opened this issue 3 years ago • 5 comments

Hi All

Do we know if @mKeRix has stopped maintaining room-assistant? It seems like no ones issues are answered nor any changes are implemented in the actual software/code.

Thanks.

bachoo786 avatar Jun 23 '22 15:06 bachoo786

Hey! I’m still around, but currently don’t have the time to invest a lot in maintaining this project. If someone would be interested in picking up maintainership of this project do let me know - I’m happy to help you get started.

I hope to be able to spend more time on home automation and room-assistant again in the future.

mKeRix avatar Jun 23 '22 21:06 mKeRix

@mKeRix I would love to help, but I need a crash course in Bluetooth. Havent done any programming with it

adirburke avatar Jul 07 '22 01:07 adirburke

Hey! I’m still around, but currently don’t have the time to invest a lot in maintaining this project. If someone would be interested in picking up maintainership of this project do let me know - I’m happy to help you get started.

I hope to be able to spend more time on home automation and room-assistant again in the future.

I wish we find your replacement but it seems like no one is available.

I think you will find most of the roomassistant users experience the same recurring issue which is: RA will be running fine for weeks and then all of a sudden on a fresh raspberry pi install : BluetoothService: Did not detect any low energy advertisements in a while, resetting

Is there anyway you can help please?

bachooo786 avatar Jul 10 '22 15:07 bachooo786

@bachooo786 i have got round this by adding a cron to each RPI to reboot over night. 5 minute time difference between each and the main RPI that I want as the cluster leader goes last

townsmcp avatar Jul 10 '22 16:07 townsmcp

@mKeRix I would be happy to help you with maintaining this addon!

legovaer avatar Aug 15 '22 03:08 legovaer

There hasn't been any activity on this issue recently. In an effort to provide a better overview of current issues we automatically clean some of the old ones. Many of them may already be resolved in newer versions of room-assistant. This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 14 '22 03:11 github-actions[bot]

Hi there @mKeRix, might I suggest on the front page of possibly putting "Looking for more maintainers" or something similar. Because you would need look in the archives to see that this issue is happening. And I'm sure lots of folks do not do that, and miss it. Just a suggestion! :)

FormBurden avatar Nov 23 '22 18:11 FormBurden

Hey! I’m still around, but currently don’t have the time to invest a lot in maintaining this project. If someone would be interested in picking up maintainership of this project do let me know - I’m happy to help you get started. I hope to be able to spend more time on home automation and room-assistant again in the future.

I wish we find your replacement but it seems like no one is available.

I think you will find most of the roomassistant users experience the same recurring issue which is: RA will be running fine for weeks and then all of a sudden on a fresh raspberry pi install : BluetoothService: Did not detect any low energy advertisements in a while, resetting

Is there anyway you can help please?

Try these commands.

sudo setcap cap_net_raw+eip $(eval readlink -f `which node`) sudo setcap cap_net_raw+eip $(eval readlink -f `which hcitool`) sudo setcap cap_net_admin+eip $(eval readlink -f `which hciconfig`) sudo systemctl restart room-assistant

itkfilelor avatar Jan 07 '23 03:01 itkfilelor