Michael Schmitz

Results 14 comments of Michael Schmitz

@CalcProgrammer1 Do you want to keep this open for peopel who would like this code on the arduino side? Otherwise I think it can be closed as you added a...

@mueller-ma Hello, I had the same problem with the HabPanel Beta View (AnchorWebView). I added your changes from the branch to my own (cause of own gcm instance). It works...

Update: I implemented now a inline response handler as well: ```rust #[tokio::main] async fn main() { pretty_env_logger::init(); Config::load_from_file(); log::info!("Starting command bot..."); let token = Config::global().telegram_token.to_string(); let bot = Bot::new(token); let...

I managed to create a minimal example: [Code here](https://github.com/Bl4d3s/teloxide-group-bug) Environments I could not reproduce the issue: - Windows: as exe (directly built without docker) - Windows: Built container (as provided...

> Just a note: I'm overwhelmed with work, so I'm unlikely to have time to debug this issue anytime soon. No rush, for now it works when chatting directly with...

[config_entry-luxtronik2-01JC7YC0VE8D3E75ASQM9ZW215.json](https://github.com/user-attachments/files/17708109/config_entry-luxtronik2-01JC7YC0VE8D3E75ASQM9ZW215.json) I have attached the diagnostics below

I figured something out: The data is not really updated on the socket api, thus the integration is working fine. I am currently working on building an API for the...

I noticed that as well. My approach would have been to look up what value it is based on the name (providing a list of translations and mapping it based...

FYI: I managed to get a workaround for the time being. My heatpump exposes the current power consumption (albeit only for the total draw, not separate for heating/water), which updates...