buddapps

Results 7 comments of buddapps

Sorry, totally snowed under with the day job for the next few months.

Some other thoughts: 1. Contactor test code: Have it activate one line at a time and output message as to which line is being activated. 2. Startup: It currently turns...

I found that it really only supports one instance per Amazon login. I use MQTT and the device id to device up the actions between the two locations.

You need to have the trigger and then a small delay in the routine configuration. Or hey you can say "alexa simon says turn on the light"...

Here's a flow that seems to work well for me: `[{"id":"fac6639c.f02c1","type":"tab","label":"Alexa Voice Handler","disabled":false,"info":""},{"id":"974de7ab.103c98","type":"alexa-remote-init","z":"fac6639c.f02c1","name":"","account":"b8d86056.e5bce","option":"initialise","x":560,"y":80,"wires":[[]]},{"id":"c93167cd.80be48","type":"inject","z":"fac6639c.f02c1","name":"FlowStart","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":80,"wires":[["974de7ab.103c98"]]},{"id":"a62c6bf0.fb5cc8","type":"alexa-remote-event","z":"fac6639c.f02c1","name":"","account":"b8d86056.e5bce","event":"ws-device-activity","x":140,"y":320,"wires":[["c15cfaad.bc44f8","35bff807.72daa8"]]},{"id":"e021a31e.990f6","type":"inject","z":"fac6639c.f02c1","name":"Refresh once an hour","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"3600","crontab":"","once":true,"onceDelay":"0.1","topic":"","payload":"","payloadType":"date","x":160,"y":160,"wires":[["94b637a5.e302a8"]]},{"id":"94b637a5.e302a8","type":"alexa-remote-init","z":"fac6639c.f02c1","name":"","account":"b8d86056.e5bce","option":"refresh","x":560,"y":160,"wires":[[]]},{"id":"a25d99ad.f21158","type":"change","z":"fac6639c.f02c1","name":"extract summary","rules":[{"t":"set","p":"name","pt":"msg","to":"payload.name","tot":"msg"},{"t":"set","p":"summary","pt":"msg","to":"payload.description.summary","tot":"msg"},{"t":"set","p":"payload","pt":"msg","to":"summary","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":350,"y":420,"wires":[["3b1abb8b.dfb5a4","d508558e.a23508"]]},{"id":"35bff807.72daa8","type":"debug","z":"fac6639c.f02c1","name":"ALL","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":340,"y":260,"wires":[]},{"id":"c15cfaad.bc44f8","type":"switch","z":"fac6639c.f02c1","name":"Only pass SUCCESS messages","property":"payload.activityStatus","propertyType":"msg","rules":[{"t":"eq","v":"SUCCESS","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":420,"y":320,"wires":[["b87b0099.7875e"]]},{"id":"b87b0099.7875e","type":"switch","z":"fac6639c.f02c1","name":"Filter out noise","property":"payload.description.summary","propertyType":"msg","rules":[{"t":"eq","v":"","vt":"str"},{"t":"eq","v":"alexa","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":3,"x":130,"y":420,"wires":[[],[],["a25d99ad.f21158"]]},{"id":"46ecac80.4fe934","type":"alexa-remote-routine","z":"fac6639c.f02c1","name":"Acticulate response","account":"b8d86056.e5bce","routineNode":{"type":"speak","payload":{"type":"announcement","text":{"type":"msg","value":"payload"},"devices":{"type":"msg","value":"name"}}},"x":790,"y":620,"wires":[[]]},{"id":"3b1abb8b.dfb5a4","type":"function","z":"fac6639c.f02c1","name":"Save requesting Alexa Device Name","func":"global.set('lastAlexName', msg.name);\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":690,"y":400,"wires":[["30857edc.bd5a52"]]},{"id":"ec9fce7.70e1c3","type":"function","z":"fac6639c.f02c1","name":"Restore requesting...

Re-ran my configuration skipping steps 9, 10 and 20. Changed step 19 to a value of 200. Was able to solar charge at 3KW with battery level at 55%.

Current configuration Five Tesla modules wired in parallel for a 24V pack. SimpBMS driving two Tesla contactors (+ and -), pre-charge relay with power resister. CAB300 current sensor Victron equipment...