janvda

Results 74 comments of janvda

**Possible solution:** call `setTrack(MUSICSTATE.PAUSED)` during initialization of the miband this will set all the music attributes so it won't report an AttibuteError anymore. So I added line 184 (= `self.setTrack(MUSICSTATE.PAUSED)`)...

I seem to have the same problem. Are the steps not the number of steps during that 1 minute interval ? my log: ``` 12.11 - 08:08: category: 90; intensity...

Following code section: * https://github.com/satcar77/miband4/blob/4fdf6e9b4f4c5fd5c90b4ce2fbe5965d6bb82ea7/miband.py#L83 describes the implementation. I thought this was based on gadgetbridge file - https://github.com/Freeyourgadget/Gadgetbridge/blob/2c6907b02bd6bdb28e520b755798b3dbbbaad316/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/MiBandSupport.java but I can't find it back in that file. So I am...

It is actually based on : * https://github.com/Freeyourgadget/Gadgetbridge/blob/2c6907b02bd6bdb28e520b755798b3dbbbaad316/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/operations/FetchActivityOperation.java#L369

Is there any update ? I cannot consult above jel.ly.fish links as you need to logon. E.g. I would like to use it to connect to a [kpn hotspot](https://www.kpn.com/internet/wifi-hotspots/premium.htm) using...

@drjasonharrison very interesting. Regarding 2nd option: > use MAC spoofing of the IoT device MAC to connect a phone or computer to the captive portal then power on the IoT...

closed as it is indeed a duplicate of https://github.com/KartoffelToby/better_thermostat/discussions/1087

reopened as https://github.com/KartoffelToby/better_thermostat/discussions/1087 is not a ticket but a discussion.

I have the same problem when using latest beta version (= version 1.5.0-beta4) ``` 2024-01-11 11:23:38.695 ERROR (MainThread) [custom_components.better_thermostat.utils.const] better_thermostat [Errno 2] No such file or directory: '/config/custom_components/better_thermostat/utils/manifest.json': could not...

I tried to reproduce the problem on my macbook and it seems to be working for me: FYI this is what I get: ``` mac-jan:tmp jan$ git clone https://github.com/node-red/node-red-docker Cloning...