This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Using Homey‘s data for machine learning?
Seraphim
Member
Hello Community,
has someone ever tried to use the data Homey is collecting for machine learning? I like the idea, that Homey would be able to trigger my devices by its own, based on typical behaviour and not on planned events.
I was already able to send Homey‘s data to a SQL, but how to go on?
Regards
Andreas
has someone ever tried to use the data Homey is collecting for machine learning? I like the idea, that Homey would be able to trigger my devices by its own, based on typical behaviour and not on planned events.
I was already able to send Homey‘s data to a SQL, but how to go on?
Regards
Andreas
Comments
I hope someone can answer this. If there is anything I can do later to help with this project (even just testing). Ill be happy to help !
I feel this is something than can be useful in many ways !
I used a small trick with MQTT. Homey has a MQTT Client installed and sends out a message to a device/function specific topic every time something is happening with the defined devices/functions.
On a server a MQTT Server is running, receiving the messages.
All you need now, is a small java script listening to this communication, fetching the topic and the message. If you have a logical topic structure you could split the topic to floor, room, device, function etc. and write it into your database.
Right now I am using the date in Microsoft Power BI to create more individual graphics and dashboards.
I could provide the script for you if needed, you should be able to use this for any kind of database (maybe the SQL syntax needs to modified)