magcode

Results 9 comments of magcode

Valid point @kingosticks. Indeed I considered it. My extension is very limited and not comparable feature wise. It is written from scratch. It only does what I need (e.g. album...

Alright! Thanks for clarification. Does it make sense to file a feature request for this? If not, no problem. I'll implement some TTL logic to the library then.

seems to be caused by outdated ssl/openssl/wget/certs on the mpower firmware. There won't be an easy and quick solution. For now please have a look at the install script `install-client.sh`...

two points 1) > in the file "/var/etc/persistent/mqtt/client/mqtt.cfg" i set the following string: > mqtthost=10.1.10.10 mqtthost must point the host ip of your MQTT Server. Not the mpower 2) >I'm...

Hi, can you check the output of `cat /proc/power/enabled1` In case it returns `0` please do the following: `echo 1 > /proc/power/enabled1` Then try again (plug in a device on...

Thanks for feedback. I'll either add this to the documentation or maybe add some scripting to enable it automatically.

Sorry. I don't own a mPort. No idea what is inside and if mqtt works on this thing. Does it have a /var/log/messages? Anything inside from the thermostat script? You...

mqtt v2 does not find ports because it is designed to work with mpower. Feel free to change it and support mport "sensors" >When I try run mosquito_sub in mPort...

Slightly off topic ... I have a mqtt based light sensor in my room. I've created a little program which automates the brightness setting based on the sensor value: [mbri](https://github.com/magcode/mqtt-tools/tree/master/mbri)