Matteo Franceschini

Results 10 comments of Matteo Franceschini

I have the same problem, usually it fixes itself after a page refresh, also with the app (at least, for me!). I might add this issue, also, with firefox: I...

This makes perfectly sense, thanks for the warning. Although, I'm here because sadly with my Shelly Plug S I get the same json. ``` {"status":"updating", "has_update":false, "new_version":"", "old_version":"20190516-073020/master@ea1b23db"} ``` and...

Hi ZanoZ, the **"os_task.c:478: advisory: (1510) non-reentrant function "_os_task_clear_wait_queue" appears in multiple call graphs and has been duplicated by the compiler"** problem is absolutely normal and it depends on the...

@ZanoZ what you're saying is actually incorrect! The compiler is duplicating the function **exactly** because it's dangerous to have the **same** function being called from the interrupt routine **and** normal...

hi @ZanoZ , check at page 140 of the overmentioned XC8 compiler manual: > It is assumed by the compiler that an interrupt can occur at any time. Functions encoded...

@adityaxavier are you sure that the compiler has everything it needs in the makefile? it looks like it is missing some files...

Yeah, this could be useful.. Although, I've solved the issue by adding a "virtual" light on an unused channel, linked with an automation that toggles it every five seconds or...

I have the same config and the same problem :( I've also tried to add `default_off: true` in the config, but I still have all my dmx lights turned on...

Sounds cool! Is there anything I can do to help you developing it?

> This is the same that's done at the [openhab-dmx-plugin](https://www.openhab.org/addons/bindings/dmx/#thing-configuration) I think? They refenced [this document](https://poynton.ca/PDFs/SMPTE93_Gamma.pdf). > If yes I would appreciate this, too, makes especially fading a light up...