kr0ner / OneESP32ToRuleThemAll

13 stars 5 forks source link

PUMPENDREHZAHL_HEIZEN changes are not applied #8

Closed sg-media-dev closed 4 months ago

sg-media-dev commented 4 months ago

Hey kr0ner, the project is developing nicely - it's great. I have implemented the changes from #5 . The value RAUMEINFLUSS is displayed correctly and can be changed successfully. The correct value is also displayed for PUMPENDREHZAHL_HEIZEN, but the changes are not applied in the WP (THZ404). Do you have any ideas?

kr0ner commented 4 months ago

Hi @sg-media-dev. Could be, that the target is wrong and has to be adapted for the 404 case. You could try for example

PUMPENDREHZAHL_HEIZEN: !include { file: thz504_number.yaml, vars: { property: "PUMPENDREHZAHL_HEIZEN" , step: "0.1", target: "HK1" }}

Can you compile with verbose logging and look for the messages that are being sent by the WP, when you adjust the settings there? Weird, that it only works for one of them and for the other not 🤷

sg-media-dev commented 4 months ago

I no longer get a value with HK1. Well, that's not so important, but still strange ;)