-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIZWITS_WITTY_CLOUD sensors do not appear #981
Comments
Found where the issue is coming from but don't have a solution. This occurs due to "static/index.light.html.gz.h" is used in web.ino if I uncomment "static/index.light.html.gz.h" and use "static/index.sensor.html.gz.h" in the web interface shows the sensors but Lights it then gone. It seems not possible to have both. |
I see. The thing is that the Witty is a light (so LIGHT_PROVIDER != LIGHT_PROVIDER_NONE). If you add sensors to it if will still use the |
Initially it is a RGB light with a analog sensor. Maybe it is a idea to be able to configure it as it is now, and have a option to configure it as a device with sensors and just 3 LEDs with a on off switch. I use it with a Dallas sensors and according to the readout of the sensor I have the LED light red, green or blue. |
Disabling in hardware.h Brings up the sensors. I will have to check if it is still possible now to control the RGB LED via MQTT if that works in my application this is a good solution. |
I have the fix, I'm checking if other boards have been affected too.. |
@AlbertWeterings Can you test the code in the |
Just flashed it in one device and it now shows both light and sensors. In the morning I will flash it in all devices that are using multiple modules. |
Ok during compiling for RFBRIDGE I run into a error. Changing line 44 to "#if ITEAD_SONOFF_RFBRIDGE" is solving this issue |
I have a few GIZWITS_WITTY_CLOUD devices build firmware in Arduino IDE.
Switch #0 and the channels appear in the web interface but no sign of the analog sensor and some Dallas sensors I have connected to it. Also the sensor menu item is missing. The values of the sensors are available in the MQTT messages
I'm building V1.13.0 dev
The text was updated successfully, but these errors were encountered: