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.

Kyrcio

About

Username
Kyrcio
Joined
Visits
109
Last Active
Roles
Member

Comments

  • I assume you want to use the IKEA remote to control the Fibaro? Unless something has changed recently, there is no way to pair the remote with buttons with Homey, but the rotating dimmer can be paired. The latency of going through the homey makes th…
  • So there is no API to find out if user X is home or away?
  • The new version is now published. It has been ready for some time, but I totally missed that I had to manually publish it after it has been approved. The most siignificant changes are: * Adds some new metrics (z-wave radio stats, storage) * Fixes a…
  • If Fibaro is refusing, it shouldn’t be impossible for someone with a HC2 to Wireshark the traffic and start from there, right? AFAIK, the HC2 is just a PC, maybe it would be possible to start it under Virtualbox just to understand it a bit more? On…
  • JBS said: Added some new devices to Homey a few days ago but they don't show up in the metrics. Anything needed to force new devices into the  metrics? Hmm. They should appear instantly on the next scrape (I just added a Dimmer2 today so…
  • A number of new metrics have been added to github. • Z-wave radio stats per device • Storage per app (thanks Klippo)
  • I’ve got an old fashioned electromechanical doorbell that I turned smart by stuffing a Xiaomi Door/Window sensor close to the coil. Works like a charm!
  • deedje said: I did install the app. I cannot add new Users and set a tag on them. When i do, hit save. When i go into the Zipato app again its gone. What am I doing wrong? ”Add user”, type user name, ”Save user settings” should work.…
  • SietseVisser said: Looking at the output to prometheus, should meter_power not be of type counter instead of gauge because it is an (almost-)ever-increasing number? I am very new to Prometheus, maybe the comment in the output is just what it is…
  • Version 0.1.3 is now published to the beta channel.
  • You could try using {{zone}} or {{name}} as label format in Grafana.
  • Just a heads up everyone that the 1.1.3 version of the app is going to change the names of metrics to only include the state names and instead use labels for device and zone names. I am sorry if this causes problems for those of you who already inst…
  • JBS said: bvdbos said: Which Homey version are you on? 1.5.3 but >= 1.5.6 is needed I saw Yes, I figured I’d go with the latest stable since that was the only thing I could test on. Any particular reason to hold back…
  • RobertLijkendijk said: ... Is there a way to export the "presence" status as well? I can see it in insights but it doesn't show up in the Metrics page. Great suggestion. I will look into if there is an API for it.
  • RobertLijkendijk said: Changing the port the app listens on in the code doesn't make a difference, I am unable to access the metrics page. Something really seems off.... @Kyrcio  any idea what could be causing this issue? Perhaps you can add so…
  • bvdbos said: Are both the S2 and the wall-plug linked securely? Actually, that was the problem for one of the wall plugs. On the z-wave page, it did not say “Secure”. I have no idea why, the other one said “Secure”, and from what I can …
  • Patrik_G said: I have installed the new version and it works ok except that the flow card for System disarmed never triggers. I can see both on the device and the log that it goes to disarmed but it doesn't trigger the flow. I have a flow that …
  • Is there a reason not to use the existing 1.5.6? Even if it is labeled experimental, it is apparently stable enough to be shipped. Or are there differences between the experimental version or the version shipped with new Homeys?
  • Dashboard-friendly temperature widgets:)
  • Here’s a graph showing outside temperature and air pressure, aggregated over multiple Xiaomi Zigbee sensors. The temperature uses the min() aggregation while the pressure uses the avg() aggregation.
  • lubbertkramer said: Kyrcio said: Interesting to see how the updates went in Grafana. Apparently the update to 1.5.6 took almost 90 minutes, and about 16 hours later the load averages went up. I did not mess with the Homey that day, so …
  • Patrik_G said: Solved it, had to manually download the zwavedriver and tinycolor2 modules and put in the modules directory before installing it. I was able to sort that out by just doing a ”npm install”, the package.json should already i…
  • Actually, npm install should be enough.
  • zimbra said: Kyrcio said: https://github.com/rickardp/athom.zipato I PR:ed this to the existing Zipato app. Most of the code is taken from the Benext app, but I took some time to fix the master arm/disarm and add flowcards for this, a…
  • https://github.com/rickardp/athom.zipato I PR:ed this to the existing Zipato app. Most of the code is taken from the Benext app, but I took some time to fix the master arm/disarm and add flowcards for this, as it was kind of a dealbreaker for me, a…
  • Interesting to see how the updates went in Grafana. Apparently the update to 1.5.6 took almost 90 minutes, and about 16 hours later the load averages went up. I did not mess with the Homey that day, so I suspect one of the apps must have self-update…
  • qtech said: I was totally loving InfluxDB. Agreed, I tend to use Influx for lots of stuff where I push data. It's just more convenient in some cases to have the monitoring service know about what to monitor than the other way around. For…
  • InfluxDB would be a whole new ballpark as it does not have the polling architecture of Prometheus (for good or for bad, but in this case the polling greatly simplifies things). Usually, they are used for different things (InfluxDB is often used with…
  • Maybe I made a mistake setting the project up. I also expected that to happen automatically. EDIT: Apparenly I am supposed to check in my node_modules directory. Although I strongly disagree with the practice, I have now done so.
  • @techniman You probably need to run “npm install” before installing on the Homey.