Marius
Marius
@christophe94700 Hey, pas de problème! J'ai vu que vous avez fait de bonnes améliorations au code. Ma demande était que vous faites un PR (Pull Request) au dépôt de code...
@conorpp makes sense. I think the approach that would benefit all would be: 1. Extract configuration of PORT/PIN outside of `https://github.com/conorpp/efm8-arduino-programmer/blob/master/prog/prog.ino` and allow different configs based on platform 2. Extract...
@DurandA maybe try the more up to date fork: https://github.com/Koenkk/zigbee2mqtt
@perrin-1 check https://github.com/Koenkk/zigbee2mqtt for a more updated fork.
Seems https://github.com/Koenkk/zigbee2mqtt is most up to date with most device support. I'd recommend contributing to that and get the custom adaptations to specific things as separate projects.
What are you trying to achieve? Is your thermostat not using `hvac_modes` at all ? The preset modes seem to be more related to `away` mode, not to operation mode.
@danielbrunt57 The states mapped here are now the default for climate entity in home assistant. If you are able to use the thermostat in home-assistant would be great if you...
Can you please post a sample config for your card setup so I can test when getting to implementing this?
@sstefanowski the css is here: https://github.com/ciotlosm/lovelace-thermostat-dark-card/blob/master/src/thermostat-dark-card.ts#L184 You might try (until I get to testing) to redo: ```css ha-card svg.dial { --thermostat-off-fill: #555; --thermostat-idle-fill: #222; --thermostat-path-color: rgba(255, 255, 255, 0.3); --thermostat-heating-fill:...
@bacarrdy if you are using the new version (compiled version in releases), you should switch to using: `custom:thermostat-dark-card`