anishsane

Results 18 comments of anishsane

I want this too. I am not versed with C# and thus, even if I implement the change, I don't have a way to compile it. I have a working...

Adding the C# library links for the record, so that they are not lost. I have not tested these libraries/repos personally. https://github.com/ClusterM/tuyanet https://github.com/mgkha/Win-TuyaSmart

In the default code of esp8266 - InlineKeyboardMarkup example, the time sync is missing. This bot does not work. I copied the time sync from echobot. And then it started...

> a fix similar to #69 that should also fix #68 Just saw PR #69. Yes, these are similar. I am OK with either approach, so long as they work.

I did below change, and it works too (PR #73): - self.browser.find_element_by_name("Login").click() + ele_usr.submit() I am OK with either approach. But I am not expert on `selenium` usages. Can someone...

+1. My AC also supports FAN-only mode and DRY mode (AKA dehumidify mode). I need a mechanism to support these in my skill.

> If I understand you correctly, you want to select a video on your phone with prime video app and play it on your RPi through the kodi addon. >...

I think a factor in the case of TV series is - the share link is for the entire season. Not a particular episode. So, there isn't a single video...

My comment about the metadata not showing up: I can reproduce the same issue by this path as well: 1. Go to any video. 2. Add it to favorites. 3....

Can you tell us the design you have in mind? Maybe I can do some testing with cURL if that is a good option before someone actually invests time in...