orrpan

Results 14 comments of orrpan

I was able to connect by adding pulse to the group bluetooth, but not much more `sudo addgroup pulse bluetooth` Edit: got it to work Got an error from mplayer,...

True, might do a new PR instead. But it works really fine with `#define debug_serial_support 0`. Shouldn't it work? I'm getting responses on `ESPURNA-######/uartin`. Testing it with three PWM fans...

Okey, I’ll make another lib file. Model and brand is unknown, it’s the onces with speaker and rgb light. The most “name” of them that I have figured out is...

@Betree I figured out all checksums. Was really easy all bytearrays (2-byte addition) has to be a total value `((256* no_of_byte_in_msg/2)-1)`, so the "checksum" is the diff that is missing...

The whole No 4, Sent Read Req ``` No. Time Source Destination Protocol Length Value Info 4 0.053509 localhost () remote () ATT 12 Sent Read Request, Handle: 0x000e (Unknown)...

Up and running, shell works (besides getting any feedback from the bulb...) [repo](https://github.com/orrpan/magicblue) Home Assistant kinda works, rgb does not for some reason. [repo](https://github.com/orrpan/homeassistant-magicblue/tree/mylight_real) Don't know if I should just...

> I just ran into this use case (make ambient lighting brighter as it gets darker) and I simply inverted the min/max brightness values (eg min 100 and max 1)...

Thanks for fast response! Okey, I'll remove it. That seems interesting, since I can compile it in arduino ide (my file pilight_usb_nano_cc1101.ino). Made a fork, with forcing in the library....

> ok, compiling completed. I will test it later. Any luck?

@LSatan https://github.com/latchdevel/pilight-usb-nano seems like @latchdevel got it working in arduinio. I cloned it, added setup and SetRx which make the receiving part work, but I’m not able to Tx. I'm...