Giter Site home page Giter Site logo

sepia-framework / sepia-assist-server Goto Github PK

View Code? Open in Web Editor NEW
93.0 93.0 15.0 9.42 MB

Core server of the SEPIA Framework responsible for NLU, conversation, smart-service integration, user-accounts and more.

Home Page: https://sepia-framework.github.io/

License: MIT License

HTML 2.10% Java 95.08% Shell 0.27% Batchfile 0.03% VBScript 0.02% Kotlin 2.50%
ai assist-api chatbot chatbot-framework cloud-api customizable extendable java linux mac natural-language-understanding open-source personal-assistant raspberry-pi sepia-framework smart-services virtual-assistant voice-assistant voice-control windows

sepia-assist-server's People

Contributors

fquirin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sepia-assist-server's Issues

Missing `char=neutral` in English language file.

Hi,

I want to create a Dutch language file for the SEPIA assist server and to help me translate the English sentences quickly, I am working on a simple Java tool that helps me extract the sentences of an existing language file (answers_en.txt) and print them into chunks of maximum 5000 characters each (the character limit of Google Translate). After translating these English sentences into Dutch, I want to merge them back into the original file.

When 'parsing' the language file I noticed a single line that misses the ;;char=neutral part at the end. Is this an error, or should my tool support that part missing?

For now I assumed it is an error.

Regards, Barry

Sepia <> openHAB 3 --> Can not set "Type" and "Room" for SmartHome devices

Im absolutely new to Sepia but could manage to read all my devices from my
HomeServer > Docker > openHAB3
to
HomeServer > Docker > Sepia Assistant SmartHome Configuration

I can turn the items configured in OH3 on and off via pushing the Button of the Item with my mouse
But it does not work to set Type and Room for the devices

The message appears if i want to set one of these

{
  "result": "fail",
  "error": "one or more attributes could not be set! Success: 0 of 1 - see server log"
}

The log sais:

2022-03-31 15:20:08 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:20:17 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:20:31 LOG - JSON-Backup-worker: START
2022-03-31 15:20:31 LOG - JSON-Backup-worker: Data has been stored! (1 time(s)) It took (ms): 44, average (ms): 10000
2022-03-31 15:20:47 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:20:58 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:21:02 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:21:30 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:22:27 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:22:30 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:22:57 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:25:45 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:20:08 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:20:17 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:20:31 LOG - JSON-Backup-worker: START
2022-03-31 15:20:31 LOG - JSON-Backup-worker: Data has been stored! (1 time(s)) It took (ms): 44, average (ms): 10000
2022-03-31 15:20:47 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:20:58 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:21:02 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:21:30 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:22:27 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:22:30 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:22:57 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}
2022-03-31 15:25:45 ERROR - OpenHAB - 'writeDeviceAttribute' FAILED - Device: dLedStrpBedRoom_Swt - Response: {"code":405,"error":"java.lang.NullPointerException","HTTP_REST_SUCCESS":false}

Is this something also related to openHAB settings (like REST API) or is this a Sepia-exclusive problem?

I could imagine, that (because you mentioned it) there have been some changes made regarding items or REST API from OH2 to OH3?

Can i provide you with some more information?

compile errors in master branch

Hi everyone, I am interested in the SEPIA-Framework (both using and contributing) and decided to start with cloning the repository and trying to get it running on my local machine. However, there are compilation errors in the latest code on master branch in the class net.b07z.sepia.server.assist.tools.FuzzySearch. It cannot find classes in the com.willowtreeapps.fuzzywuzzy.diffutils package, but these do not seem to exist in the pom.xml. The dev or kotlin branches are quite behind the master branch, so I did not try those yet.

Can anyone give me a pointer on how to get this sepia-assist-server compiling and running?

Thanks in advance!

Barry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.