Daniel Lando

Results 1371 comments of Daniel Lando

Could you show me an example on how to do this please? Would it be possible to add the pipe method in a future relase? --- Daniel > On 7...

there shouldn't be any limitation on topic names. Are you using maps with wildecards or functions?

if you remove the `_` does it work? (just for testing)

@jsponz could you pull latest commit and try again?

@jsponz Culd you tell me how you configured that map? A screenshot or/and the json export would be good

@jsponz I'm not able to reproduce your bug, are you sure you added the map to the client? Maybe you have created the map but you forgot to assign it...

@jsponz Do you get a log when you receive the message on the console?

Because I have created the exactly same map on my instance and it is working, dunno why it's not on yours. I have also released a new version, give that...

> Could you send me your screenshots? I mean when you configure my settings. Thanks! It's exactly the same as yours. I sugges to try to remove all maps and...

I had to create my own docker image like this: Dockerfile ```Dockerfile FROM loudml/loudml:latest # SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER 0 # https://github.com/regel/loudml/issues/370 RUN apt-get update && \ apt-get...