Andreas Motl

Results 1424 comments of Andreas Motl
trafficstars

As a newcomer to ESPHome, I am interested in some more details: I see from the configuration snippet above that ```yaml on_message: - topic: esp32/bme280 ``` Does that mean that...

Finding the relevant information was easy. The [`on_time` trigger] component of ESPHome will allow you to run all actions as cronjobs. > This powerful automation can be used to run...

Now, it would be sweet to get a full working example how to bring both details (sensor reading & MQTT publishing vs. periodic actions) together, either based on the `interval`...

Dear @danb35, thanks for sharing your use case. At [1], I see that the `mpp-solar` program already supports a whole bunch of different output processors. I haven't looked into the...

Dear @danb35, thanks for your response. > It looks like the data's accepted and saved, but was expecting to see an "instant dashboard" created, and that doesn't seem to be...

> The other possibility is that `mpp-solar` does support a JSON output format, but I don't think it currently sends that via MQTT. Indeed, being able to divert that JSON...

Hi @danb35, by observing the log output, I can well see there are some things which might want to be improved within the Kotori code base re. error handling, specifically...

> ... but it doesn't appear the data is actually populated. I see, thank you. Absolutely, it looks like the datasource was not able to be created within Grafana. >...

Thank you. Hm, I am running out of ideas now. However, as outlined within https://github.com/daq-tools/kotori/issues/50#issuecomment-812561791, I will try to reproduce the scenario on my end on behalf of improving the...

Dear John, thank you very much for considering to improve support for data acquisition with Kotori using the `json_mqtt` output formatter on behalf of https://github.com/jblance/mpp-solar/issues/75. > Is there a particular...