Search found 5 matches
- Monday 10 January 2022 22:04
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1844
Re: Rediscovery changes device type, history lost
I had a look at the code and the config message. The problem looks similar to the one I had with a Fibaro color dimmer. Your device is simply not yet fully supported by autodiscovery. One of the main problems is that the config message does not expose the supported color modes. For the Fibaro dimmer ...
- Friday 07 January 2022 22:39
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Best way to crosscompile on Windows for Raspi
- Replies: 7
- Views: 987
Re: Best way to crosscompile on Windows for Raspi
Well, the first PR is there, see Github user Igitigit2 

- Friday 07 January 2022 22:08
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Best way to crosscompile on Windows for Raspi
- Replies: 7
- Views: 987
Re: Best way to crosscompile on Windows for Raspi
Thanks @kiddigital, for your detailed reply. In principle, what you describe is exactly what I do / would like to do, with the exception, that I do compile in Visual Studio. My problem is really to bring the changes to the Raspi and not being dependent on the beta releases. Vagrant seems no option ...
- Friday 07 January 2022 19:46
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Best way to crosscompile on Windows for Raspi
- Replies: 7
- Views: 987
Re: Best way to crosscompile on Windows for Raspi
I saw the vagrant post and I think I could get it to work for Linux, but for Raspi, I am not so sure...
- Friday 07 January 2022 16:41
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Best way to crosscompile on Windows for Raspi
- Replies: 7
- Views: 987
Best way to crosscompile on Windows for Raspi
I am very sorry, if this was already tackled somewhere, but i could not find anything yet. Which is the best way to crosscompile Domoticz on Windows for a Raspi? Alternativly, is it easily possible to use the same method as the official Domoticz build uses on Github, just for my own repository? If ...