Rob Hofmann
Rob Hofmann
> @RobHofmann sure thing but do you mean the temperature reading or the one @janmashat mentioned? The original PR :). It would be nice to add this feature.
Works like a charm. Can you turn that last version into a PR?
This would mean we have to switch to config_flow instead of YAML configuration. Then you would be able to reload the component from the UI. This is currently a limitation...
Ehm not full. I did some work on the container though: ```dockerfile # Use the official Perl image as the base FROM perl:latest # Install system dependencies and cpanminus RUN...
Hmm I can't get it to work. I'm not sure where to configure to allow another redirect url. Do you have any idea how to proceed @gilleslamiral ?
hmm that might indeed be the case. we might need to hack a little bit further with this. I've used ChatGPT o3-mini-high to get the docker file I described in...
can you guide me on how I should run this image now? because i should not pass my token now, right? if i leave out the token i get this...
I can confirm this is now working with this command: docker run --name=imap-sync -d gilleslamiral/imapsync imapsync --office1 --addheader --automap --user1 [email protected] --authmech1 XOAUTH2 --noid --oauthaccesstoken1 myoutlooktoken --host2 192.168.6.10 --user2 [email protected]...
But that doesn't work right? because the accesstoken which i need to pass will expire after a while, right? Somehow you would need to be able to pass back the...
Im not sure if we are talking about the same thing. Right now when I want to do a imapsync run: 1. I first get my access token using a...