Dawid Chyrzyński
Dawid Chyrzyński
Hi @daniloc, I will research this feature and eventually implement it as part of the coming release - https://github.com/dawidchyrzynski/arduino-home-assistant/pull/81
Hi @daniloc, The new HAHVAC implementation is already available on the `serializer-refactor` branch. Feel free to give it a go.
Hi @mrunmaydarpan, Can you provide more details? Which board do you use?
@netmindz The branch is still a work in progress. Some of the entities are not implemented yet (like HASensor).
@netmindz The rewrite is finished in 80%. Can you explain what you exactly want to achieve?
@netmindz This PR introduces a new implementation for the sensor entity. You can checkout into the `serializer-refactor` branch and try a new implementation. Basically, the sensor will be split into...
Hi @patryk-zielinski93, The new version is going to support all available device types, including HALight. I think the realistic date for the release is early December.
@d-a-v It looks interesting. I will have a look at this once the main work is finished. Can you comment the HADevice.cpp:45 line and try to build the lib again?
@d-a-v This memory leak is caused by the line you just commented. Can you try to uncomment it and replace it with `delete[] _uniqueId;`. It should still build and fix...
@d-a-v Also please make sure you're working on the latest commit. I was fixing memory leaks yesterday so maybe the problem you found is already solved.