spoonwzd

Results 18 comments of spoonwzd
trafficstars

Yeah I did try that actually. It said: ``` 2021-10-24 16:01:04,318:WARNING:vserialio:send_and_receive@50: VSerial read error: read failed: device reports readiness to read but returned no data (device disconnected or multiple access...

Same with Sudo. I think the bluetooth stuff is ok ``` pi@raspberrypi:~ $ sudo bluetoothctl Agent registered [bluetooth]# devices Device C6:C8:E0:78:5F:D5 SmartShunt HQ2107P36Z7 Device C8:47:8C:F3:60:C1 BMS #2 Device C8:47:8C:F5:5C:37 BMS...

No worries. I'm a bit of a noob, so I don't quite know how I'd tell if /dev/rfcomm0 was receiving any data. Thanks

No output from that command at all.

No worries. I'd much rather sort out https://github.com/jblance/mpp-solar/issues/170 anyway :)

Update: Setting to 1 works, just not 0. If you set 0, it doesn't change anything and just reports back the current setting. I'm content with 1. I suspect it's...

Done some more testing. Setting value=1 sets the value to 1 as expected, but setting 0 sets the value to 1.0 ? ``` {"set_backup_reserve_percent": {"backup_reserve_percent": 1, "din" {"set_backup_reserve_percent": {"backup_reserve_percent": 1.0,...

Double-checked. Defo using `jasonacox/pypowerwall:0.8.4t54-beta2` The console logs show me setting it to 0, but the API response is saying 1.0

Let me know if you need anything further to assist with troubleshooting