Node Central

Results 138 comments of Node Central

:) :) and I thought my memory was bad :) :) No problem @maddox - thanks so much for responding. I’ll look at channels again, but I already have tvheadend...

Checking /use/local/ which luarocks reported, I can’t see it listed? ```` pi@raspberrypi:/usr/local $ ls bin etc games include lib man sbin share src ````

Ok, on Ubuntu the fix was to use the following instead.. ```` sudo apt-get install -y lua-filesystem ````

Many thanks, QQ: sometime i only two IP address reported, how do I know which is which ? **Feature request:** Are there any plans to add ‘_where am I_’ feature,...

Thanks @shmuelzon - these seem the most popular on Amazon (uk) - (1) - https://www.amazon.co.uk/AZDelivery-NodeMcu-CP2102-Development-including/dp/B071P98VTG/ref=pd_lpo_1?pd_rd_i=B074RGW2VQ&th=1 and (2) https://www.amazon.co.uk/ESP-32S-Development-2-4GHz-Bluetooth-Antenna/dp/B071JR9WS9 - are both suitable and if so any preference ?

Hi, is there a way to do this today, or is it still being considered ?

Many thanks @somesocks Starting with encryption, If I was wrap this into a function, and call it with the 3 elements I have? ```` local ciphertext = lockbox_aes_128_cbc_encrypt(mypayload, myiv, mykey)...

Wow, thanks so much ! This is great stuff :-) My challenge now is put it into action with my TV, as found a [Lua script online](https://forum.logicmachine.net/showthread.php?tid=232&pid=16580#pid16580) to help pair...

Thanks again @somesocks , i’m not sure I’ve been able to follow everything you’ve said, but it’s so good to have another pair of eyes look at this. Unfortunately I’m...

Yes, exactly it’s very strange I was thinking it could be something like permissions, but I have no idea how that works with cron ? Any ideas/suggestions?