instrbles37568's instructables
Tell us about yourself!
Achievements
- instrbles37568 commented on instrbles37568's instructable Part 2 openHAB, MQTT, and ESP Easy - Build your own DIY Node
- instrbles37568's instructable Quick and Easy ESP8266 Plug Via OpenHAB's weekly stats:
- instrbles37568 commented on instrbles37568's instructable Part 2 openHAB, MQTT, and ESP Easy - Build your own DIY NodeView Instructable »
Here's the new url. http://www.letscontrolit.com/wiki/index.php/ESPEasy They've rebranded recently.
- instrbles37568 commented on instrbles37568's instructable Quick and Easy ESP8266 Plug Via OpenHABView Instructable »
Yes. I've had success with one of these as well. http://www.electrodragon.com/product/wifi-iot-rela...
- instrbles37568's instructable Intro - Creating a PCB board for the Moteino (design, etching, and soldering)'s weekly stats:
- instrbles37568 commented on instrbles37568's instructable Part 2 openHAB, MQTT, and ESP Easy - Build your own DIY NodeView Instructable »
Thank you for taking your time to share the solution.
- instrbles37568 commented on instrbles37568's instructable Installing openHAB2 on Raspberry Pi
Post updated.. Thanks
View Instructable »I've updated the tutorial based on your comments. Thank you for taking your time to post this.
- instrbles37568's instructable Installing openHAB2 on Raspberry Pi 's weekly stats:
- instrbles37568 commented on instrbles37568's instructable Turn a cheap WiFi plug into an OpenHAB ESP8266 switchable plugView Instructable »
not sure. I doubt it. Is the led coming on when powered? Is it blinking? Or steady?
- instrbles37568 commented on instrbles37568's instructable Turn a cheap WiFi plug into an OpenHAB ESP8266 switchable plugView Instructable »
Make sure that the GPIO0 is not grounded. The ESP could be booting in flash mode if it is.
- instrbles37568 commented on instrbles37568's instructable Part 2 openHAB, MQTT, and ESP Easy - Build your own DIY NodeView Instructable »
I'm not sure as you are connecting to a mosquitto server on the WAN (at a remote location). My tutorial is for a LAN connection where the server would be at a local IP i.e. 192.168.1.20 (whatever the IP of the Raspberry Pi.
- instrbles37568 commented on instrbles37568's instructable Part 2 openHAB, MQTT, and ESP Easy - Build your own DIY NodeView Instructable »
Fixed. I had to break it out of a link. Instructables injects some other code that messes up the link. Thanks.
- Show More Activities
I'm not an expert on mosquitto, but here's how I would try Open two terminal windows. In the first terminal runmosquitto_sub -h 127.0.0.1 -t myTest In the second terminal runmosquitto_pub -h 127.0.0.1 -t MyTest -m "Test"If still no go, you may need to confirm the mosquitto.conf is in the correct directory and has been updated with your setup.