-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Pi Zero W 2 #958
Comments
I've got it running successfully on two Pi Zero W 2's. Suggest doing a fresh install and following the instructions for the Pi 3 as it uses the same CPU. I had problems with the Pi Zero instructions and in the end a clean install following the Pi 3 instructions worked. The warning you have there suggests you are not starting room-assistant from the room-assistant folder. That has caught me out as well. Good luck :) |
I followed Pi3 installation guide on Rpi Zero 2, and for me does not work. `pi@RoomAssistant:~ $ sudo npm i --global --unsafe-perm room-assistant npm ERR! A complete log of this run can be found in: Also, i am not able to install it on orginal Rpi Zero W. |
Try what it says in the notice:
And then do Had similar errors when upgrading room assistant. |
It might also be an incompatible bluez-firmware. First find out what version you have with: If it newer than 1.2-4 then downgrade to 1.2-4 firware with the following steps:
The last line is to prevent it from upgrading when you do |
I've had nothing but issues with my Pi Zero W 2s. I started fresh with a clean install of Bullseye and room-assistant on each Pi. When room-assistant is running they drop off my network or become unresponsive to SSH. This also causes issues with other devices running on the same network. When I look at the channel utilization for my APs it shows near 90% which is bad. One of the new Pi's has issues seeing BLE devices when room-assistant is running but if I scan using bluetoothctl it picks those devices up without any issues. Prior to switching to the new Pi's I had things running very well with the original Zero W and room-assistant 2.1.1. Movement between rooms was picked up within 1 second but now it takes 5 minutes or just shows my device as unavailable. I wiped everything on the new Pi's again and tried using version 2.1.1 but still no luck. At this point I don't think it's room-assistants fault and more of an issue with the new hardware and software. |
So I played around a bunch with this and I managed to get it working mostly on the raspberry pi zero W 2's. One main thing I had to do was disabled the instanceBeaconEnabled feature under the bluetoothLowEnergy integration EDIT: Another thing I had to do was use latest node-12 not node-16 |
I also had the issues with BLE utilizing 90% of the wifi band while active. BluetoothClassic is much better but not as accurate I think. |
Yea I've had the same issue and it killed most of my IoT network so I had to disconnect the room assistant devices. Not sure what they are doing exactly but I had so many issues with devices dropping from the network while the room assistant pi zero 2 w's were connected. Hopefully something can be done to sort this as it seems impossible now to even get hold of the original pi zero w's. |
Same issue for me.
|
I've tried the suggestions multiple times, no Cigar... unfortunately. Hopefully a future update could resolve the issue. |
I have also been unable to get this working on a rpi zero 2 w. I have tried the suggestions here but have been unsuccessful. I too will wait hopefully on a fix! UPDATE: I followed the RPi3 instructions, but then instead of using the command provided: I used: After installation completed, it advised I needed to update the npm install, which I did. All now up and running as required. Thank you the work done on this - it is very useful! |
Thanks so much. |
Not sure if this is useful to people, however with the latest release of RM I had so many problems. Devices dropping off randomly, RPI locking up etc. I installed the latest beta and have had no more issues since. In case anyone is interested, follow the RPI 3 install instructions however run the following to install RA:
|
Has this been reliable for you? As it only worked for a few hours then stopped for me. |
Beta 4 was very stable for me. I’m currently on beta 5 and not so convinced at the moment. Keeps going to unavailable however since beta 4 I have made some pretty big changes - I now have 3 RPIs running, I’m running on the latest version of Node (17) so not 100% sure where the instability is coming from |
I have had beta 4 running quite happily now
I've had beta 4 running quite happily for a while now. I don't know why it didn't work before but really happy with it now. Going to add a few more now. Thanks for your help. |
@Substarbo might be a good idea if you can share your config if your happy with your setup? Might help show some good tips and tricks that some of us are missing |
I would be interested in the command too. I can confirm that the following command |
Sorry for the late reply but all 3 of my Pi zero's become available after a short period. It did work for a few weeks once but now lucky if it lasts a day. I have pretty much given up. Anyone else had better luck? |
Describe the bug
Installing on Pi Zero W 2, fails at start up with an error
To reproduce
Install on Pi Zero W 2
Relevant logs
[Nest] 637 ERROR [ClusterService] Cannot file module '../build/Release/dns_sd_bindings'
Require stack:
Also can see:
warn: ConfigService: No configuration found in /home/pi/room-assistant/config/config
Even though local.yml exists in this folder. Have tired making a subfolder "config" in /home/pi/room-assistant/config with no joy.
RA doesn't create entities in HA, can't see connections to the mqtt broker.
Environment
Fresh flash, repeated twice to check
The text was updated successfully, but these errors were encountered: