B4rtOl0

Results 12 comments of B4rtOl0

Hey, thanks for your reply. If you need help in testing i can offer you access to my RaspberryPI where you can check everything.

Can i ask to keep compatibility with python3.9 ? Most likely we all trying to use old hardware for monitoring devices and powermon uses match and its not compatible with...

@jblance OK thanks got it working on chroot but seems like neey protocol is not finished yet. I'll wait and if you need me to test anything feel free to...

@jblance I've made some tests with ble_neey and it is working quite good: ---------------------------------------------------------------------- Command: cell_info - information about the cells ---------------------------------------------------------------------- Parameter Value Unit cell_01_voltage 3.2806 V cell_02_voltage 3.2818...

@jblance Sure. ``` root@OrangePI:/# powermon -I -C /ble_neey.yaml 2024-09-09 19:35:28,743:INFO:__init__:main@108: Power Device Monitoring Utility, version: 1.0.8-dev, python version: 3.11.10 2024-09-09 19:35:28,744:INFO:__init__:main@120: Using config file: /ble_neey.yaml 2024-09-09 19:35:28,755:INFO:__init__:main@131: Config validation successful...

@jblance My config: ``` # BLE advertising config device: name: BLE_Advertising id: GW-24S4EB model: SmartShunt 500A/50mV manufacturer: Victron port: type: ble mac: 00:E4:4C:21:DB:9C protocol: NEEY commands: - command: cell_info outputs:...

@jblance Yeah as i said it is running in chroot environment but bluetooth is on the host: root@OrangePI:~# bluetoothctl --version bluetoothctl: 5.60 bluez 5.60-0ubuntu2.2

Done, attached two files. [neey-ok.txt](https://github.com/user-attachments/files/16942131/neey-ok.txt) [neey-notok.txt](https://github.com/user-attachments/files/16942132/neey-notok.txt)

It is in chroot environment so couldnt use bluetoothctl. Ill try to fix it.

2024-09-10 08:54:00,195:INFO:bleport:disconnect@152: bluetoothctlcommunicate - outs: b'Waiting to connect to bluetoothd...\r\x1b[22P\x1b[0;94m[bluetooth]\x1b[0m# \r\x1b[0;94m[GW-24S4EB]\x1b[0m# \r\x1b[KAgent registered\n\x1b[0;94m[GW-24S4EB]\x1b[0m# \r\x1b[K[\x01\x1b[0;93m\x02CHG\x01\x1b[0m\x02] Controller 04:42:1A:57:2A:50 Pairable: yes\n\x1b[0;94m[GW-24S4EB]\x1b[0m# disconnect 00:E4:4C:21:DB:9C\nAttempting to disconnect from 00:E4:4C:21:DB:9C\n\x1b[0;94m[GW-24S4EB]\x1b[0m# \r\x1b[K', errs: None It is working...