Portisch / RF-Bridge-EFM8BB1

Alternative Firmware for the Sonoff RF Bridge EFM8BB1 chip
289 stars 122 forks source link

online converter is down #210

Open rogercrespo opened 2 years ago

rogercrespo commented 2 years ago

Hello,

the online converter is down https://bbconv.hrbl.pl/ is it possible to to bring it back again? I'm having difficult to use the CLI commands because I get error in some "import modules"

Thanks.

Marmoulak commented 2 years ago

I have the same problem. please fix it

Arganox commented 2 years ago

I don't think the website is maintained by @Portisch . You can use the included Python script to convert and even send the data to your bridge. (BitBucketConverter.py)

Do check the PR

142

m4rquez commented 2 years ago

a good easy to user online alternative https://npm.runkit.com/b1-to-b0-convertor

caj2310 commented 2 years ago

a good easy to user online alternative https://npm.runkit.com/b1-to-b0-convertor

Hi How do I use this? Let's say I want to convert: AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55

What command / format do I enter. Tried several ways but keep getting Unexpected token, expected ; (1:51)

chrismox commented 1 year ago

a good easy to user online alternative https://npm.runkit.com/b1-to-b0-convertor

Hi How do I use this? Let's say I want to convert: AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55

What command / format do I enter. Tried several ways but keep getting Unexpected token, expected ; (1:51)

Try pasting this into the box and then pressing the "run" button.

var b1ToB0Convertor = require("b1-to-b0-convertor") const convertB1toB0 = require('b1-to-b0-convertor'); console.log(convertB1toB0('AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55'));