Skip to content
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

Report White when using RGBW (H801 Device) #7142

Closed
florian-asche opened this issue Dec 8, 2019 · 5 comments · Fixed by #7358
Closed

Report White when using RGBW (H801 Device) #7142

florian-asche opened this issue Dec 8, 2019 · 5 comments · Fixed by #7358
Labels
enhancement Type - Enhancement that will be worked on fixed Result - The work on the issue has ended

Comments

@florian-asche
Copy link

florian-asche commented Dec 8, 2019

Have you looked for this feature in other issues and in the wiki?
yes
Is your feature request related to a problem? Please describe.
When using RGBW with H801 Device the White Status is not reported back in MQTT.

Describe the solution you'd like
Publish the "White" Status.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
If you use RGBW and FHEM the Color cannot be used due to its added lengh by white stripe leds. I want to use HSB and White seperated like its currently working in Tasmota. But HSB is just RGB without the White color.

(Please, remember to close the issue when the problem has been addressed)

@s-hadinger
Copy link
Collaborator

I'm not sure to understand what you want. Can you please post the MQTT message you are receiving and what field you want to be added.

Also, if you need to control separately RGB and White, use SetOption37 128.

@florian-asche
Copy link
Author

Hi, if you are using a RGB Stripe that has also Warm or Cold white LEDs, you have 4 or 5 channels. Lets try my example with 4 channels.

I can cantrol the RGB leds by sending RRGGBB to ColorX. Also i know i could send RRGGBBWW to ColorX. But that is not supported by fhem.

Because of that i am sending HSBColor to HSBColorX command. And if i want to control the warmwhite or coldwhite LEDs i send White 50 or White 100.

The problem here is, that someone implemented the "White 100" command without it sending back information by MQTT.

Setup:
{"Time":"2019-12-08T14:37:33","Uptime":"7T01:27:37","UptimeSec":610057,"Heap":27,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":4,"POWER":"OFF","Dimmer":34,"Color":"0,0,0,87","HSBColor":"0,0,0","Channel":[0,0,0,34],"Scheme":0,"Fade":"ON","Speed":4,"LedTable":"OFF","Wifi":{"AP":1,"SSId":"ATLANTIS_IOT","BSSId":"64:66:B3:79:DE:58","Channel":9,"RSSI":54,"LinkCount":1,"Downtime":"0T00:00:06"}}

@s-hadinger
Copy link
Collaborator

Still on my todo list...

@ascillato2 ascillato2 added the feature request (devs?) Action - awaiting response from developers label Dec 17, 2019
s-hadinger pushed a commit to s-hadinger/Tasmota that referenced this issue Dec 28, 2019
arendst added a commit that referenced this issue Dec 28, 2019
Fix: White added to light status (#7142)
@florian-asche
Copy link
Author

Hi,

just as feedback, many thanks. Its working perfectly.

Regards, Florian

@florian-asche
Copy link
Author

But i found one more, if the RGB Stripe is state OFF and someone sets Color to green the state is not reported back as ON.

@ascillato2 ascillato2 added enhancement Type - Enhancement that will be worked on fixed Result - The work on the issue has ended and removed feature request (devs?) Action - awaiting response from developers labels Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on fixed Result - The work on the issue has ended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants