Arduino (esp8266) sketch for Homey platform #13
Replies: 7 comments
-
Looks great, thanks for sharing your code! I matched it to the other examples and removed the Much appreciate the contribution! |
Beta Was this translation helpful? Give feedback.
-
@MagnusPer Do you know if Homey has the capability to support more than one partition/security system? I haven't looked at the Homeyduino code yet - but if it does, we can update the Status-Homey example to support multiple partitions. For now, I've hardcoded the example in the new develop branch to partition 1 to work as before but it'd be nice to support all partitions. |
Beta Was this translation helpful? Give feedback.
-
I don't think there is an stright forward solution for that using homey-arduino-library. Also there is bugg reported [Using the same capability more than once] athombv/homey-arduino-library#41 Alternative solution is to use MQTT to Homey |
Beta Was this translation helpful? Give feedback.
-
@MagnusPer Can you verify if there are any issues with the current version of the sketch? I'd like to verify if there are any bugs since adjusting the sketch to use the library methods that were introduced to support multiple partitions. |
Beta Was this translation helpful? Give feedback.
-
@taligentx The only problem I have is that I lose the connection to the router that needs to be restarted ~ every other week. I have read others who have the same problem and it seems to be a known bug related to the esp8266 platform. |
Beta Was this translation helpful? Give feedback.
-
Feedback related to my connection problems to the router (ASUS RT-AC66U). For a month I have used static IP address and it has been stable since then. I have not investigate why, but my feeling is it may concern the lease time. |
Beta Was this translation helpful? Give feedback.
-
Great to hear you found the issue - I've been testing with an older Asus RT-N56U and haven't seen an issue with DHCP lease renewal but I'll add a note to recommend using a static IP. In small networks, static IPs make sense for 24/7 devices. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now I have a fully operational sketch running with Homey platform.
If you want you can add this example in your code/example Status-Homey.zip
Needed for integration to Homey are:
I will "hang-around" in this repository if there are any questions using this sketch.
Beta Was this translation helpful? Give feedback.
All reactions