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

Support of DOMOTICZ #9

Open
wants to merge 92 commits into
base: master
Choose a base branch
from
Open

Support of DOMOTICZ #9

wants to merge 92 commits into from

Conversation

Hennyr
Copy link

@Hennyr Hennyr commented May 17, 2023

Dear developers,
You did a great job with the BK7231N,m But i am using DOMOTICZ. So i miss the branche possibility to Domotics.
e.g. a message to a switch looks like:
{"command": "switchlight", "idx": 2450, "switchcmd": "On" }
{"command": "switchlight", "idx": 2450, "switchcmd": "Toggle" }
{"command": "switchlight", "idx": 2450, "switchcmd": "Set Level", "level": 50 }
{"command": "setcolbrightnessvalue", "idx": 2450, "hue": 274, "brightness": 40, "iswhite": false }
{"command": "setcolbrightnessvalue", "idx": 2450, "hex": "RRGGBB", "brightness": 100, "iswhite": false }
{"command": "setcolbrightnessvalue", "idx": 2450, "color": {"m":3,"t":0,"r":0,"g":0,"b":50,"cw":0,"ww":0}, "brightness": 40}

So i have to add. a IDX number to a port/channel, the values are numbers and a MQTT message starts with 'domoticz/in'

I read somewhere that you have planned the support of DOMOTICZ, but didn't found a issue or request.
Please add the support of Domoticz (Look at TASMOTA, because there protocols has a lot similar

btsimonh and others added 30 commits November 20, 2022 09:00
… wrong thread.

Add caller to LWIP lock test diag.
# Conflicts:
#	platforms/bk7231n/bk7231n_os/beken378/func/lwip_intf/lwip-2.1.3/port/sys_arch.c
revert mqtt modifications - now that we don't call the functions from…
Enable xTimerPendFunctionCall in freeRtos
Although there is code to accept the WPA PSK as hexadecimal string,
there is not enough space to hold a string of that length. Fix that.
Increase space for WPA key
Correcting Power save lib and Manual_PS
remove debug deepsleep void and add gpio compliant with BK7231T
Implemented the a method that allows enabling the deepsleep for GPIO and Timer simultaneously
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants