Search found 12 matches
- Tue Dec 27, 2016 6:40 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
You can also eliminate the temp.txt file if you wanted to: #!/bin/bash cpuTemp=$(cat /sys/class/thermal/thermal_zone0/temp) scaledTemp=`echo "scale=3;$cpuTemp/1000" | bc -l` mosquitto_pub -h mqtt.broker.nl -d -t raspberry/woonkamer/temp -m "$scaledTemp" But getting into bash sema...
- Mon Dec 05, 2016 5:21 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
Looking forward to this as well; Thanks Geert-Jan!
- Thu Jul 14, 2016 3:32 am
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
@Geert-Jan You understand correct, looking to modify the topic name. Thank you!
- Tue Jul 05, 2016 3:46 am
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
Is there a way to update device addresses for the MQTT Topic? I have some Python paho based MQTT scripts that grab the hostname as part of the topic path; i.e. /foo.domain/value. This weekend I did some work on the network and moved my sensors (IoT "stuff") over to a dedicated network with...
- Sun Jul 03, 2016 7:54 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
@Geert-Jan: Just tried out username/password authentication and working great; I was paying attention at first and missed the anonymous check box...oops. The device value/string setting is working well so far too. I really like how you allow it per device within the device itself as makes it super s...
- Sat Jul 02, 2016 5:01 am
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
@Geert-Jan Looking pretty good so far, thank you for the changes! Was able to switch all my devices to value only and can now format the output.
I'm hoping to try out the user/password auth tomorrow. Looking forward to disabling the anonymous option
I'm hoping to try out the user/password auth tomorrow. Looking forward to disabling the anonymous option

- Wed May 25, 2016 4:06 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
I requested it earlier in the thread and it's on his list 

- Sun May 08, 2016 8:36 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
@geert-jan: Great, thank you! I hope you had a great holiday!
- Tue May 03, 2016 7:39 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
That's really weird as the ones I have set to publish from Homeseer are the only ones I'm seeing when I watch the messages go by. On a side note, finally got ssl running on the MQTT broker this weekend. Plugin doesn't support it yet I don't think, but can at least start securing other things interna...
- Mon May 02, 2016 4:48 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
@geert-jan Are you updating both device strings and values on subscriptions? Reason I ask if if I try to override the string values using the device settings; i.e. formatting numbers or changing values to human readable, it gets overwritten every time. Is there a possibility of adding a setting for ...
- Mon Apr 11, 2016 6:23 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
@geert-jan Thank you! This plugin has definitely made a huge impact on my HS3 installation, My Home energy monitor (TED1000) had gone EOL and discontinued support within HS. With an example python script someone wrote, I got this now logging energy data direct to MQT. Also looking to replace my ADIO...
- Mon Apr 04, 2016 4:55 pm
- Forum: Homeseer MQTT Plugin Forum
- Topic: HS3 MQTT Plugin
- Replies: 237
- Views: 484881
Re: HS3 MQTT Plugin
Thanks guys for this great plugin! This weekend able to send WeeWX data from my Davis weather station, and 1wire thru OWServer thru MQTT to receive on my HS3 box. One question I did have; is there a way to specify credentials for the MQTT server within the plugin? I'm not seeing a way to do it, and ...