Hi!
I'm trying to get TRB141 working with 1-wire sensor over MQTT, but I'm facing obstacles. I have client and broker set up in AWS and would like to publish 1-wire data over MQTT there from TRB141. It's listening to topic: router/id/#
Is there ways e.g to test MQTT connection via TRB141, since mosquitto_pub command is disabled. Tcpdump shows pretty much nothing except ssh, lan and https traffic.
I also have issues with the 1-wire sensor. It seems that the device acknowledges the sensor when viewing from syslog:
Wed Jan 15 11:08:09 2020 kern.info kernel: [ 0.883865] Driver for 1-wire Dallas network protocol.
Is there a way where I could view the 1-wire data from the TRB141? I tried to look up ubus call command, but can't seem to figure it out.
Thanks and Apologies. I'm fairly new with sensor stuff.