Marco Verleun

Results 6 comments of Marco Verleun

I would like the ability to configure a proxy per cluster. Different clusters are behind different proxies in my case

Quite likely it has trouble finding the rtl_433 executable which is named rtl_433_64bit_static.exe on your windows system. The Python script is trying to execute an external command which is called...

Hi El, you did not miss anything I guess. I wrote this solution when there was no MQTT output from rtf_433. And since this solution works fine for me I...

I'm experiencing a similar problem. But the problem is not persistent. After several attempts to upload the firmware it will successfully upload. When the uploads fail I'm getting the 'bad...

Similar issue here. A wild card at the highest level works. ``` # .fleetignore * ``` ``` $ fleet test # Matched: default ``` But does not render anything

We have a similar problem. Our woraround is to place a `.fleetignore` in each directory. Instead of: `.fleetignore` ``` exclude-me/ ``` we do `exclude-me/.fleetignore` ``` * ```