Indu Prakash
Indu Prakash
Github creates redirects - https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository
I am not in-depth familiar with PlatformIO and could not figure out if a single instance could target multiple chips. Do you know if that was possible or if separate...
This was in 1.12.33 .. the funny thing is that it auto corrected itself. I reviewed the code and did not see see a problem with the content generation.
@openshwprojects I am trying to implement this but cannot locate cJSON implementation in Tuya SDK. There are a bunch of header files under `sdk\include` but no implementation?
@dstreefkerk This should no longer be an issue, please check.
I pushed the fix last night and I don't the change has yet made to the published webApp. !openshwprojects/obj_webapp/pull/1
@pretoriano80 You are right, the config HA generated is reversed. What I had addressed was the handling in the webApp. I will fix the incorrectly generated config too. By the...
@pretoriano80 I think I have same setup as yours, all my IOT devices are firewalled. I was not able to consume webApp from a local website. The webApp code is...
I think you need to add the header `Access-Control-Allow-Origin` with a value of `*` in the nginx? webserver configuration.
@pretoriano80 I have a local non-https webapp successfully running on apache with just this extra config in `/etc/apache2/apache2.conf` ``` Header set Access-Control-Allow-Origin "http://192.168.1.213" ``` `Header set Access-Control-Allow-Origin "*"` also works.