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.
RamonBaas
About
- Username
- RamonBaas
- Joined
- -
- Visits
- 848
- Last Active
- Roles
- Member
Comments
-
@keverjeroen Thanks, that's good to know! Might order one myself .
-
node --version v6.10.2
-
If I run `node example.js` it parses all examples without issue.
-
Try the telegram via example.js in /node_modules/node-dsmr-parser.
-
You can arm and disarm, but not in conjunction with the Powerlink2. There can only be one master on the rs232 bus (Powerlink2 or Homey).
-
@RemcoHannink I've added the lib to the repo for you.
-
Unfortunately the current app only works for 433 MHz remotes, not 868 MHz.
-
@keyracer Sorry, but from the log I cannot see why reception is bad for you with Homey.
-
@adju: Not sure, can't reproduce that. But to be honest, the Conread 868 also does not work for me. Homey only receives signals on 868.3 MHz and the Conrad sensor I have sends signals on ~867.8 Mhz - which Homey does not pick up.
-
@Homey_Lampje The parser (https://github.com/robertklep/node-dsmr-parser) only supports v4. We've made some modifications to also support v3, but I'm not aware of a javascript implementation that also supports v5. If you PM me some valid telegrams I…
-
@Barry Don't know. Give it a try and see if it works.
-
@muesli Homey only supports receiving ASK signals on 868.3 MHz. The WS-4000 sends signals with FSK encoding and Homey is not configured to receive those.
-
@zimbra You can put them on the same channel, but then the signals might interfere with each other from time to time. Let's say there is a normally 40 second interval between between sending the readings for a sensor. If a sensor supports multiple c…
-
Version 1.1.0 has been released. Adds support for Auriol Z31130, full Cresta & LaCrosse implementations, adds Brightness device, sensor capabilities based on received values. Thanks to @MarcelMol for adding the Auriol support!
-
@mvs This just shows no reception at all. Zero signals received, so also no clue.
-
@Julian I'm not sure the device is faulty. I see similar behaviour sometimes with Homey. I believe this is due to a bug in the Homey reception algorithm, sometimes missing the last bit due to a timeout. But I have been unable to convince @JeroenVoll…
-
@Julian You only need to re-pair if the device id or channel has changed (e.g. when changing a battery).
-
@Julian Often with these sensors it is not necessarily range, but placement relative to the receiver can make a lot of difference. I e.g. had a sensor 50 cm from Homey of which reception was very poor. Putting it higher up did give good reception. S…
-
@bvdbos You expect a signal of at least 40 bits with a recurring timing pattern, pairs close to e.g. 1000, 1300 and 1000, 500 (LaCrosse example) or e.g. [2000, 500] and [4000, 500] (Alecto V1 example). So that would already give an array of 80 valu…
-
@rtna Better to send this info via PM. Still, I don't see a signal in there. But also always please state what the type of the sensor is.
-
@rtna There is no clear signal in there. Most sensors on 868 MHz use FSK encoding and Homey can only receive ASK/OOK signals. So likely the signal cannot be received with Homey.
-
Sjaak said: This seems to me a great app. However I'm using a TX29DTH-IT sensor. It looks that this sensor is not suported. Is it possible to add this 868Mhz sensor? The protocol that's used is described overhere: http://fredboboss.free.fr/ar…
-
@RemcoHannink Some false readings can occur. The three above have different values for channel number. The invalid ones should automatically disappear over time.
-
JurgenHuijbregts said: Also on 1.2.2 the sensors where not appearing If they use the 'Cresta' protocol, the temp/hum sensor should appear. Wind/rain/UV is not implemented for Cresta (yet). But it could well be they use a different protoco…
-
@counter: Thanks, that's helpful. I'll look into it when I have some time. @JurgenHuijbregts: Can't help you with that, I'm running 1.2.2. That is something to report in the DP channel.
-
@counter There are different protocols used by Auriol. What is the type number of the sensor? You need to find a pattern in the recording, i.e. similar timings repeating. @RemcoHannink That is an Athom issue. I have that with mobile cards in genera…
-
@MarcoWijk No, haven't looked at it. Don't have such a sensor myself. Would need a protocol description and someone to test in order to be able to implement it. @keverjeroen Excellent question. I have the same thing. But on the display of the senso…
-
RuudvB said: Great! So your sure there are no power dips? If so, I will order one today! Well, Homey keeps running if I disconnect the mains, so no.
-
Does anyone know a powerbank that will function as a UPS 100% certain? Oh, and for sale not a new VARTA powerbank I am using this one as a UPS for Homey already for a year without issues.
-
@Sjaak: the trick is to do the recording when the sensor is sending data (once a minute?). This capture does not show any sensor data. But like I said, I haven't seen any good capture on 868 Mhz with Homey yet.