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.

TedTolboom

About

Username
TedTolboom
Joined
-
Visits
7,633
Last Active
Roles
Member

Comments

  • @B3rt it is for sure possible... with the MathJS expression. This is the flow which I use myself... for the same purpose. Which is basically a way to average the the light intensity over the last 3 values: Lux-voor-AVG = ( Lux + LUX-voor + LUX-voo…
  • @B3rt can you add a screenshot of the flow you have right now? Some comments - the better logic parameter you use should not be a string value, but a numeric  - in the flow you describe, you don't need a min_lux value defined in better logic; simpl…
  • Jschuetz said: And the Neo homey support is good? With power meter function? Yep. Fully implemented   Also the power meter function: Accumulated power consumption, actual power: Actual current and actual volate:
  • EvertorN said: @TedTolboom Hm, this is weird behavior. This could be caused by the fact that you have tried to add multiple devices. Try to: - Remove your Kodi device - Disable the app - Reenable the app - Add your Kodi device again.  Gu…
  • EvertorN said: Finally found some time to do some coding. Just released v.1.7.0 to Github with lots of new features. (including your party mode @WRos ) As usual, could you tech savvy guys test this release before I push this to the appstore? …
  • Only teasing us? Or are you going to enlighten us with how you did it?
  • jovink said: Do you guys also ask for max. 20 euro's on invoice?  And does it work on gearbest?  Just add it as remark to the order notes, to ship with invoice below 22 euro. Today I received 4 additional power plugs valued at $5 each; t…
  • KoenMartens said: Do any of you know which of the two PIR sensors are EU style (or both?)? Thanks for the info @stimien and @Fire69! My recommendation: Always clearly specify in your order notes that you order the Z-wave EU version. If …
  • I'm having issues where the Kodi app does not start to re-poll after my Kodi system has been shutdown... So my flows are not receiving the right triggers. Last updates of my logging: 2017-01-19T22:39:05.022Z"onKodiPlay()"2017-01-19T22:39:05.023Z"Tr…
  • Just checked with my own devices (Fibaro Dimmer-2 and motion sensor) which both support the right command class: COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION With none of these devces I'm able to add a multi channel node (e.g. socket of the powernode-6)…
  • @ivoterhorst good question. Have been wondering the question myself...  The powernode (but also the Fibaro 2x 1.5 Relay) are both Z-wave devices using the Multi Channel Command Class. For another device to switch on a Multi Channel end-point (socket…
  • @Frankis78 Yes. Corrected my original response after learning (again) something from @Robin
  • @Frankis78 All most all Fibaro devices are covered in the Fibaro app; where also specific settings, trigger- and action cards are defined. So advise is to install the Fibaro app. When adding an device, select the Fibaro group and it will show the …
  • Rocodamelshe said: So what ur saying here is: My Fibaro non+ sensor cannot send commands to my Fibaro dimmer2 which is +? The manual of the dimmer-2 (z-wave +) implies that it will only accept commands (through group 1) send through a s…
  • WouterNLD said: Zou het voor iemand mogelijk zijn om hier een Homey app van te maken? It is already an Homey app, but not yet released to the app store (under testing). @MarkSwift any plans when the app will be ready for app-store releas…
  • @hnijveen Some suggestions: - The settings that are implemented in the app, are the most commonly used functions (and are tested by the developer). I would not advice to use the expert parameters. - Understand what the purpose of the setting (parame…
  • hnijveen said: I there a preferred config for the Fibaro multisensor for Homey?  (Settings) This completely depends on the position (outside or inside / in direct light or in the shadow) and intented use of the sensor... in this topic se…
  • TedTolboom said: It appears not to be working with the Fibaro dimmer-2; not with the ON/OFF command, not with the dimming command. I will look into this issue further... Most likely this is caused due to the fact that the Neo sensor is …
  • Updated Neo app version (v1.1.7) has been released today in the app store: Change Log: v 1.1.7 update: NAS-PD01ZE - Fixed LUX reporting based on threshold setting NAS-PD01ZE - Added battery alarm trigger card NAS-PD01ZE - Regrouping settings based o…
  • @TedTolboom said: Just learned that my update is already pushed towards the app store: https://apps.athom.com/app/com.neo  Earlier than I expected... I was planning to test the "switch on function" this evening... Confirmed that the "swit…
  • honey said: I have illumination report from the NEO just the night mode does not work (yet). Which is understandable, because the "night mode" (rephrased in the update to "Illumination switch ON level (lux)") should be activated by anoth…
  • honey said: The other thing that the illumination dependent `night mode` does not work on the NEO sensor. That is why I have the time window in Homey. Recognised.. but this is linked to this issue that in the current App version, the il…
  • @BasVanDenBosch with the current app store version of the Neo app this is not fully implemented yet (some settings are missing or still have errors in it)... I'm working (testing as I type) on an updated app/driver that has the capability and setti…
  • I don't know the type of trafo you are using and in particular if it is able to be dimmed, but it should be possible to replace the fibaro switch with a fibaro dimmer-2... I have several 12V powered lamps, with external 12V trafo... which are now d…
  • @cautje good to hear.... enjoy!
  • cautje said: @TedTolboom No, the trigger is ok. The trigger is the change of temperatuur on the Nefit Easy thermostaat. When the difference betwean the ingestelde temperatuur and the actual temp is bigger than 2, fans on the heater have to star…
  • I think in your first flow, as trigger you should have the "Temp" tag... Assuming that you would like to have the flow triggered by a change of the actual temperature... Then it should work. But please be aware that this will trigger with each 0.1…
  • I have been looking into it... but decided to buy some realistic looking LED candles (single color), which have a build in timer.. on for 6 hours, off for 18 hours...
  • cautje said: Hmmmmm, still not ok In the first flow: change the card in the THEN column to "exectute MathJS expression", update the expression to (#Ingesch - #Temp) In this way you (only) calculate the difference. In the second flow: add i…
  • @Uranday two questions, originating from the same flow instance. In below flow, I'm calculating the 3 point average of my light intensity; to be used as trigger for my lights. 1) I'm able to use the global tags in the BL cards, yet not in the vari…