Replies: 4 comments 11 replies
-
Nice! Sounds great I think, solves a lot of hassle down the road for sure |
Beta Was this translation helpful? Give feedback.
-
So, How to handle MQTT? You can create topic for each sensor, relay, webcam etc. But is that the right way. Also I will not install a MQTT server. For testing I am using HiveMQ.com which is free for low amount of data. But I guess any MQTT server will do. So I leave that for the person that want to use MQTT. I can support SSL connection. And the last thing is how to describe the topics and data that is available. Any suggestions anybody? |
Beta Was this translation helpful? Give feedback.
-
@theyosh Sorry for a late reply! As for the topics, I've been thinking about the following:
|
Beta Was this translation helpful? Give feedback.
-
I find it essential to have a lcd display to show me that the system is working, the temps are ok, etc. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
As TP4 is basically ready, the only remaining thing is the Notifications part. And it turns out a bit of more work and I am not able to test all the social media connections. I stopped using Telegram, Pusher, Twitter etc. So I am unable to test those notifications in TP4.
Also, there are always requests regarding the Notifications to add certain/more triggers and logic. And I spent more time on the Notifications part then the actual goal: more logic for the terrariums and other enclosures.
And after a few years, new API and clouds are being used. So that means even more code for the Notifications part. This is getting to much.
Therefore, I am thinking of changing the Notifications part to Communications and add less options. For now I am thinking of supporting:
With the above options, you are able to make your own integration with other services. For example, with Matrix you could setup your own bridge to Telegram, Signal, Slack, etc..
And this way, I do not have to think of logic for which sensor you would receive a notification and which sensor not. With the communications you will get the callback for every sensor, and then using your own logic, you decide what to do with that information.
So in short:
Beta Was this translation helpful? Give feedback.
All reactions