Ireneusz Patalas

Results 42 comments of Ireneusz Patalas

All right, fixed that first problem: ![bug-83-not-v2](https://user-images.githubusercontent.com/2623329/192113722-ecd25e92-04c5-41db-a1f0-49aa35d309e9.gif) The template is clearly reversible for both alternatives with no side effects. It still won't work with your custom template example, it's another...

Ok, pushed the changes and now `.not` should work much better with those whitespaces. Be careful when resolving conflicts as we both did changes in the same lines. I'll try...

> @ipatalas Hey! It'd be great if you published this fix on marketplace :) Hey, sorry, somehow thought I did that already. Anyway, just published. > By the way, I'm...

Did some digging and found out why the docker image is failing. Dockerfile first install `git` and then uninstalls it: https://github.com/zewelor/bt-mqtt-gateway/blob/90273d09a89339593c6a519629e949ae27ecf766/Dockerfile#L23-L28 I've cloned the repo, changed the line not to...

That's a good point... I did that, also shared devices between host and container but still the gateway does not see the device even though the container does: ![image](https://user-images.githubusercontent.com/2623329/73140218-b1b57800-4076-11ea-8c7b-f3f42c15f17d.png) The...

Range is not an issue for sure, devices are 50 cm of each other. Anyway, host machine was able to connect to it so I guess it must be something...

That's exactly what I have been using to install everything.

Oh, that's great. I'll give it a shot tomorrow. Thanks!

All right, it's better because it installs correctly but still the same problem persists. The desk is paired and connected to the host (left side) but container cannot access it:...

> @twsl I have not with this lib and decided to take a different path, which eventually worked out perfectly. > > I've created a project to dockerize an MQTT...