Skip to content
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

Add Sensor Module #66

Open
bqbowden opened this issue Nov 22, 2023 · 8 comments
Open

Add Sensor Module #66

bqbowden opened this issue Nov 22, 2023 · 8 comments

Comments

@bqbowden
Copy link

Would it be possible with this configuration to add a sensor module gather data from a location other than the main station?

@lmarzen
Copy link
Owner

lmarzen commented Nov 22, 2023

That's not a currently supported feature.

@cwitting
Copy link
Contributor

cwitting commented Dec 6, 2023

I have worked on something reading the sensor information over MQTT if you are interested I can maybe create a pull request?

@lmarzen
Copy link
Owner

lmarzen commented Dec 17, 2023

@cwitting,

I am not that familiar with MQTT. It seems like there might be interest in this feature and I would consider merging this into the project on the condition that documentation is also updated to explain how to enable and use this feature.

@lmarzen
Copy link
Owner

lmarzen commented Feb 16, 2024

Closed since this issue is inactive. If community interest returns I am happy to discuss this feature again in the future.

@lmarzen lmarzen closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2024
@PatrickGlatz
Copy link

Hi @lmarzen, Hi @cwitting,

i really would love to see measurement data to be pulled from MQTT. MQTT as one of the IoT Standards out there is perfect for this, as it offers to keep the last pushed value as long as a new value is published. That means, it doesn't matter when the weather-epd is waking up and fetches the data, it is there! One would have to configure the MQTT topics with the "Retained"-Flag, simple as that.

That would also give hundreds of additional options. Showing measurement data from a different location, ...

Here are some informational links:
https://en.wikipedia.org/wiki/MQTT
https://www.hivemq.com/mqtt/

My usecase would be: I do have a more advanced weather station at home, indoor + outdoor
https://www.ecowitt.com

There are some semi professionals who are sharing there knowledege here (sorry, most german):
https://wetterstationsforum.info/

Would be happy if we could share our knowledge here.

Thanks!

@lmarzen lmarzen reopened this Mar 26, 2024
@lmarzen
Copy link
Owner

lmarzen commented Mar 26, 2024

Hi @PatrickGlatz,

Thanks for sharing some resources on MQTT. I am in agreeance that MQTT would be a great addition to the project.

Unfortunately, I currently do not have much time to commit to implementing new features as I am busy with school and research. With that said, if you or anyone else are willing to implement the feature yourself, I would be more than happy to merge it into the project.

Thank you,

Luke

@PatrickGlatz
Copy link

Hi @lmarzen,

i will try to get the necessary parts. Though, i would like to display even more information, especially local rain volumes, which is super easy and always correct with an own weather station. As soon as i have the parts, i will try to add the mqtt section.

Thanks
Patrick

@cwitting
Copy link
Contributor

cwitting commented Apr 1, 2024

Hi @PatrickGlatz and @lmarzen

I did some work to get MQTT to work for the humidity, you can see how I did it here: cwitting@06c6445

However it is quite hacky right now, and I do not have the time to clean it up. But I think it should be easy to generalize it for other fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants