Need help to pass a Variable from Dashboard to Nodered

so i wanna make a few dashboards of Remote Controls…
i have like 6 Satellite receivers… and other tvs… i dont wanna make 100 buttons
what id like to do is if your on Receiver 1 Dashboard it sends a variable to nodered and it sends it out a Infared Transmittor…
if your on dashboard 2 be like Receiver 2 then it send variable and uses the same buttons to transmit out that Transmittor… so your not repeating the same buttons…

and same for the TVs i have

here is what i got… and if there is any good dashboard that can be added for a cell to simulate a remote be good so i can link the buttons to those buttons

but here is what i got

and wasnt able to post all of it so ill have to add it in 2 messages

[{"id":"6aa4f66fadfc940a","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button VOLUME UP","version":0,"debugenabled":false,"outputs":1,"entityConfig":"c65ccab214914843","outputProperties":[{"property":"command","propertyType":"msg","value":"VOLUME UP","valueType":"str"},{"property":"device","propertyType":"msg","value":"Building_Bedroom_TV","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":170,"y":1760,"wires":[["cb2bfeec841a5f3a"]]},{"id":"236fbff6ca009a5a","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button VOLUME DOWN","version":0,"debugenabled":false,"outputs":1,"entityConfig":"3189f67e30fe4cd7","outputProperties":[{"property":"command","propertyType":"msg","value":"VOLUME DOWN","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":160,"y":1800,"wires":[["cb2bfeec841a5f3a"]]},{"id":"cb2bfeec841a5f3a","type":"function","z":"c265725d335f7b33","name":"Joint","func":"return msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":410,"y":1720,"wires":[["20d9c1913a033301","e69746ad864c61df","7e968262b3971226","a62cb85af97e5d0a","d7d8c28a22d16ab6"]]},{"id":"01818a9b7b420894","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button INPUT","version":0,"debugenabled":false,"outputs":1,"entityConfig":"b98ffb6cb4ae0958","outputProperties":[{"property":"command","propertyType":"msg","value":"Input","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":190,"y":1720,"wires":[["cb2bfeec841a5f3a"]]},{"id":"bc034baf53a453c8","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button MENU","version":0,"debugenabled":false,"outputs":1,"entityConfig":"dd23f9eb861a4773","outputProperties":[{"property":"command","propertyType":"msg","value":"MENU","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":190,"y":1840,"wires":[["cb2bfeec841a5f3a"]]},{"id":"a193bda785df62e9","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button POWER","version":0,"debugenabled":false,"outputs":1,"entityConfig":"c0cf404d30870242","outputProperties":[{"property":"command","propertyType":"msg","value":"POWER","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":180,"y":1680,"wires":[["cb2bfeec841a5f3a"]]},{"id":"c396123a58d11d6e","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button ENTER","version":0,"debugenabled":false,"outputs":1,"entityConfig":"98a86614f55fe739","outputProperties":[{"property":"command","propertyType":"msg","value":"ENTER","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":190,"y":1880,"wires":[["cb2bfeec841a5f3a"]]},{"id":"fda2c57dc19f0e29","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button UP","version":0,"debugenabled":false,"outputs":1,"entityConfig":"6cdbde1bf960ea06","outputProperties":[{"property":"command","propertyType":"msg","value":"UP","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":180,"y":1920,"wires":[["cb2bfeec841a5f3a"]]},{"id":"51899df456a019a2","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button DOWN","version":0,"debugenabled":false,"outputs":1,"entityConfig":"c7cb404434252f92","outputProperties":[{"property":"command","propertyType":"msg","value":"DOWN","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":190,"y":1960,"wires":[["cb2bfeec841a5f3a"]]},{"id":"fe119201b6343a06","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button LEFT","version":0,"debugenabled":false,"outputs":1,"entityConfig":"8143c1e3078296ca","outputProperties":[{"property":"command","propertyType":"msg","value":"LEFT","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":190,"y":2000,"wires":[["cb2bfeec841a5f3a"]]},{"id":"d7e47d5ecb7ed782","type":"ha-button","z":"c265725d335f7b33","name":"TV Remote Button RIGHT","version":0,"debugenabled":false,"outputs":1,"entityConfig":"a6e30ade2f0cede5","outputProperties":[{"property":"command","propertyType":"msg","value":"RIGHT","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":190,"y":2040,"wires":[["cb2bfeec841a5f3a"]]},{"id":"23e89a10cf133dc4","type":"link out","z":"c265725d335f7b33","name":"TV Remote Out","mode":"link","links":["f7d0a0782145a3af"],"x":1085,"y":1720,"wires":[]},{"id":"7c6531302a4382b9","type":"comment","z":"c265725d335f7b33","name":"TV Remote Buttons","info":"","x":130,"y":1640,"wires":[]},{"id":"b4a9c20736227024","type":"comment","z":"c265725d335f7b33","name":"Send To Broadlink","info":"","x":1090,"y":1660,"wires":[]},{"id":"20d9c1913a033301","type":"function","z":"c265725d335f7b33","name":"Bedroom TV_VIZIO","func":"msg.device =\"TV_VIZIO\"\nmsg.entity =\"remote.broadlink_rm4_pro_bedroom\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":630,"y":1720,"wires":[["5cbd25b04c4dcf2a"]]},{"id":"e69746ad864c61df","type":"function","z":"c265725d335f7b33","name":"Office TV_RCA","func":"msg.device =\"TV_RCA\"\nmsg.entity =\"remote.broadlink_rm4_mini_office\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":640,"y":1760,"wires":[["5cbd25b04c4dcf2a"]]},{"id":"7e968262b3971226","type":"function","z":"c265725d335f7b33","name":"Living Room TV_RCA","func":"msg.device =\"TV_RCA\"\nmsg.entity =\"remote.broadlink_rm4_mini_living_room\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":620,"y":1800,"wires":[["5cbd25b04c4dcf2a"]]},{"id":"a62cb85af97e5d0a","type":"function","z":"c265725d335f7b33","name":"Building TV_VIZIO","func":"msg.device =\"TV_VIZIO\"\nmsg.entity =\"remote.broadlink_rm4_mini_building\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":630,"y":1840,"wires":[["5cbd25b04c4dcf2a"]]},{"id":"d7d8c28a22d16ab6","type":"function","z":"c265725d335f7b33","name":"Rec Room TV_LG","func":"msg.device =\"TV_LG\"\nmsg.entity =\"remote.broadlink_rm4_rec_room\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":630,"y":1880,"wires":[["5cbd25b04c4dcf2a"]]},{"id":"5cbd25b04c4dcf2a","type":"function","z":"c265725d335f7b33","name":"Joint","func":"return msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":850,"y":1720,"wires":[["23e89a10cf133dc4"]]},{"id":"c65ccab214914843","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button VOLUME UP","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button VOLUME UP"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"3189f67e30fe4cd7","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button VOLUME DOWN","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button VOLUME DOWN"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"b98ffb6cb4ae0958","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button INPUT","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button INPUT"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"dd23f9eb861a4773","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button MENU","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button MENU"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"c0cf404d30870242","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button POWER","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button POWER"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"98a86614f55fe739","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button ENTER","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button ENTER"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"6cdbde1bf960ea06","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button UP","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button UP"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"c7cb404434252f92","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button DOWN","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button DOWN"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"8143c1e3078296ca","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button LEFT","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button LEFT"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"a6e30ade2f0cede5","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"TV Remote Button RIGHT","version":"6","entityType":"button","haConfig":[{"property":"name","value":"TV Remote Button RIGHT"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"915baa48.9b1898","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]

[{"id":"6c1b55ceecd0c99c","type":"api-call-service","z":"c265725d335f7b33","name":"1","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.1"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":710,"y":980,"wires":[["17a0bc75cbba78e0"]]},{"id":"17a0bc75cbba78e0","type":"api-call-service","z":"c265725d335f7b33","name":"5","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.5"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":830,"y":980,"wires":[["4a91fef21e889247"]]},{"id":"4a91fef21e889247","type":"api-call-service","z":"c265725d335f7b33","name":"7","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.7"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":950,"y":980,"wires":[["469dcbf60cd899bf"]]},{"id":"469dcbf60cd899bf","type":"api-call-service","z":"c265725d335f7b33","name":"8","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.8"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1070,"y":980,"wires":[[]]},{"id":"6d19f10bf0d74ee1","type":"api-call-service","z":"c265725d335f7b33","name":"2","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.2"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":710,"y":1020,"wires":[["be5564e1d72a7d50"]]},{"id":"be5564e1d72a7d50","type":"api-call-service","z":"c265725d335f7b33","name":"6","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.6"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":830,"y":1020,"wires":[["4b5bebe6479e1ba2"]]},{"id":"4b5bebe6479e1ba2","type":"api-call-service","z":"c265725d335f7b33","name":"1","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.1"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":950,"y":1020,"wires":[[]]},{"id":"a5eb1ac60315f712","type":"ha-button","z":"c265725d335f7b33","name":"Fav CNN","version":0,"debugenabled":false,"outputs":1,"entityConfig":"a9ad6a99a387331f","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":580,"y":980,"wires":[["6c1b55ceecd0c99c"]]},{"id":"3b3869bad593b873","type":"ha-button","z":"c265725d335f7b33","name":"Fav VISION","version":0,"debugenabled":false,"outputs":1,"entityConfig":"82d6416c10609279","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":570,"y":1020,"wires":[["6d19f10bf0d74ee1"]]},{"id":"c23e7499f87e0f46","type":"api-call-service","z":"c265725d335f7b33","name":"1","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.1"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":710,"y":1060,"wires":[["2947ca4543d3f73f"]]},{"id":"2947ca4543d3f73f","type":"api-call-service","z":"c265725d335f7b33","name":"7","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.7"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":830,"y":1060,"wires":[["8640c7af1432da3c"]]},{"id":"8640c7af1432da3c","type":"api-call-service","z":"c265725d335f7b33","name":"4","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.4"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":950,"y":1060,"wires":[["87ffbc7929bcc49d"]]},{"id":"87ffbc7929bcc49d","type":"api-call-service","z":"c265725d335f7b33","name":"6","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.6"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1070,"y":1060,"wires":[[]]},{"id":"abd89a72a16f4d0d","type":"ha-button","z":"c265725d335f7b33","name":"Fav SciFi","version":0,"debugenabled":false,"outputs":1,"entityConfig":"2f0c08d0b83f94cf","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":580,"y":1060,"wires":[["c23e7499f87e0f46"]]},{"id":"61d39d840242b08f","type":"api-call-service","z":"c265725d335f7b33","name":"3","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.3"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":710,"y":1100,"wires":[["91ced3a855d879a8"]]},{"id":"91ced3a855d879a8","type":"api-call-service","z":"c265725d335f7b33","name":"3","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.3"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":830,"y":1100,"wires":[["7b98e2dab8b11e32"]]},{"id":"7b98e2dab8b11e32","type":"api-call-service","z":"c265725d335f7b33","name":"4","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.4"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":950,"y":1100,"wires":[[]]},{"id":"cb135192fca714f0","type":"ha-button","z":"c265725d335f7b33","name":"Fav Adult Swim","version":0,"debugenabled":false,"outputs":1,"entityConfig":"9676785d8257e72d","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":560,"y":1100,"wires":[["61d39d840242b08f"]]},{"id":"b8ee5bfb62b1041e","type":"api-call-service","z":"c265725d335f7b33","name":"4","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.4"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":950,"y":1140,"wires":[[]]},{"id":"6115c62a0b404e64","type":"api-call-service","z":"c265725d335f7b33","name":"0","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.0"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":830,"y":1140,"wires":[["b8ee5bfb62b1041e"]]},{"id":"5f47b4447e88dbd8","type":"api-call-service","z":"c265725d335f7b33","name":"4","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"button","service":"press","areaId":[],"deviceId":[],"entityId":["button.4"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":710,"y":1140,"wires":[["6115c62a0b404e64"]]},{"id":"a05f9a9cdd1fb369","type":"ha-button","z":"c265725d335f7b33","name":"Fav TSN5","version":0,"debugenabled":false,"outputs":1,"entityConfig":"d25ee39a92892789","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":580,"y":1140,"wires":[["5f47b4447e88dbd8"]]},{"id":"7dca4a8c135d905d","type":"comment","z":"c265725d335f7b33","name":"TV Channel Favorites ","info":"","x":620,"y":920,"wires":[]},{"id":"915baa48.9b1898","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true},{"id":"a9ad6a99a387331f","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Fav CNN","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Fav CNN"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"82d6416c10609279","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Fav VISION","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Fav VISION"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"2f0c08d0b83f94cf","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Fav SciFi","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Fav SciFi"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"9676785d8257e72d","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Fav Adult Swim","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Fav Adult Swim"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"d25ee39a92892789","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Fav TSN5","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Fav TSN5"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false}]
[{"id":"c8567168e9ab98ec","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 1","version":0,"debugenabled":false,"outputs":1,"entityConfig":"7b20b9379181e232","outputProperties":[{"property":"command","propertyType":"msg","value":"1","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"}],"x":150,"y":100,"wires":[["26086bf4db0c24c5"]]},{"id":"804e9fd823a32134","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 2","version":0,"debugenabled":false,"outputs":1,"entityConfig":"56f2eb873d53254c","outputProperties":[{"property":"command","propertyType":"msg","value":"2","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":140,"wires":[["26086bf4db0c24c5"]]},{"id":"7b92806017ba5662","type":"api-call-service","z":"c265725d335f7b33","name":"Broadlink RM4 Send","server":"915baa48.9b1898","version":5,"debugenabled":false,"domain":"remote","service":"send_command","areaId":[],"deviceId":[],"entityId":[],"data":"{\t    \"device\": msg.device,\t    \"command\": msg.command,\t    \"entity_id\": msg.entity\t}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":940,"y":320,"wires":[[]]},{"id":"0d5ec48535836f93","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 3","version":0,"debugenabled":false,"outputs":1,"entityConfig":"292b6389e6950f2d","outputProperties":[{"property":"command","propertyType":"msg","value":"3","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":180,"wires":[["26086bf4db0c24c5"]]},{"id":"67f461339641ad11","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 4","version":0,"debugenabled":false,"outputs":1,"entityConfig":"ad58d14b66c28667","outputProperties":[{"property":"command","propertyType":"msg","value":"4","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":220,"wires":[["26086bf4db0c24c5"]]},{"id":"c23db127bddfcad7","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 5","version":0,"debugenabled":false,"outputs":1,"entityConfig":"bb1e7b65241e1e47","outputProperties":[{"property":"command","propertyType":"msg","value":"5","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":260,"wires":[["26086bf4db0c24c5"]]},{"id":"6d7ae8a9d844caec","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 6","version":0,"debugenabled":false,"outputs":1,"entityConfig":"0b4a1562b116a795","outputProperties":[{"property":"command","propertyType":"msg","value":"6","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":300,"wires":[["26086bf4db0c24c5"]]},{"id":"303c4ac8ad963de7","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 7","version":0,"debugenabled":false,"outputs":1,"entityConfig":"51991d33f4bc7ec1","outputProperties":[{"property":"command","propertyType":"msg","value":"7","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":340,"wires":[["26086bf4db0c24c5"]]},{"id":"26086bf4db0c24c5","type":"function","z":"c265725d335f7b33","name":"Joint","func":"return msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":410,"y":220,"wires":[["d57469428a03fa46","4df4529101662d88","82fd1ddcb7b6277b","38d29d3423a73995","b183b287866f1efb"]]},{"id":"f7d0a0782145a3af","type":"link in","z":"c265725d335f7b33","name":"TV Remote In","links":["23e89a10cf133dc4"],"x":515,"y":320,"wires":[["7b92806017ba5662"]]},{"id":"48dec8848f9cff64","type":"comment","z":"c265725d335f7b33","name":"Bell Satellite Receiver Buttons","info":"","x":160,"y":60,"wires":[]},{"id":"4df4529101662d88","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Mini Office","func":"msg.entity =\"remote.broadlink_rm4_mini_office\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":670,"y":180,"wires":[["7b92806017ba5662"]]},{"id":"82fd1ddcb7b6277b","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Mini Living Room","func":"msg.entity =\"remote.broadlink_rm4_mini_living_room\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":650,"y":140,"wires":[["7b92806017ba5662"]]},{"id":"38d29d3423a73995","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Mini Rec Room","func":"msg.entity =\"remote.broadlink_rm4_mini_rec_room\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":650,"y":100,"wires":[["7b92806017ba5662"]]},{"id":"d57469428a03fa46","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Pro Bedroom","func":"msg.entity =\"remote.broadlink_rm4_pro_bedroom\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":660,"y":220,"wires":[["7b92806017ba5662"]]},{"id":"b183b287866f1efb","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Pro Building","func":"msg.entity =\"remote.broadlink_rm4_mini_building\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":660,"y":260,"wires":[["7b92806017ba5662"]]},{"id":"7b20b9379181e232","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 1","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 1"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"56f2eb873d53254c","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 2","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 2"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"915baa48.9b1898","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true},{"id":"292b6389e6950f2d","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 3","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 3"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"ad58d14b66c28667","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 4","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 4"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"bb1e7b65241e1e47","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 5","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 5"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"0b4a1562b116a795","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 6","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 6"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"51991d33f4bc7ec1","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 7","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 7"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false}]

i wasnt able to post all the code so i posted part of it

here is what i added so i want like a dashboard for Remotes
and Each Tab be a Different REmote
so Remote 1 Remote 2 Remote 3
i added a swtch…

i did try adding a counter helper… but i dont know how you can set a counter and send counter when your on a Dashboard Tab or even read Tab name which be “Remote 1”

[{"id":"c8567168e9ab98ec","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 1","version":0,"debugenabled":false,"outputs":1,"entityConfig":"7b20b9379181e232","outputProperties":[{"property":"command","propertyType":"msg","value":"1","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"}],"x":150,"y":100,"wires":[["26086bf4db0c24c5"]]},{"id":"804e9fd823a32134","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 2","version":0,"debugenabled":false,"outputs":1,"entityConfig":"56f2eb873d53254c","outputProperties":[{"property":"command","propertyType":"msg","value":"2","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":140,"wires":[["26086bf4db0c24c5"]]},{"id":"0d5ec48535836f93","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 3","version":0,"debugenabled":false,"outputs":1,"entityConfig":"292b6389e6950f2d","outputProperties":[{"property":"command","propertyType":"msg","value":"3","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":180,"wires":[["26086bf4db0c24c5"]]},{"id":"67f461339641ad11","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 4","version":0,"debugenabled":false,"outputs":1,"entityConfig":"ad58d14b66c28667","outputProperties":[{"property":"command","propertyType":"msg","value":"4","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":220,"wires":[["26086bf4db0c24c5"]]},{"id":"c23db127bddfcad7","type":"ha-button","z":"c265725d335f7b33","name":"Remote Sat Button 5","version":0,"debugenabled":false,"outputs":1,"entityConfig":"bb1e7b65241e1e47","outputProperties":[{"property":"command","propertyType":"msg","value":"5","valueType":"num"},{"property":"device","propertyType":"msg","value":"Satellite","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":150,"y":260,"wires":[["26086bf4db0c24c5"]]},{"id":"26086bf4db0c24c5","type":"function","z":"c265725d335f7b33","name":"Joint","func":"msg.dashboard=\"Remote 4\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":410,"y":220,"wires":[["35c3c0f8616f15d5"]]},{"id":"4df4529101662d88","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Mini Office","func":"msg.entity =\"remote.broadlink_rm4_mini_office\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":790,"y":200,"wires":[["7b92806017ba5662"]]},{"id":"82fd1ddcb7b6277b","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Mini Living Room","func":"msg.entity =\"remote.broadlink_rm4_mini_living_room\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":810,"y":160,"wires":[["7b92806017ba5662"]]},{"id":"38d29d3423a73995","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Mini Rec Room","func":"msg.entity =\"remote.broadlink_rm4_mini_rec_room\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":810,"y":120,"wires":[["7b92806017ba5662"]]},{"id":"d57469428a03fa46","type":"function","z":"c265725d335f7b33","name":"Broadlink RM4 Pro Bedroom","func":"msg.entity =\"remote.broadlink_rm4_pro_bedroom\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":800,"y":240,"wires":[["7b92806017ba5662"]]},{"id":"35c3c0f8616f15d5","type":"switch","z":"c265725d335f7b33","name":"","property":"dashboards","propertyType":"msg","rules":[{"t":"eq","v":"Remote 1","vt":"str"},{"t":"eq","v":"Remote 2","vt":"str"},{"t":"eq","v":"Remote 3","vt":"str"},{"t":"eq","v":"Remote 4","vt":"str"},{"t":"eq","v":"Remote 5","vt":"str"}],"checkall":"true","repair":false,"outputs":5,"x":570,"y":220,"wires":[["38d29d3423a73995"],["82fd1ddcb7b6277b"],["4df4529101662d88"],["d57469428a03fa46"],["b183b287866f1efb"]]},{"id":"7b20b9379181e232","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 1","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 1"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"56f2eb873d53254c","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 2","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 2"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"292b6389e6950f2d","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 3","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 3"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"ad58d14b66c28667","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 4","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 4"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"bb1e7b65241e1e47","type":"ha-entity-config","server":"915baa48.9b1898","deviceConfig":"","name":"Remote Sat Button 5","version":"6","entityType":"button","haConfig":[{"property":"name","value":"Remote Sat Button 5"},{"property":"icon","value":""},{"property":"entity_picture","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"915baa48.9b1898","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]

You can’t pass additional data with a button entity. You can use the nodered.trigger service with any node that is exposed to HA as a switch or the HA switch node. With the service call you can pass any information you need to NR.