Search found 3 matches
- Mon Jan 16, 2017 7:54 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 485137
Re: HS3 MQTT Plugin
Is there an existing mechanism that would allow me to publish a message on HS3 startup, and similarly, on HS3 shutdown? --or is that another feature request? :-) Using Startup.vb doesn't work, btw (or maybe I'm using it incorrectly). With the following line added to Startup.vb: hs.PluginFunction(&qu...
- Mon Jan 16, 2017 7:51 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 485137
Re: HS3 MQTT Plugin
Thank you! The feature request is not high priority, nor is the ability to send an '=' symbol in the payload -- I have a workaround for both.
-M.
-M.
- Sun Jan 15, 2017 4:46 am
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 485137
Re: HS3 MQTT Plugin
I have one issue and one feature request: When sending a custom payload from an event, my message is getting truncated when I click 'save'. I'm setting the message to the string none|sensor=bstairs-d|time=none ...and it's being truncated to none|sensor (that needs to be fixed) My feature request is ...