Magnus

Results 30 comments of Magnus

I have the same issue, looks like the problem is in the wire implementation in espressif32 for arduino. Have not dont any more deeper investigation but there are tickets open.

Try to remove line 285 in i2cdev.cpp, that worked for me. If it works I can send in a PR. for (int k = 0; k < length; k +=...

same as #670, looks like the issue is in the wire library. will do some more debugging later.

it should go under state: I belive there is an state template for "heat" but no for "cool"¨ I can fix a PR later if you want.

you are right, it depends on what the intent is with the card. showing status or controlling the thermostat. This will only make is show blue color when cooling mode...

I understand its optional. But its hard to send in a PR without proper formattting (which i experieced) since it will be blocked. From the issue reports I understand that...

A workaround on Windows is to run git and pre-commit from WSL2 (Windows Subsystem for Linux) this approach works fine and is supported by VSCode on Windows. I suggest this...

What information/data do you want to have? An option could be to use the push target functionallity to send data via http and then convert it to mqtt or add...

I belive it should be possible to use nodered with standard push target to convert the http request to mqtt for use in home assistant. Will give it a try...

I have tested and can confirm that its possible to use the generic http push function to send data to node red and then update sensors in home assistant. I've...