Search found 3 matches

by Rafael
Tue Feb 13, 2018 8:14 am
Forum: Programs, Libraries and Tools
Topic: Microhomie - MicroPython implementation of the Homie convention
Replies: 6
Views: 5593

Re: Microhomie - MicroPython implementation of the Homie convention

I thought about the firmware watch dog but I overlooked the availability of this class is only for pyboard and WiPy as mentioned in the documentation for the esp8266. Yesterday I started to monitor the device uptime and signal from two esp8266 devices. One device is indoor, the other one is in our g...
by Rafael
Sun Feb 11, 2018 11:07 am
Forum: Programs, Libraries and Tools
Topic: Microhomie - MicroPython implementation of the Homie convention
Replies: 6
Views: 5593

Re: Microhomie - MicroPython implementation of the Homie convention

Hi Peter, thank you very much for your input. [quote=pythoncoder post_id=25365 time=1518336869 user_id=265] An interesting approach. I don't know how much testing you've done but I found that getting reliable results from MQTT over WiFi was non-trivial. The problem is that packet delivery on a wirel...
by Rafael
Sat Feb 10, 2018 10:50 am
Forum: Programs, Libraries and Tools
Topic: Microhomie - MicroPython implementation of the Homie convention
Replies: 6
Views: 5593

Microhomie - MicroPython implementation of the Homie convention

Hello MicroPython community! I want to announce a small project we call Microhomie, a framework to easily setup devices following the Homie (https://github.com/marvinroger/homie) lightweight MQTT convention for IoT. We also have some example nodes which can be used out of the box to publish data, i....