Search found 3 matches
- Tuesday 15 August 2017 22:20
- Forum: Blockly
- Topic: Dimmer values not working in blockly
- Replies: 0
- Views: 878
Dimmer values not working in blockly
Hi, I have a dimmer switch connected via RFlink, type is Ikea Ansluta. I am unable to run any comparisons between the current dimmer level and e.g. 50% or level 8. The log shows an error of trying to compare a string with a number. I can control the light via JSON and can also test if the switch is ...
- Wednesday 24 May 2017 21:01
- Forum: Others
- Topic: Milight Nightmode available in LUA or JSON ?
- Replies: 7
- Views: 3768
Re: Milight Nightmode available in LUA or JSON ?
Nice find.
When I use it though, Disco+ slows down the disco mode and disco- speeds it up. I also can't get the discomodenum to send a command to rflink properly. Have you had any success with changing disco mode number?
When I use it though, Disco+ slows down the disco mode and disco- speeds it up. I also can't get the discomodenum to send a command to rflink properly. Have you had any success with changing disco mode number?
- Tuesday 18 April 2017 11:35
- Forum: RFLink Transceiver
- Topic: Wifi RFLink
- Replies: 69
- Views: 44178
Baud Rate
I had a lot of problems getting this to work until I inspected the RFlink source code and found that the latest release of RFLink (R46) sets the baud rate of RX0 & TX0 at 57600 so I changed it in the Ser2Net sketch and it worked instantly. I also pulled the reset pin of the esp8266 up to 3.3v which ...