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.
RemcoHannink
About
- Username
- RemcoHannink
- Joined
- -
- Visits
- 622
- Last Active
- Roles
- Member
Comments
-
Recycle manager.nl is added in the trashcan reminder. I am not the owner off the app so I posted my code changes via @MrDutchfighter . He will Post his messages to the owner (apstemmer) and he will update the app in the app store...so...patience …
-
Recycle manager looks easy, I will put some time into that this week. I have also taken a look at rmn.nl and this is more complex. By the first look, it looks like they use cookies ect. When I have some time left ;-) I will take another look, but i…
-
@MrDutchfighter: I just created a PR for your fork of the trashcan reminder. Its my first, I hope I did it in the correct way. Gr. Remco
-
@FreeFrags: I will take a look at this. If it returns JSON, it should me be more of the same. What cities/communities are covered by recyclemanager.nl ? @Rocodamelshe: What part of midden Nederland did you have in mind and what app/api/trash calend…
-
@MrDutchfighter , I got the trashapis.js updated and installed the app on my Homey, everything seems to be working ok. The following communities are now supported: Hellendoorn Enschede Hengelo Oldenzaal Almelo Borne Losser How can i get the code…
-
@MrDutchfighter I managed to add a start- and end date as you suggested: var startDate = new Date(); startDate = dateFormat(startDate.setDate(startDate.getDate() - 14), "yyyy-mm-dd"); console.log("startDate is: " + startDate); var endDate = new Da…
-
Hello, I am adding two afval calendars to this app: Community of Hellendoorn and twentemilieu.nl (Enschede, Hengelo and some others). They both have about the same API (one soap xml and one json). But both API's (hellendoornportal-srvc.2go-mobile.c…
-
@MrDutchfighter Great work, what speech functionality did you add? I will test it out and try to add our trash schedule with your additions. I am working on adding our schedule (community Hellendoorn and twente) to the trashapi. I have a return XM…
-
Hello, Whenever I tried to open the status of a device (pressing the 3 slider symbol of a device) it either takes a long time before the information shows up or it doesn't show up at all, just the spinning grey circle. After closing the status and …
-
Hello, Someone has already made a NodeJs module for the Nuimo. This should save you some work in developing a Homey app for Nuimo. https://github.com/nathankunicki/nuimojs
-
@RamonBaas ; You are right, I use the same pins 1,3 and 5 only I have labeled the in another way in my schema (7,8 and 9). Mine has only 12 pins, looks like 2 last pins are omitted. It now works with a USR-TCP232-T module. I found +5V on 2 pins, bu…
-
@mtudor @RobinVanKekem If you need anyone for testing new versions of the app, I volunteer.....I am able to install from github. keep up the good work. Gr. Remco
-
@jorden Thanks for the great Sony Bravia app. I am trying to get it working with my KDL-32EX5000 (non Android TV) from 2014/2015. First problem is overlaying text and pictures in the setup screen: I am not able to enter the IP adres. Next, my n…
-
@djvanas Dave, The Dru app can be installed via the Atom command line and is easy to use, create a new device, choose Dru and it finds the fireplace automatically. For the atom commanline you need to install Node JS on your computer and then insta…
-
Hello, I am using the KlikaanKlikuit APIR-1250 sensor, together with Homey. After applying a simple antenna mod the sensor works fine now. Big advantage is the price (25,00 euro in NL) Gr. Remco
-
Hello, I own a Dru fireplace. This one has a 868Mhz remote, which connects to the valves directly. The valve unit however also came with an communication module (Honeywell RF) The valve unit talks Modbus TCP with the communication module. The Home…
-
@MarcelTimmermans Could you give some more information on your hardware? If it is also serial -> telnet based you can use the app Ramon wrote?
-
@RamonBaas, and second, the node_modules/node-crc directory is empty resulting in another error. Gr. Remco
-
@RamonBaas, i tried your DSMR plugin, but running or installing results in: invalid type for `driver[0].settings[1].children[0].value` in app.json, expected type boolean invalid type for `driver[0].settings[1].children[1].value` in app.json, expec…
-
Ramon, I also found these Pins via Google, but they are not the right ones for my Powermax+. I have a 12 pins header on my Powermax+ (latest model i guess). Measuring the Official (and very expensive!) RS232 module I found the following pin layout:…
-
Ramon, Thanks for you good work. I just installed my Powermax+ alarm today. I have bought the official RS232 interface and I am using now a Raspberry Pi with ser2net. I want to replace this by a USR-TCP232-T serial to ethernet converter. If anyone…
-
I received some disturbing news from Teptron. I asked them when the Bluetooth API would be available. This is their answer: Regarding the Bluetooth API we are not sure when or if we will publish it. We will discuss this internally and decide further…
-
Hello, I reversed engineered the afval app from our community (Hellendoorn) and I ended up with an XML file with all the dates inside.
00 is REST, <Code>11 is GFT and <Code>22 is papier. Now I am looking for a way to parse this X…
-
Ramon, After about an hour !!!!! my second temp sensor in the living also showed up and is working fine now.
-
Ok, I missed the part about communicating on Slack. I guess we can close this discussion....@Annemarie ??
-
@caseda I know what the experimental channel is for, I am developing for Homey. Haven't heard from Athom where to put comments on the Release candidates.....
-
Ramon, My two sensors look like this in Domoticz (RFLink): I changed the names from Alecto V1 to the names above.
-
Ramon, The latest version is working.....great work ! My Ventus W044 temp/hum sensor is detected as a TA-75 ?? But I can change this name. Other issue is that I have two temp/hum sensors in house, both Ventus W044. The one upstairs is found by H…
-
Ramon, Just tried the latest code, now nothing happens, no sensors are detected, but the app doesn't crash anymore. But no sensors found. Gr. Remco
-
Ramon, Deze code uit Nodo ken je al? * Technische informatie: * Message Format: (9 nibbles, 36 bits): * * Format for Temperature Humidity * AAAAAAAA BBBB CCCC CCCC CCCC DDDDDDDD EEEE * RC Type Temperature___ Humidity Checksum…