micw

Results 157 comments of micw

Hi, thank you for contributing. Would you mind to open an issue what the exact problem was that requires this change? I'll check and merge it later this weekend and...

Hello, I can confirm that it is actually working with Taiga 6.5.1. - install the plug-in with PIP and add the config (we created a modified docker image for this)...

I made our modified docker images public at https://github.com/brick4u/taiga-pm-docker.

I don't think this is a good idea. With hostNetwork you expose your whole pods, potentially introducing more issues (e.g. front pod has several ports for internal use only). If...

Sorry, I was reading this only half-ways. Splitting would exactly solve what I wrote in the 1st paragraph. Nevertheless, I'm still not convinced to implement this as a workaround. I...

You use it in your config, see example: ``` condition: lambda: return data.button >= 16 && data.button

Check the log on the esp32 first. In the "logger" section you can set the log level to "debug". You also need this setting to make it work reliable: https://github.com/jesserockz/wizmote-esphome/issues/8#issuecomment-1781223397

I'm sorry but unfortunately I have already re-created my TA partition, so my bootloader is locked now and I cannot test it again without destroying all data. So please close...

Hi, seems that the table structure has changed a bit. I created a patch (see my fork).

I figured it out myself. The comment for this is in https://github.com/contiki-ng/contiki-ng/blob/develop/Makefile.dir-variables#L24-L42 This info is missing in https://docs.contiki-ng.org/en/develop/doc/programming/Porting-Contiki-NG-to-new-platforms.html