Replies: 1 comment 2 replies
-
So, I believe I have the httpapi / telegram notification code finished, but there still may be some things I missed. Basically with telegram api you can set up a group and add a bot to the group. That will allow you to send messages by sending an https request like: https://api.telegram.org/botxxxxxxxxxxxxxxxxxxxxxxxxxxxx/sendMessage?chat_id=-9xxxxxxxx&text=some text here |
Beta Was this translation helpful? Give feedback.
-
I would like the ability to have a user adjust alarm setpoints without having access to the backend. For instance, I have a 24 ft tall tank. I want a high high at 22 ft today, but my user may want to adjust it to 21 ft or something along those lines temporarily during maintenance etc. So if we could make a tag in the fuxa server to hold the highhigh level setpoint and then the alarm could compare against that tag.
I would also like to be able to send alarms with telegram api or in the future some other http api. I have already started the work and can send the alarm now, however my code may not be up to your coding standards. I will need to spend some time looking at that.
I would be happy to help with the coding required etc., but I am less skilled with javascript.
Beta Was this translation helpful? Give feedback.
All reactions