-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request : MQTT neuer Topic „comm_disabled“ #529
Comments
Glaub mir du merkst wenn nichts mehr kommt. Also mir reichen aktuell Status und available.. |
Darum geht’s nicht 😅 Ich würde gerne eine Rückmeldung haben was die DTU treibt oder eben nicht 🤓 |
Stable Release ist mE erst mal wichtiger wie schnick schnack. 😀 |
Evtl. noch ein /comm_dis_ts', für den Zeitpunkt der letzten Anpassung. Dazu braucht man nur
und eine Anpassung in app.cpp
|
@beegee3 Flag müßte eigentlich doch schon vorhanden sein, ansonsten wüßte die DTU doch gar nicht ob sie senden soll oder nicht. Muß doch salopp gesagt nur noch ein publish zum Broker gemacht werden. Qapla‘ |
@knickohr nuqneH
ngem Sarghmey tlha'laH, to'waQ vIyIvtaH (tlhIngan Soj 'oH -- not bIyaj 😁):
In diesem Sinne |
Die Stable ist da 😎 Wie geht’s weiter ? drängel quängel 😅 |
added SH1106 to automatic build added IP address to MQTT (version, device and IP are retained and only transmitted once after boot) #556 added `set_power_limit` acknowledge MQTT publish #553 changed: version, device name are only published via MQTT once after boot added `Login` to menu if admin password is set #554 added `development` to second changelog link in `index.html` #543 added interval for MQTT (as option). With this settings MQTT live data is published in a fixed timing (only if inverter is available) #542, #523 added MQTT `comm_disabled` #529
Das comm_disabled ist verkehrt herum 😲 Also entweder umbenennen in comm_enabled oder true/false tauschen 😅 |
ok, ich drehe es um, der Wahnsinn geht weiter 😊 |
Danke 😎😘 Jetzt funktionieren alle 5 Stati out of the box 👍
🥳 |
fix Prometheus and JSON endpoints (`config_override.h`) #561 publish MQTT with fixed interval even if inverter is not available #542 added JSON settings upload. NOTE: settings JSON download changed, so only settings should be uploaded starting from version `0.5.70` #551 MQTT topic and inverter name have more allowed characters: `[A-Za-z0-9./#$%&=+_-]+`, thx: @mo Demman improved potential issue with `checkTicker`, thx @cbscpe MQTT option for reset values on midnight / not avail / communication stop #539 small fix in `tickIVCommunication` #534 add `YieldTotal` correction, eg. to have the option to zero at year start #512
fix Prometheus and JSON endpoints (`config_override.h`) lumapu#561 publish MQTT with fixed interval even if inverter is not available lumapu#542 added JSON settings upload. NOTE: settings JSON download changed, so only settings should be uploaded starting from version `0.5.70` lumapu#551 MQTT topic and inverter name have more allowed characters: `[A-Za-z0-9./#$%&=+_-]+`, thx: @mo Demman improved potential issue with `checkTicker`, thx @cbscpe MQTT option for reset values on midnight / not avail / communication stop lumapu#539 small fix in `tickIVCommunication` lumapu#534 add `YieldTotal` correction, eg. to have the option to zero at year start lumapu#512
Jajaa, ich weiß, wieder MQTT und kein Ende 🤪
Beim Node-Red puzzeln ist mir aufgefallen das ich nichts über den Status der Kommunikation zum NRF-Mudul bzw. den Invertern in Erfahrung bringen kann.
Ich vermisse einen Topic /comm_disabled true/false
Damit meine ich jetzt nicht das Setzen des Häkchens bei „disable night communication“, das hat ja einen eigenen Topic, sondern den wirklichen Status ob die DTU gerade kommuniziert oder nicht. Der Status sollte gesetzt sein (true) wenn einerseits der obige Fall eintritt (Nachts) oder andererseits wenn man bei den Invertern die Kommunikation manuell deaktiviert. Also quasi immer wenn keine Kommunikation statt findet, oder unterbricht. Oder salopp gesagt, wenn nicht gepollt wird.
The text was updated successfully, but these errors were encountered: