Robert Klep

Results 672 comments of Robert Klep

To use the official Bosch EasyControl app (on iOS/Android) you first have to register at Bosch with e-mail address and password to get a "BoschID". However, the password for that...

In the EasyControl app, hamburger menu (top left), "Settings > Personal > Change Password". I think that changes the device password (not sure though).

It doesn't for me (iOS): ![ADDEA727-CA84-4504-8229-16F4E8F58271_1_102_o](https://github.com/robertklep/bosch-xmpp/assets/1190916/eea1ef83-b32f-4e1a-bb06-e2be77bc2617) When I change the password there, the device password is changed (confirmed with the `bosch-xmpp` CLI tool)

That's the password you can use with `bosch-xmpp`.

@swede89 did you load the `usbserial` module prior to loading the CH341 module? ``` insmod /lib/modules/usbserial.ko ```

Same problem here, for now I also set `parse_result = True` 👍🏻

There's a raw list of endpoints (gettable and sometimes settable values) here: https://github.com/robertklep/nefit-easy-core/wiki/List-of-endpoints#the-rest There doesn't seem to be an endpoint to retrieve the data you're looking for :(

It looks like you have two versions of Node installed. Because you're using `sudo` in the first case and not in the second, you're getting two different version numbers. Try...

Is het niet veel makkelijker om [de Nefit Homebridge plugin](https://github.com/robertklep/homebridge-nefit-easy) te gebruiken? Als je per se de HTTP server wilt gebruiken, op welke manier heb je die geïnstalleerd?